PDA

View Full Version : specifying page size


Geographix
11-06-2002, 07:50 AM
I want to know if I can and how to specify the size of a page - for examply - when you set a link to target a new page - can you specify the size of the page that it will open - that is - can the new page that you are opening be smaller than the full screen - a bit like a pop up window??

lpok
11-08-2002, 12:04 AM
You can make the link execute a window.open command, something like this

<a href="javascript:window.open('mypage.html','','width=100,height=100')">click</a>