New popup window containing java applet

They have: 5,633 posts

Joined: Jan 1970

This is really bugging me, i want a link that when clicked on opens a non resizeable popup window, containin my java applet (form) can anyone help? cheers

AndyB's picture

They have: 344 posts

Joined: Aug 1999

a href="javascript:window.open("xyz.html","","width="200" height="300");

loads the file xyz.html into a window with no toolbars, etc. that is 200 px wide by 300 px high.

They have: 5,633 posts

Joined: Jan 1970

THANX

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

www.zerocattle.com/examples/popUp.html explains pop-up windows and gives you the whole (cross-browser and nicely degradable) code.

Also links to sites like www.irt.org that explain how and why to do it.

Suzanne

------------------
Zero Cattle
Suzanne
Tables DeMystified

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.