/    Sign up×
Community /Pin to ProfileBookmark

Integrating Forms & Imagemaps

I’m trying to integrate my current image map which currently just goes to a HTML page and convert it to jump to my Paypal form.

Currently my image map is using this:

<map name=”Map”>
<area shape=”rect” coords=”40,43,117,60″ href=”websiteurl.htm”>
</map>

I’d rather not use paypals default image and just use my image to jump to the form.

The lines that paypal gave me were:

<form action=”https://www.paypal.com/cgi-bin/webpay” method=”post”>
<input type=”hidden” name=”cmd” value=”_cart”>
<input type=”hidden” name=”business” value=”[email protected]“>
<input type=”image” border=”0″ name=”submit” alt=”Make payments with PayPal – it’s fast, free and secure!”>
<input type=”hidden” name=”display” value=”1″>
<input type=”hidden” name=”page_style” value=”PayPal”>
</form>

So can anyone give me suggestions in how I incorporate the above form to fit within the imagemap?

Thanks
Melissa

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@gil_davisJul 11.2006 — I am not sure what you are asking for when you say "jump to". Do you want it to submit on the area that you are specifying?

If so, you can add an onclick event to the <AREA> tag that will submit the form.
<i>
</i>&lt;map name="Map"&gt;
&lt;area shape="rect" coords="40,43,117,60" href=[color=red]"#" onclick="document.paypal.submit();return false"[/color]&gt;
&lt;/map&gt;

&lt;form [color=red]name="paypal"[/color] action="https://www.paypal.com/cgi-bin/webpay" method="post"&gt;
&lt;input type="hidden" name="cmd" value="_cart"&gt;
&lt;input type="hidden" name="business" value="[email protected]"&gt;
[color=red]&lt;noscript&gt;[/color]
&lt;input type="image" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"&gt;
[color=red]&lt;/noscript&gt;[/color]
&lt;input type="hidden" name="display" value="1"&gt;
&lt;input type="hidden" name="page_style" value="PayPal"&gt;
&lt;/form&gt;
×

Success!

Help @Milly spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...