popup windows
Is it possible to do them with html. I have several that use java script, put I am trying to get rid of as much as possible.
So can I have windows on my site open a certain size, with no toolbars etc. and do it using html instead of javascript?
mjames posted this at 21:51 — 13th September 2000.
They have: 2,064 posts
Joined: Dec 1999
No, you need JavaScript to use popups windows.
Gil posted this at 01:50 — 14th September 2000.
They have: 103 posts
Joined: Apr 1999
If you just want to open a link in a new window, do this:
<a href="http://www.mydomain.com/index2.html" target="_blank">
'Gil Hildebrand, Jr.
Internet Consultant
New Orleans, LA
Mark Hensler posted this at 05:46 — 14th September 2000.
He has: 4,048 posts
Joined: Aug 2000
target="_blank" will just open a new window, but if you want ot disable toolbars, resize, etc. you need javascript
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.