|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
hi,
I have a button on an asp page, once clicked, i want it to open a pop up aspx page containing a query string. Is this the way to write it or should i include a javascript for pop up in the second page ? <input name="button" type="button" id="button" value="Upload" runat="server" onserverclick="window.open("http://www.page.com/foldername/page.aspx?ID="&seq)"> Its silly, but am really confused. thanks for helping me! I ll come up with better questions tomorrow ![]() bonkers |
|
#2
|
|||
|
|||
|
Unless I'm misunderstanding your question; that should work without a problem. Once the ASPX page has loaded, just treat the querystring as you would with any other querystring; because thats exactly what it is!
It's not a silly question at all, so worry not! ![]() --Andi |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > opening a pop up page with querystring |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|