i have a form and cant be arsed learnign about sessions etc at the minute so until then the form wont work but i want 1 of the buttons to link to a website
how would i do this? the web page i want it to lonk to is the register page on phpbb
so for instance i want <input type="submit" name="register" value="sign up" />
to link to
http://www.URLHERE.info/forum/index?=register or something like that
any ideas?
Comments
Submit your threads
Music Forum
My Web Entrepreneur Blog
VolumeBoost - Member Chosen Music News
hmmmm, yeah i think so...I dont have it anymore though soz.
The Royal Ram
<script type="text/javascript">
function gfunction()
{
window.open("http://whereeveryouwanttogo.com"
}
</script>
<input type="submit" value="letsgo" onClick="gfunction();">