How to make a dropdown box link to a new site?
-
Hi.
I have a drowdown box on my web-site.
The code is like this:<select onchange="javascript: window.location = '/' + this.value"> <option value="abc">abc</option> </select>
If write in option value = “abc” And it will link to https://www.mysite.com/abc
How can I make it link to a completley new site? For instance: https://www.www.ads-software.com. What do I then need to write in option value?
Thanks for helping ??
- The topic ‘How to make a dropdown box link to a new site?’ is closed to new replies.