Hello Folks,
I am jQuery newbie.
I encountered a really weird response must be my mistake somewhere.
I have been researching on internet for 2 days but not found my thing so finally decided to seek help from experts.
What I wrote is here.
- <form action="" method="post" name="frmCart" action="go.php">
- <input type="radio" name="radioship" id="radioship" value="1">1st Shipping Option<br />
- <input type="radio" name="radioship" id="radioship" value="2">2nd Shipping Option<br />
- input name="update" type="submit" class="button02" value="Checkout">
- </form>
When I change radio button this form (frmCart) should be submitted/posted but weirdly there is another form (frmRight) which is getting execute.
- <form name="frmRight" method="post" action="pro_search.php">
- <input name="pro_search" class="inputbox150" type="text" id="pro_search" size="20" maxlength="25">
- <input type="submit" name="Submit" value="GO" class="button03">
- </form>
I tried almost every way available on tutorials but nothing is working....this is the only way atleast some form is submitting/posting......
Please help me find my mistake and thanks in advance.......