hi
This is my first day with ASP
I've a button called 'home' and on clicking this i need to go to homepage.asp.
this is my code
<script language="vbscript" type="Text/vbscript">
sub gohome()
end sub
</script>
<input type=button name=cmdHome onclick= 'gohome()'>
what should i include inside the function in order to call homepage.asp
This is my first day with ASP
I've a button called 'home' and on clicking this i need to go to homepage.asp.
this is my code
<script language="vbscript" type="Text/vbscript">
sub gohome()
end sub
</script>
<input type=button name=cmdHome onclick= 'gohome()'>
what should i include inside the function in order to call homepage.asp