I would never see your popup.
I want to have a pop-up coupon on my website (and mine alone) that will open when a potential client goes to a certain page. Anyone know who to talk to about this? Thanks
![]() | Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years. Thanks, CNET Support |
I want to have a pop-up coupon on my website (and mine alone) that will open when a potential client goes to a certain page. Anyone know who to talk to about this? Thanks
Discussion is locked
if you still want to do it, try this link http://www.google.com/search?hl=en&q=popup+javascript... it will direct you to the websites you need to go where you can find the answer on how to code it.
Why not add the coupon to your webpage. I would never see it. I use different pop up blockers. Pop up ads are very annoying.
...but the powers that be want it to open when you hit a link to a certain page only. They want it printable so they go to a certain person(s) or department.
Because your IT staff will configure the browswer to allow it.
To popup when you hit a link is straight HTML. If I look at www.w3c.org and read about this finds...
"
To open a link within a new window, place TARGET="_blank" within your link code.
<A HREF="http://www.domain.com/" TARGET="_blank">Your Coupon</a>
"