Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Pop_up windows


bloodshoteyes

Recommended Posts

I need to make a pop_up box for my home page. It should pop_up only once when a guest opens the first page of the cart. the box will cantain text and should have its own close button. Anyone have any ideas or have seen a contribution along those lines?????

Link to comment
Share on other sites

This is the best I have found and use it regularly.

 

popup window maker

 

The best place to put the code is in where you define your mainpage text:

<td class="main"><?php echo TEXT_MAIN; ?></td>

 

Insert:

 

<html>
<body>

INSERT POPUP WINDOW CODE FROM JAVASCRIPT KIT HERE

</body>
</html>

 

Just be aware that folks that use "popup blockers" will never see your popup message

"Aliiiiive, it's alive, it's ALIIIIIIIIIIIIIVE!!!"

Link to comment
Share on other sites

  • 8 months later...

You may be able to make it work - but what's the point when most modern browsers block pop-ups from appearing? All that most of your users will see is

a). Nothing at all, the pop-up just won't launch

B). A warning message that a pop-up was blocked.

 

Vger

Thanks Paul, Thanks emmett as usual this forum is very helpful. I'm sure I can make it work....

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...