Pulldown menu with blank target
Pulldown menu with blank target
- Started
- Last post
- 3 Responses
- cure
hi guys, Im trying to generate a pulldown menu with and OK button that onces you press it, it goes to a new window with the link of the selection.
I get to do everything but the blank page option. Can anybody help?
-cure
- johndiggity0
put: *_blank after the link address.
- tomkat0
you have to call a function in JS with window.open that opens your value from the select box..
function doOpen(goal){
window.open(goal,...);
}onSubmit="window.open(this.value...
something like that..
- cure0
igot this two options:
Yahoo
Metacrawler
which one is right??