the100thballoon
Emperor
- Joined
- Aug 13, 2003
- Messages
- 1,239
i have some questions regarding some (probably) basic things (for most people who know what they are doing). please help me out!
a few weeks ago i learned how to do pull down menus in my HTML class. it was extremely basic, however. all they taught us to do was create a menu that does absolutely nothing; you can select but thats all it does: select. i want to know how to make each option do something (like load an image below, change the background color, format some text, write some text on the screen, or take you to another site/page). PLEASE HELP!
also, i would like to know how to use the push buttons. i know how to create them but then they dont do anything. i would like to find out how to have the button take the information from text fields, checkboxes, and radio buttons and email it to an email address.
third, i would like to know how to make some text be replaced by an image when you roll the mouse over it. i know very little about javascript so this explanation needs to be spoken as if talkin to a baby, please.
fourth, i would like to know how to make the message in the status bar permanent so that when the mouse is moved over links, the message i specified is still displayed instead of the link URL. i can do this so far:
fifth, i would like to know how to create a marquee-type text message in the status bar. i tried:
sixth, i would like to know how to make my page where right-clicking causes an alert box to appear instead of the menu. basically i want to know how to keep users from viewing my code (dont know why).
seventh, i would like to know how to make a page require a password. i want the prompt to be an alert-type pop up.
THANK YOU SOOOOOOO MUCH TO ANYONE WHO HELPS!!!!!!!
a few weeks ago i learned how to do pull down menus in my HTML class. it was extremely basic, however. all they taught us to do was create a menu that does absolutely nothing; you can select but thats all it does: select. i want to know how to make each option do something (like load an image below, change the background color, format some text, write some text on the screen, or take you to another site/page). PLEASE HELP!
also, i would like to know how to use the push buttons. i know how to create them but then they dont do anything. i would like to find out how to have the button take the information from text fields, checkboxes, and radio buttons and email it to an email address.
third, i would like to know how to make some text be replaced by an image when you roll the mouse over it. i know very little about javascript so this explanation needs to be spoken as if talkin to a baby, please.
fourth, i would like to know how to make the message in the status bar permanent so that when the mouse is moved over links, the message i specified is still displayed instead of the link URL. i can do this so far:
<script language="javascript">
window.status="Welcome!"
</script>
fifth, i would like to know how to create a marquee-type text message in the status bar. i tried:
but it didnt work. i was workin with some javascript in class today and we used somethin like "<h1>some tex</h1>" as part of a script but i cant remember how to use it. please inform me as to how to make a scrolling marquee-like status bar message.<script language="javascript">
window.status="<marquee>Welcome!</marquee>"
</script>
sixth, i would like to know how to make my page where right-clicking causes an alert box to appear instead of the menu. basically i want to know how to keep users from viewing my code (dont know why).
seventh, i would like to know how to make a page require a password. i want the prompt to be an alert-type pop up.
THANK YOU SOOOOOOO MUCH TO ANYONE WHO HELPS!!!!!!!