Automatic Popup window help

robb01

Regular Member
Joined
Feb 13, 2008
Messages
223
Reaction score
29
Hoping someone can help me with this. I have an insurance website, what I'm looking for is when someone enters the site, a popup comes up so they can enter in thier information for an insurance quote. How would I go about adding this to my site?
 
if you just want a popup use javascript window.open('pagename.htm') that should do it.
 
Back
Top