Ask a Question related to Dreamweaver AppDev, Design and Development.
-
ihgooding #1
open new window via form action
is it possible to open a new window via a form action? If so, how? thanks
ihgooding Guest
-
Page_Load not fired when window.open used to load window.
Hello John, Did you mean that the problem only happens after you upgrade to VS 2003 and framework 1.1? Does the problem exist in VS 2002 and... -
New Window Target doesn't open a new window inContribute but does in Firefox
I have made the neccessary steps to allow a link to open in a new window by choosing "New Window" as the Target, and when testing the published page... -
FORM action to open new window
I'd like to use the action atrribute in FORM or CFFORM to execute a URL that would open a new window, just like the <a href="" target="_blank"></a>... -
How to get a OPEN/SAVE dialog option window when open Excel from IE browser.
I use the following to open Excel from IE browser, but I don't get a OPEN/SAVE dialog option window. Instead, the Excel opened in the browser... -
'Run-time error 2501. The Open Form action was cancelled.'
I get the 'Run-time error 2501. The Open Form action was cancelled.' when I attempt to specify criteria in the 'where' clause section of the DoCmd... -
Fabiano Arruda #2
Re: open new window via form action
simply add the target parameter in the form tag, like this:
<form name="form1" method="post" action="process.asp" target="_blank">
Fabiano Arruda Guest



Reply With Quote

