Hi,
Can you tell me why this simple code not works?
<SCRIPT language='javascript'>
<!--
function Test()
{
//do something
window.location.href='}
//-->
</SCRIPT>
<Form onsubmit="return(Test())">
<input type="submit">
</Form>
Can you tell me why this simple code not works?
<SCRIPT language='javascript'>
<!--
function Test()
{
//do something
window.location.href='}
//-->
</SCRIPT>
<Form onsubmit="return(Test())">
<input type="submit">
</Form>