Query string to modal window.
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
How to pass a query string to a modal window? Please suggest the code which is not in java. aasstt
Just add the query string to the URI: window.showModalDialog('Dialog.aspx?here=goes&any=parameters'); Note: showModalDialog is an Internet Explorer addition, and won't work in other browsers. --- b { font-weight: normal; } -- modified at 11:06 Saturday 31st December, 2005
-
How to pass a query string to a modal window? Please suggest the code which is not in java. aasstt