May 9, 2004 #1 McFestoe Technical User Joined Dec 16, 2003 Messages 145 Location 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
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
May 9, 2004 #2 AMysticWeb Technical User Joined Oct 20, 2002 Messages 309 Location US Hi McFestoe, Here is a simple pop up maker ... http://javascriptkit.com/popwin/index.shtml Jimco Spawn is an addin you can use ... http://jimcoaddins.com/ 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 http://FrontPageForms.com Upvote 0 Downvote
Hi McFestoe, Here is a simple pop up maker ... http://javascriptkit.com/popwin/index.shtml Jimco Spawn is an addin you can use ... http://jimcoaddins.com/ 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 http://FrontPageForms.com
May 13, 2004 #3 Harlequin007 Technical User Joined Feb 9, 2004 Messages 249 Location GB 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"> Click to expand... Hope that's of use ---------------------------- Cogito Ergo Sum http://www.discworks.co.uk---------------------------- Upvote 0 Downvote
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"> Click to expand... Hope that's of use ---------------------------- Cogito Ergo Sum http://www.discworks.co.uk----------------------------