I want to have a form become visible and invisible by the click of a button (hyper link)....
so for example my hyperlink will say:
"Click here if you plan on registering for a foreign language class"
then once you click that blue hyperlink I want the following form to appear
If someone could enter in the correct HTML for me so I could just copy and paste it into my source I would be appreciative... I'm a beginner
CODE
<FORM name=ForeignLanguage><SELECT
style="FONT-SIZE: 12px; WIDTH: 613px; COLOR: #000000; FONT-FAMILY: verdana; BACKGROUND-COLOR: #ff8000"
name=menu> <OPTION
value="java script:popup('http://two.xthost.info/DanielDiambri/ForeignLanguage1.html','pagename','660','240','center','front');"
selected>Select a Foreign Language Class...</OPTION>
<OPTION
value="java script:popup('http://two.xthost.info/DanielDiambri/FirstYearLanguage.html','pagename','420','200','center','front');"
>SEMESTER 1: French I (FOR111)
SEMESTER 2: French
I (FOR112)</OPTION> <OPTION
value="java script:popup('http://two.xthost.info/DanielDiambri/FirstYearLanguage.html','pagename','420','200','center','front');"
>SEMESTER 1: German I (FOR211)
SEMESTER 2: German I
(FOR212)</OPTION> <OPTION
value="java script:popup('http://two.xthost.info/DanielDiambri/FirstYearLanguage.html','pagename','420','200','center','front');"
>SEMESTER 1: Spanish I (FOR311)
SEMESTER 2: Spanish I
(FOR312)</OPTION> <OPTION
value="java script:popup('http://two.xthost.info/DanielDiambri/SecondYearLanguage.html','pagename','420','200','center','front');"
>SEMESTER 1: French II (FOR131)
SEMESTER 2: French II
(FOR132)</OPTION> <OPTION
value="java script:popup('http://two.xthost.info/DanielDiambri/SecondYearLanguage.html','pagename','420','200','center','front');"
>SEMESTER 1: German II (FOR231)
SEMESTER 2: German II
(FOR232)</OPTION> <OPTION
value="java script:popup('http://two.xthost.info/DanielDiambri/SecondYearLanguage.html','pagename','420','200','center','front');"
>SEMESTER 1: Spanish II (FOR331)
SEMESTER 2: Spanish II
(FOR332)</OPTION><OPTION
value="java script:popup('http://two.xthost.info/DanielDiambri/Elective.html','pagename','525','75','center','front');"
>Elective (Foreign Language Not Required) Talk to your
counselor about other options</OPTION></SELECT><EM> </EM><INPUT style="FONT-WEIGHT: bold; FONT-SIZE: 12px; WIDTH: 95px; COLOR: #000000; FONT-FAMILY: verdana; HEIGHT: 21px; BACKGROUND-COLOR: #ff8000" onclick=location=document.ForeignLanguage.menu.options[document.ForeignLanguage.menu.selectedIndex].value; type=button size=13 value="Class Details"><EM> </EM></FORM>