How to produce a new window with different size.

N

NZed

I have a problem instead of linking to a new page and it opens a full page.
I have seen other websites open a smaller window infront of the existing
window.
How is this done and how can I achieve this with FP2002 ? eg opening a photo
or image so that it is full size.

NZed
 
U

ufo_hk

Look up Javascript "window.open" behaviour - note height and width
parameters as below, apply behaviour to the link which is opening the new
window.

eg something along the lines:
window.open('http://url/page.htm', 'PopOver',
'height=300,width=500,location=no,scrollbars=0,ontop=true');
onblur="window.focus()";
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top