Thread: image map form
Results 1 to 4 of 4
Related
-
Having trouble adding top image over background image Forum: Myspace Forum
Replies: 3 -
required form fields in php page using redirect.php form Forum: PHP Forum
Replies: 1 -
Upload logo/image in form Forum: CGI Perl Forum
Replies: 0 -
Disable/Enable form features based on form selections Forum: Javascript Forum
Replies: 4 -
Need Help! Image from another source displays if first image errors... Forum: HTML Forum
Replies: 14
-
06-07-2002, 10:49 AM #1
image map form
once again i'm going to post a question that i'm embarrassed about.
i want an image map form submit. the image i have has three buttons in it. the last one is a "submit" button, but can't figure out the tags. anyone...?robert koons
-
06-10-2002, 02:54 PM #2
Just need to clarify, if thats okay.
When you say an imagemap, do you mean that you need the coordinates of the image transmitted along with the form, or do you have an imagemap, with three links, and you need one to submit a form?
If its the latter, the code is relatively simple, heres a sample, tested -
Code:<form method="post" action="index.html" name="test"> <input type="hidden" name="tester"> </form> <map name="testmap"> <area shape="rect" coords="100,10,200,100" href="javascript:document.test.submit();"> </map> <img src="quietdean.com/tfc.jpg" usemap="#testmap">
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
03-08-2004, 03:20 PM #3
another dumb question
Hi:
I am trying to adapt this code to use and am having some issues. My programming skills are extremely limited. You indicate an action=index.html in the form tag. What does index.html look like? Is it the current page, if so where does the submitted data go and how do you use it. I am looking to have an image map transfer the name of a selected area into a separate page and document.write (or something similar) it on that secondary page (along with some other text)
Dave
Originally Posted by QuietDean
-
03-08-2004, 05:34 PM #4
index.html is just an example file, it can be anything.
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum