![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I'm mostly a newb at this. I'm working in Dreamweaver 4. I need Paypal "Add to Cart" etc buttons on my pages, but because of the way I've made the pages, I need to attach the form submission to hotspots on my image maps rather than using the link to download the button graphic from the Paypal server. Also, I've emailed Paypal to check their rules don't prevent me from doing it this way, but since they've already misinformed me about 3 other issues: does anyone know what their policy is on this? EXAMPLE CODE: button code (provided by Paypal) form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_cart" input type="hidden" name="business" value="example (AT) example (DOT) com"> <input type="image" src="https://www.paypal.com/images/view_cart.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" input type="hidden" name="display" value="1"> </form hotspot code- div align="center"><img src="examplepageimage.jpg" width="702" height="421" border="0" usemap="#Map"> <map name="Map"> <area shape="rect" coords="637,395,699,420" href="about.htm"> </map> </div So, to clarify- I need to combine the two above so that the hotspot activates the Paypal form rather than the link to "about.htm" Could someone show me the correct syntax for this, or even better, explain how to add the form code to the hotspot in Dreamweaver? I've looked for ages online but can't find the specific information so help would be much appreciated! Thanks J |
#3
| |||
| |||
|
|
Hi, I'm mostly a newb at this. I'm working in Dreamweaver 4. I need Paypal "Add to Cart" etc buttons on my pages, but because of the way I've made the pages, I need to attach the form submission to hotspots on my image maps rather than using the link to download the button graphic from the Paypal server. |
![]() |
| Thread Tools | |
| Display Modes | |
| |