HI guys,
Can anyone possibly expain why the following button is just sitting there and wont goto the url?
It does however work if I leave this existing code in; you can then click the bottom button to get to the url:PHP Code:<form action=\"http://www.google.com/index.php\" method=\"get\"
target=\"_self\"><input type=\"submit\" value=\"Continue Shopping\"></form>
PHP Code:<form action='http://www.google.com/index.php' method='post' id='continueshopping'>
<input type='submit' VALUE='Continue Shopping'>
</form>
<form action=\"http://www.google.com/index.php\" method=\"get\"
target=\"_self\"><input type=\"submit\" value=\"Continue Shopping\"></form>








Bookmarks