I am having trouble getting the window.open function to open a url in the current window.
window.open(retURL,'newWindow','location=no,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes');
I have a function that feeds in a retURL. I want that URL to be loaded in the current window. I have tried using _self or _top instead of 'newWindow' but that doesnt work. I have tried naming the current window 'newWindow' but that didnt work either.
This is easy huh?
Thanks in advance for any help
Newbie
window.open(retURL,'newWindow','location=no,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes');
I have a function that feeds in a retURL. I want that URL to be loaded in the current window. I have tried using _self or _top instead of 'newWindow' but that doesnt work. I have tried naming the current window 'newWindow' but that didnt work either.
This is easy huh?
Thanks in advance for any help
Newbie