Getting object in serverside VB script from ShowModalDialog on the Client

J

Jim M

I pass variables to my ASPX page as shown....

myObject.Test = "TestMessage"
retVal =
showModalDialog(Test.aspx,myObject,"dialogWidth:900px;dialogHeight:500px;sta
tus:0");

I can get the value of test using client side javascript on test.aspx using
[window.dialogArguments], but is there a way to get the value of test on the
server using the Request object or other object?

Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top