Pulldown menu with blank target
Pulldown menu with blank target
Out of context: Reply #2
- Started
- Last post
- 3 Responses
- 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..