Hello,
I'm creating a library presence on a government web site (not voluntarily) and am using a javascript for a pull down menu. They've provided me with the html to insert on my page and all I have to do is replace their URLs with mine.
I do not know where they (IT dept.) got the code but when I ask them how to do something they tell me they don't know Java and send me on my happy little way. What I want to do is have the links open in a new brower, like with target="_blank", but obviously it doesn't work. Can anyone help, please?
Abbreviated version of code:
<select id="lb_1" name="url" onchange="window.location=url.value;" class="bodytxt">
<option value=" selected="selected">Access Catalog/Find Library Material</option>
</select>
Website:
Thanks in advance
George Seaman
MCLS
I'm creating a library presence on a government web site (not voluntarily) and am using a javascript for a pull down menu. They've provided me with the html to insert on my page and all I have to do is replace their URLs with mine.
I do not know where they (IT dept.) got the code but when I ask them how to do something they tell me they don't know Java and send me on my happy little way. What I want to do is have the links open in a new brower, like with target="_blank", but obviously it doesn't work. Can anyone help, please?
Abbreviated version of code:
<select id="lb_1" name="url" onchange="window.location=url.value;" class="bodytxt">
<option value=" selected="selected">Access Catalog/Find Library Material</option>
</select>
Website:
Thanks in advance
George Seaman
MCLS