|
Blue Forest http://www.lslnet.com at 8:28 on August 25, 2006
Jump troubles pull Form ~ ~
How to "pull users choose Form option, press the button goto"
I used the _blank jumpmenu poorfish in effect do the same? (Http://bbs.blueidea.com/viewthread.php?tid=246708), a method again, but the show's website mistakes, but achieved and Jump.
Following is posted in the code
"Script>
<!--
Function jumpmenu (formName, popupName, target) (
Var = popup document[formName].elements[popupName];
If (popup.options[popup.selectedIndex].value> "") (
Window.open (popup.options[popup.selectedIndex].value, target);
Popup.selectedIndex=0;
}
}
//-->
"/script>
"Select name="_ftn1"" menu1 "" <option selected>LINKS</option>
"Option value=" http://www.blueidea.com "" IBM</option>
"/select>
"Input type=" button "name="_ftn1"" Button1 "value=" Go "onClick=" jumpmenu ( 'form1', 'menu1', '_blank'); ""
I have to find out for three days on the network, failed to find that : mad : : mad : also called upon the guidance of expert guidance. |
Although I do not know how else are principles, but now the problem has been resolved and, if so, please explain why the experts
The reason is that in the above code "a sentence less /script>
"Form name=form1>
|
What do you do in the last sentence of his party less.
[code]
"/form>
[/code]
Not necessarily named form1, and the only name on the list onclick behind the guarantee agreement. Let function can be found on it. |
|