 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
tfgilmore
Joined: 17 Jan 2005 Posts: 4
|
Posted: Mon Jan 17, 2005 8:08 pm ImageField Question |
|
|
|
Hi,
I want to know how my users navigate on my pages & between domains
I'd like to be able to create a hidden form that would send an e-mail to me when my visitor clicks on an image.
===============
I tried to use
<A HREF="x.html><form name="form1" method="post" action="mailto:motionatmydomain.com">
<input name="imageField" type="image" alt"submit" src="/img/card4.gif" width="343" height="178" border="0">
</form> </a>
========================
Needless to say that is not working
How can I code the image so that the user Hyperlinks to another page on my site & is not aware that he has sent me an e-mail.
I would |
|
chrisxkelley
Joined: 07 Dec 2004 Posts: 246
|
Posted: Tue Jan 18, 2005 1:04 am |
|
|
|
you cannot send a form with a simple html form action, you will need to integrate a server side language such as php to send you those details, i would try to help you more right now but i am on my way to sleep.....zzzzz
i'll post more tomorrow if no one else has helped you,but in the meantime, search google for php tutorials on what you are trying to do
cheers,
chris |
|
tfgilmore
Joined: 17 Jan 2005 Posts: 4
|
Posted: Tue Jan 18, 2005 7:44 am I will try |
|
|
|
Thanks Chris,,, I will check google.
I thought I could do it with a client side Java Script.
I can do some PHP,,, I just don't like the PHP extension. Website visitors may not like the extension PHP (seems a bit sneaky)[/u] |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|