popup windows

They have: 5,633 posts

Joined: Jan 1970

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's picture

They have: 2,064 posts

Joined: Dec 1999

No, you need JavaScript to use popups windows.

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's picture

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.