G
Guest
In the Form Field properties box I have entered the "target Pages" under
values, but the links do not work. Why?
values, but the links do not work. Why?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dan said:This works for a drop down menu:
<form>
<select onChange="if(options[selectedIndex].value)
window.location.href=(options[selectedIndex].value)">
<option>Select a search engine...
<option value="http://www.yahoo.com">Yahoo
<option value="http://www.google.com">Google
<option value="http://www.lycos.com">Lycos
</select>
</form>
Smilie said:In the Form Field properties box I have entered the "target Pages"
under values, but the links do not work. Why?
Trevor L. said:Dan L,
I have read this thread and used it on my website.
A small question :
Should there be closing option tags i.e. </option> or is this redundant/optional ?
Anyway, my actual question is this.
How can I
1. Reduce the width of the text boxes with the option text in them
and
2. Get a line break in these text boxes. I have tried <br> and
and both are just ignored.
I ask because I placed this form in a sidebar menu frame (changing window.location to
top.location) and due to its width, it causes a horizontal scrollbar to appear and the down arrow
is only visible in the frame when one scrolls sideways.
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au
Dan said:This works for a drop down menu:
<form>
<select onChange="if(options[selectedIndex].value)
window.location.href=(options[selectedIndex].value)">
<option>Select a search engine...
<option value="http://www.yahoo.com">Yahoo
<option value="http://www.google.com">Google
<option value="http://www.lycos.com">Lycos
</select>
</form>
Smilie said:In the Form Field properties box I have entered the "target Pages"
under values, but the links do not work. Why?
I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html

Trevor L. said:Dan L,
I have read this thread and used it on my website.
A small question :
Should there be closing option tags i.e. </option> or is this
redundant/optional ?
Anyway, my actual question is this.
How can I
1. Reduce the width of the text boxes with the option text in them
and
2. Get a line break in these text boxes. I have tried <br> and and
both are just ignored.
I ask because I placed this form in a sidebar menu frame (changing
window.location to top.location) and due to its width, it causes a
horizontal scrollbar to appear and the down arrow is only visible in the
frame when one scrolls sideways.
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au
Dan said:This works for a drop down menu:
<form>
<select onChange="if(options[selectedIndex].value)
window.location.href=(options[selectedIndex].value)">
<option>Select a search engine...
<option value="http://www.yahoo.com">Yahoo
<option value="http://www.google.com">Google
<option value="http://www.lycos.com">Lycos
</select>
</form>
Smilie said:In the Form Field properties box I have entered the "target Pages"
under values, but the links do not work. Why?
I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
Dan L said:This works for a drop down menu:
<form>
<select onChange="if(options[selectedIndex].value)
window.location.href=(options[selectedIndex].value)">
<option>Select a search engine...
<option value="http://www.yahoo.com">Yahoo
<option value="http://www.google.com">Google
<option value="http://www.lycos.com">Lycos
</select>
</form>
Smilie said:In the Form Field properties box I have entered the "target Pages" under
values, but the links do not work. Why?
116 said:What would be needed to have the page open to NEW?
David
Dan L said:This works for a drop down menu:
<form>
<select onChange="if(options[selectedIndex].value)
window.location.href=(options[selectedIndex].value)">
<option>Select a search engine...
<option value="http://www.yahoo.com">Yahoo
<option value="http://www.google.com">Google
<option value="http://www.lycos.com">Lycos
</select>
</form>
Smilie said:In the Form Field properties box I have entered the "target Pages"
under
values, but the links do not work. Why?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.