Hi,
In my asp page i am using following javascript
if (strRmvAgtLst.length > 0) {
window.showModalDialog("ProxyDetails.ASP", strRmvAgtLst, "dialogHeight:550px;dialogWidth:700px;center:yes;help:no;resizable:yes;status:no")
}
i am passing the variabe strRmvAgtLst while opening modal window but not sure whether i can do that or not?
Also how can i retrieve this variable in my modal window
i tried using following
1>Response.write(dialogarguments.strRmvAgtLst)
2>Response.write(Request.QueryString ("strRmvAgtLst"))
but it didnt help
Can someone guide me what i did wrong.
thanks.
--king
In my asp page i am using following javascript
if (strRmvAgtLst.length > 0) {
window.showModalDialog("ProxyDetails.ASP", strRmvAgtLst, "dialogHeight:550px;dialogWidth:700px;center:yes;help:no;resizable:yes;status:no")
}
i am passing the variabe strRmvAgtLst while opening modal window but not sure whether i can do that or not?
Also how can i retrieve this variable in my modal window
i tried using following
1>Response.write(dialogarguments.strRmvAgtLst)
2>Response.write(Request.QueryString ("strRmvAgtLst"))
but it didnt help
Can someone guide me what i did wrong.
thanks.
--king