I have pull-down menus in javascript and I have the code for opening a link
in a new window. But I want it to open a full-sized window. I can't figure
out the syntax. What I have so far:
Menu5_5_1=new Array("'Lonely Church","javasc ript:window.ope n
('http://www.photo.net/photodb/photo?photo_id= 2640310')","",0 ,20,300);
That works fine, except I can't figure out how to modify it to make it open
full-screen.
Tips?
LRH
in a new window. But I want it to open a full-sized window. I can't figure
out the syntax. What I have so far:
Menu5_5_1=new Array("'Lonely Church","javasc ript:window.ope n
('http://www.photo.net/photodb/photo?photo_id= 2640310')","",0 ,20,300);
That works fine, except I can't figure out how to modify it to make it open
full-screen.
Tips?
LRH
Comment