vetteguy69
Technical User
Hello All,
I have a page with a text link that goes to another page with a form on it that includes checkboxes. If the user clicks the text link on pageA I want to go to pageB(page with form) and check off a certain checkbox. I have the following javascript in the header of pageB now but it doesn't seem to work. Any help is greatly appreciated.
<script type="text/javascript" language="javascript">
if (document.referrer == "pageA.htm"
document.form.box1.checked==true;
</script>
Any suggestions?
Thanks in advance,
Mike
I have a page with a text link that goes to another page with a form on it that includes checkboxes. If the user clicks the text link on pageA I want to go to pageB(page with form) and check off a certain checkbox. I have the following javascript in the header of pageB now but it doesn't seem to work. Any help is greatly appreciated.
<script type="text/javascript" language="javascript">
if (document.referrer == "pageA.htm"
document.form.box1.checked==true;
</script>
Any suggestions?
Thanks in advance,
Mike