FORM action opens in new window
BUT I would like this page to replace the current page.
Here's the call in the FORM tag:
<form action="DoCustomerOptions1.asp" method="post" target="_SELF">
I know I need some sort of document.object (javascript), but I'm just not clear on how to script it.
Any help would greatly be appreciated
Nancy
|