New popup window containing java applet
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
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 posted this at 14:51 — 25th June 2000.
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.
Anonymous posted this at 15:17 — 25th June 2000.
They have: 5,633 posts
Joined: Jan 1970
THANX
Suzanne posted this at 20:56 — 25th June 2000.
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.