Mozilla/mozilla/js/tests/importList.html
bob%bclary.com c27a6c2a18 Add ability to run js/tests from browsers. Bug 263119
git-svn-id: svn://10.0.0.236/trunk@170902 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 19:09:59 +00:00

26 lines
755 B
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>Import Test List</title>
<script language="JavaScript" src="importList.js"></script>
</head>
<body>
<form name="foo">
<textarea rows="25" cols="50" name="testList"></textarea><br>
<input type="checkbox" name="clear_all" checked>
&nbsp;Clear all selections before import.<br>
<input type="button" value="Import" onclick="doImport();">
<input type="button" value="Cancel" onclick="window.close();">
</form>
<hr>
<address><a href="mailto:rginda@netscape.com"></a></address>
<!-- Created: Wed Nov 17 13:52:23 PST 1999 -->
<!-- hhmts start -->
Last modified: Wed Nov 17 14:18:42 PST 1999
<!-- hhmts end -->
</body>
</html>