usman07 Posted January 6, 2012 Share Posted January 6, 2012 This my code.... <div id="submitbutton1"><form id="submit" name="input" action="Registered.html" method="get"> <input type="submit" value="Submit" /> </form> </div> Quote Link to comment Share on other sites More sharing options...
gristoi Posted January 6, 2012 Share Posted January 6, 2012 works fine for me Quote Link to comment Share on other sites More sharing options...
AyKay47 Posted January 6, 2012 Share Posted January 6, 2012 This my code.... <div id="submitbutton1"><form id="submit" name="input" action="Registered.html" method="get"> <input type="submit" value="Submit" /> </form> </div> where is it going then? make sure that your page is Registration.html and not registration.html, case sensitive. If the correct page is registration.html, change your form action accordingly Quote Link to comment Share on other sites More sharing options...
ManiacDan Posted January 6, 2012 Share Posted January 6, 2012 This my code.... <div id="submitbutton1"><form id="submit" name="input" action="Registered.html" method="get"> <input type="submit" value="Submit" /> </form> </div> where is it going then? make sure that your page is Registration.html and not registration.html, case sensitive. If the correct page is registration.html, change your form action accordingly Better yet, make sure the page is Registered.html Quote Link to comment Share on other sites More sharing options...
AyKay47 Posted January 6, 2012 Share Posted January 6, 2012 This my code.... <div id="submitbutton1"><form id="submit" name="input" action="Registered.html" method="get"> <input type="submit" value="Submit" /> </form> </div> where is it going then? make sure that your page is Registration.html and not registration.html, case sensitive. If the correct page is registration.html, change your form action accordingly Better yet, make sure the page is Registered.html fail on my part, Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.