Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem whit javaScript

Status
Not open for further replies.

frapiccolo74

Programmer
Joined
Dec 27, 2001
Messages
5
Location
IT
i have a text field that take the quesry_String value (in another frame). the problem is:"when i choose a link in the menu, in the center frame, i can't display the form linked ".
in onload i put this formula that take the value from the Query_String:"
var tmp;
tmp = top.Testata.document.forms[0].Query_String.value;
document.forms[0].Parametri.value = tmp;
"


thanks for help!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top