Mozilla/mozilla/js/tests/importList.html
bclary%bclary.com 21cb2d8625 JavaScript Tests - run Tinderbox browser tests without restarting browser, bug 406196
git-svn-id: svn://10.0.0.236/trunk@245029 18797224-902f-48f8-a5cc-f745e15eee43
2008-02-06 20:06:40 +00:00

23 lines
567 B
HTML

<html>
<head>
<script language="JavaScript" src="importList.js"></script>
</head>
<body>
<form name="foo">
<textarea rows="25" cols="50" name="testList"></textarea><br>
<script language="javascript">
if (include)
{
document.write('<input type="checkbox" name="clear_all" checked>');
document.write('&nbsp;Clear all selections before import.<br>');
}
</script>
<input type="button" value="Import" onclick="doImport();">
<input type="button" value="Cancel" onclick="window.close();">
</form>
</body>
</html>