Click to See Complete Forum and Search --> : HTML pop-up


No MeRcY
05-26-2003, 07:48 PM
How do I make a pop-up with HTML??? I've only seen it with javascript though. If you can't make it with HTML then I'll just have to do it javascript. But can you please tell me how???:confused:

Dark Dragon
05-26-2003, 07:57 PM
I am by no means knowledgable about such things but I thought I read somewhere that if you have the selected content open up in a new window, you can somehow adjust the size of that new window....

I am not sure about that though so definetly don't take my word for it.

No MeRcY
05-26-2003, 08:05 PM
Thanks anyway, I bet someone out there like the moderator knows it.

khalidali63
05-26-2003, 09:13 PM
sorry,
seems like you have only one choice
JavaScript
to manuipulate the window properties.
(btw window is a javascript object),and th reason JavaScript was needed is the same so that a developer can have more control of html elements then what one would have using only html.