I am using a pop up window to display a URL. What I need to do is return
a value(s) from this pop up depending on what link a user selected.
This used to be done by code similar to the following:
vReturnValue = window.showModalDialog(url);
<execution pauses here>
window.returnValue = selectedVal;
Is there an equivalent in the Prototype class as execution doesn't pause
even when the window is set to modal?
Matt
_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com