|
Posted by ross on 10/14/48 11:38
I appreciate your assistance. I am a real novice and do not understand your
notes? I am putting this into Dreamweaver and the "_blank" does not allow
the script to make an independent page, but replaces the existing page. I am
hoping to make an independent page when the viewer clicks on go. Any ideas,
please? Dick
"Jonathan N. Little" <lws4art@centralva.net> wrote in message
news:43db9024$0$25083$cb0e7fc6@news.centralva.net...
> ross wrote:
>> I would like to make the targets _blank in this menu code. Not working
>> unless used this way. Can you advise on this please? I appreciate this
>> newsgroup. Dick Ross
>>
>>
>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
>> <html>
>> <head>
>> <title>Jump Menu</title>
>> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
>> </head>
>>
>> <body>
>> <form method="POST" name="mapform" align="left">
>
> no attribute "ALIGN" for element FORM and missing required "ACTION"
>
>
>> <p align="center"><font color="#0000FF" size="6">
>
>
> If this deprecated FONT element is an attempt to style the form's drop
> list box it doesn't, lookup CSS
>
>> <select
>> name="jump" size="1">
>> <option value="value" selected>Click here to browse</option>
>> <option value="http://jcprd.com/apps/events/"
>> target="_blank">Johnson
>
> no attribute "TARGET" for element OPTION
>
>> County Parks and Recreation</option>
>> </select>
>> <input type="button" value="Go!"
>> onclick="location = '' + document.mapform.jump.options[
>> document.mapform.jump.selectedIndex ].value;">
>> </font></p>
>> </form>
>> </body>
>> </html>
>>
>
>
> Will not function if JavaScript is disabled.
>
> Lastly, what happens if user clicks "go" /without/ changing the drop list
> box from its default "Click here to browse", Eh?
>
> --
> Take care,
>
> Jonathan
> -------------------
> LITTLE WORKS STUDIO
> http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|