|
Subject:
|
FORM action opens in new window
|
|
Posted By:
|
nancy
|
Post Date:
|
3/2/2006 9:53:26 AM
|
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
|
|
Reply By:
|
richard.york
|
Reply Date:
|
3/2/2006 10:02:15 AM
|
You're looking for target="_top" if this form is in a frameset. If it isn't in a frameset no target is needed at all.
HTH!
Regards, Rich
-- [http://www.smilingsouls.net] Mail_IMAP: A PHP/C-Client/PEAR solution for webmail Author: Beginning CSS: Cascading Style Sheets For Web Design
|
|
Reply By:
|
nancy
|
Reply Date:
|
4/7/2006 8:16:19 AM
|
Great, thanks!
|