6. Link Button <FORM
ACTION="Your URL"><INPUT type="submit" value="Your Text"></FORM>
7. Name Prompt
Welcome
Your
name, please enjoy your visit at Your.Web.Sites.name
<SCRIPT LANGUAGE="JavaScript"> <!-- HIDE FROM OTHER BROWSERS
document.write(""); document.write(prompt("Please state your first name.",""));
document.write(", please enjoy your visit at
Your.Web.Sites.name.</center></P>"); //STOP HIDING FROM OTHER
BROWSERS --> </SCRIPT>
8. Window Alert
<SCRIPT> <!-- function checkAGE(){if (!confirm ("Hello and Welcome.
If this site does not load correctly reload it. By doing this you will be able
to see all of the fun on this site. So please enjoy your say!! {If you already
have MIE or would like to view my site anyway click OK.}"))
history.go(-1);return " "} document.writeln(checkAGE())
<!--End--></SCRIPT>
or Alert Box
<Body onLoad="alert('MESSAGE HERE')">
9. Radio Dot
<input type="radio" name="sex"
value="m">
10. Text area
<textarea
name="there discription about them self" rows="4"
cols="30"></textarea>
11. Select Box
<select name="where they are from..."
size="1"> <option value="Capital">Our Capital</option> <option
value="Alabama">AL</option> <option
value="Alaska">AK</option> </select>
12. Text Box
<input
type="text" size="15" Name="other than the Us they are from">
13. Password Box
<input
type="password" size"10" name="password">
14. Response Page
<INPUT NAME="ResponsePage" VALUE="The Url for responsepage"
TYPE=HIDDEN>