Pass 3 Parameters
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Hi Guys.. can some1 plz assist...im trying to pass 3 paramters to a page with javascript...window.open...i can pass 1 which is fine...
window.open("frmPage.aspx?Param=" + "Value")
but then how do i pass the other 2?
living life on the flip side
-
window.open("frmPage.aspx?Param=" + "Value" + "&Param2=" + "Value2" + "&Param3=" + "Value3" ) Hope this helps