FancyPrairie
Programmer
I can not get the showModalDialog to pass a string for me. That is, the page that is opened, does not receive the string.
My code looks something like this:
Via the window_onload event of "mywebpage" I check dialogArguments. But it's always empty. However, if, instead of passing "mystring", I pass a number then dialogArguments contains the number.
Why am I unable to pass a string?
My code looks something like this:
Code:
window.showModalDialog "mywebpage","mystring","features"
Why am I unable to pass a string?