Forum Moderators: travelin cat

Message Too Old, No Replies

Safari

Safari

         

Gomvents

11:57 am on Nov 22, 2006 (gmt 0)

10+ Year Member



Can anyone tell me why a form that works perfectly in IE, FireFox, and Opera on both Mac and Windows redirects to the homepage on click in Safari? Is there a fix for this? It has to do with my shopping cart - PMB me and I'll give you the URL unless an admin says it's safe for me to post it here. Thanks.

whoisgregg

10:55 pm on Nov 22, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I sent you a response via sticky. It looks to me like the relevant <form> tag is missing the action attribute altogether.

If you want the form to post to itself, just include an empty action attribute:

<form action="" method="post"></form>