| "+
""
var s2 = ""+label+" " var s3 = " | |
| "+ " | "+ " |
" popup = window.open("","popDialog","height=160,width=300,scrollbars=no") popup.document.write(s1+s2+msg+s3) popup.document.close() } function popHelp(){ PopIt('Howdy', 'In theory this would be emailed to me. ' + 'However, I disabled this form. Sorry! : )') } //done hiding -->
|
FORMS!Forms are pretty easy to make. You can use them for letting people give
you input on your page or for even more helpful things. I should have
one on my drinks page. That way if somebody wants to send me a suggestion for
a new drink to add I could do something like this: (The first line below is what you have to use to let the browser know you're starting a form and where to send it. You need to change to your own member name. Under each form property I listed the commands I used to call that property. The commands in green are things you can change to suit your own taste.) </FORM>There are several other things you can do with your form. You can use checkboxes, pull-down menus, allow the visitor to send files and more. Here's a couple of them: For more on forms I recommend going to Sizzling HTML Jalfrezi. This page hosted by |