The 'includes/scotch_gard.php' file contains a javascript drop-in div.
Here's how I got it working:
<a href="#" onclick="javascript:dropinbox3.show()">Scotchgard Carpet Protector</a>
Can anyone tell me why this won't work?
<a href="<?php require_once('includes/scotch_gard.php'); ?>">Scotchgard Carpet Protector</a>
I want it to just display the link text and run the 'require_once' statement when I click it.
Thanks,
Steve
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.