J
Jim M
I hate to pass data on the query string. Is there a way to pass data to the
serverside vb code using the object in showmodaldialog.
var myObject = new Object();
var retVal = new Object();
myObject.calltype = "Edit"
retVal =
showModalDialog("Test.aspx",myObject,"dialogWidth:700px;dialogHeight:550px;s
tatus:0");
I can read myObject with no problem in the javascript of Text.aspx, but is
there any way to read the value in the server side vb onload module?
Thanks in advance.
Jim
serverside vb code using the object in showmodaldialog.
var myObject = new Object();
var retVal = new Object();
myObject.calltype = "Edit"
retVal =
showModalDialog("Test.aspx",myObject,"dialogWidth:700px;dialogHeight:550px;s
tatus:0");
I can read myObject with no problem in the javascript of Text.aspx, but is
there any way to read the value in the server side vb onload module?
Thanks in advance.
Jim