Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

popup product pictures


davidstummer

Recommended Posts

is there a simple way to create a popup picture of a numberplate if the numberplate description ic clicked on?

 

the background would be the same (a yellow box), but obviously the text in the foreground would change with each numberplate.

Link to comment
Share on other sites

Pass the number plate as a variable on the link ?

 

eg:

 

<a href="numberplate.php?plate=P1ANO">clcik to see this plate</a>

 

Then in numberplate.php

 

<?php echo $plate; ?>

 

Obviously use your plate graphic as a background picture and increase the font size of $plate to suit.

 

hth

Link to comment
Share on other sites

Inlcude your custom html boiler plate pop up within this code it can be adapted obviously to work any number of ways. Uses oscommerce inborn javascript code.

 

 

<a href="javascript:;" onClick="popupWindow('/finishes.htm(whatever you want make sure you erase me)','','scrollbars=yes,resizable=yes,width=500(whatever you want make sure you erase me),height=(whatever you want make sure you erase me')">

</a>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...