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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pass Multi variables Javacript(Window.Open) 1

Status
Not open for further replies.

kurie

Programmer
Jun 4, 2008
170
0
0
ZA
I would like to pass two/more variables on the popup link below, but i cant seem to find a way of doing, say i need to pass another id called ID2
window.open("frmPopUp.aspx?ID=" + strIndex,"", "location=0,status=0,scrollbars=0,width=950,height=820");
Can someone plse assist me.
 
this is better suited for forum216. but to save you the keystrokes...
Code:
window.open("frmPopUp.aspx?ID="+value1+"&ID2="+value2+","", "location=0,status=0,scrollbars=0,width=950,height=820");

Jason Meckley
Programmer
Specialty Bakers, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top