Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

POP Ups in a new window

Status
Not open for further replies.

LDaveM

Vendor
Feb 12, 2002
336
0
0
US
How do I make a popup in a new window that I then can have a close window in it?
Thanks
Dave
 
Jimco Spawn is a free FrontPage addin you can use for creating popups.

You can find it here ... along with other useful additions.

Keep in mind, many users use popup blockers. You may wish to open a new window and set the window parameters.

As to close button ...

<FORM>
<p align="center">
<INPUT Type="Button" Value="Close"
onclick="window.close()"> </p>
</FORM>

Hope I have been of some help,
Micheal Smith

FrontPage Form Tutorials & Form Script Examples
 
Hello,
You are right Michael, better to use a new window and set the window parameters...
But, I am not sure how? For example, how can I hide the top menu bar, scroll bar, change the windows size, etc. in that new window?

Any help appriciated,
Franco


 
Hi Franco,

You could utilize Spawn I mentioned above:

You can find it Herealong with other useful addins.

If you just want something for single use, try This One

Either way, the code that alters the window will appear in HTML. You could always amend the HTML in exiting hyperlinks.

Hope I have been of some help,
Micheal Smith

FrontPage Form Tutorials & Form Script Examples
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top