SeanPaul72
08-06-2003, 08:33 PM
What does the href ="#" do in the following image map?
<map name="rightnav"><area alt="" coords="89,17,148,33" href="#" onClick="document.lion1003.submit();"><area alt="" coords="185,16,247,33" onClick="return logoff()" href="http://www.southerninvestmentmortgage.com">
It takes me to the next page but I don't understand how it knows what the next page is. And I need to control what the next page will be regarding previously entered user input.
I'm just a little confused.
Thanks
<map name="rightnav"><area alt="" coords="89,17,148,33" href="#" onClick="document.lion1003.submit();"><area alt="" coords="185,16,247,33" onClick="return logoff()" href="http://www.southerninvestmentmortgage.com">
It takes me to the next page but I don't understand how it knows what the next page is. And I need to control what the next page will be regarding previously entered user input.
I'm just a little confused.
Thanks