davidstummer Posted March 21, 2003 Share Posted March 21, 2003 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 More sharing options...
burt Posted March 21, 2003 Share Posted March 21, 2003 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 More sharing options...
winterradio Posted March 22, 2003 Share Posted March 22, 2003 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.