|
Free Stuff: links: Neue Surf Tips : know-how : Zitate : Spam Strike : HTML Checker! : Link Checker : Cartoons About IC: friends: lust und frust : guestbook : what's new |
|
YOUR TEXT HERE
<html>
<form name="myForm" action="http://example.com/cgi-bin/foo.cgi">
<input type="radio" name="when" checked> Heute
<input type="radio" name="when"> Morgen
<input type="radio" name="when"> Übermorgen
<br><br>
<select name="mySelect"></select>
<br> <br>
<input type="submit">
</form>
<script language="JavaScript">
// Begin by removing all option elements from the desired select element:
document.myForm.mySelect.options.length = 0;
document.myForm.mySelect.options[0] = new Option("Extra Fine", "xf", false, false);
document.myForm.mySelect.options[1] = new Option("Fine", "f", false, false);
</script>
</html>
|
|||||||
|
Know-How home
| Must Read
| What's new?
| iC Site Map link search |
©1998-2004 infoCopter
|