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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Popup question

Status
Not open for further replies.

McFestoe

Technical User
Dec 16, 2003
145
GB
Is there a place in FP to create a popup box, whey iam trying to do is have a link which opens a popup with our conatct details on instead of a page,

Thanks in advance

 
Hi McFestoe,

Here is a simple pop up maker ...
Jimco Spawn is an addin you can use ...
Keep in mind that many users are blocking pop ups through their ISP and with software applications.

In the long run, it might be better to open a new window and set the size to your liking.

Hope I have been of some help,
Micheal

FrontPage Form Tutorials & Form Script Examples
 
Or you couls simply call it out yourself:

<body onload="window.open('offer_02.htm', 'SmallWindow', 'width=300,height=325,left=15,top=10')" bgcolor="#FFFFFF">

Hope that's of use [colorface]


----------------------------
Cogito Ergo Sum [jester2]
----------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top