G
Guest
Assume that this page
www.externalsite.com/anypage.html
would contain the following javascript:
window.open('www.mysite.com/mypage.html', null, 'location=no,
menubar=no');
Then I would like to do the following:
window.setMenubar(true);
window.setLocation(true);
from within my own page
www.mysite.com/mypage.html
Unfortunately these methods (setMenubar and setLocation) do not exist,
but is it possible to achieve the same things as these methods would
do (put back the menubar and locationbar) when someone else has
removed them ???
www.externalsite.com/anypage.html
would contain the following javascript:
window.open('www.mysite.com/mypage.html', null, 'location=no,
menubar=no');
Then I would like to do the following:
window.setMenubar(true);
window.setLocation(true);
from within my own page
www.mysite.com/mypage.html
Unfortunately these methods (setMenubar and setLocation) do not exist,
but is it possible to achieve the same things as these methods would
do (put back the menubar and locationbar) when someone else has
removed them ???