Ask a Question related to Dreamweaver AppDev, Design and Development.
-
bthouin #1
Create new window on Redirect?
Hi guys,
A very simple problem: I have a "Response.Redirect("myURL") statement
which I'd like to spawn a SEPARATE window, just like when on a form
action, you can say target="_blank". Is that possible ?
My Response.Redirect is (of course) on the server side, and, for various
reasons, I can't have a form with a submit button for that particular
user action.
Regards
Bernard
bthouin Guest
-
Create Popup Window
I would like to create a popup window with specific properties rather than just opening a new browser window. Is this possible in Contribute? -
create window / kill window
I am working on a window that fly's in as a result of a button release. I have the window animated to fly in and fly out, I am wanting it to fly in... -
Response.Redirect to a new browser window?
Can I do some kind of response.redirect to a new browser window? I need to use session variables in the new window and process some things on... -
Help to pop up a window before using Location to redirect a page
All I want to pop up a window before/during redirect to another page. Sort of a confirmation page: <? .... /* I need to pop up a window... -
Redirect to New Browser Window like Response.Redirect
That worked just fine for me as long as you put that open statement on one line rather than 2. "michel" <michely3k@yahoo.com> wrote in... -
bthouin #2
Re: Create new window on Redirect?
Thanks Paul.
This function is only going to be used only by very few (2 or 3) users
with special roles, so it would not be a problem. Can you tell me how do
you do that at all ?
Regards
Bernard
Paul Whitham TMM wrote:> I believe that it is possible, however it is probably not wise. Firefox and
> IE6 SP2 have popup blockers that are likely to react to any attempt to open
> the other window.
>bthouin Guest
-
Paul Whitham TMM #3
Re: Create new window on Redirect?
I have had a look around and I can't find the way to expand the
response.redirect script. What I would suggest is that you could use the
following script on the redirect page to open up the new window
<SCRIPT language="JavaScript">
<!--
window.open ('index.cfm');
//-->
</SCRIPT>
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"bthouin" <bernard_thouin@bluewin.ch> wrote in message
news:d1nl7j$sa7$1@forums.macromedia.com...and> Thanks Paul.
>
> This function is only going to be used only by very few (2 or 3) users
> with special roles, so it would not be a problem. Can you tell me how do
> you do that at all ?
>
> Regards
> Bernard
>
> Paul Whitham TMM wrote:> > I believe that it is possible, however it is probably not wise. Firefoxopen> > IE6 SP2 have popup blockers that are likely to react to any attempt to> > the other window.
> >
Paul Whitham TMM Guest



Reply With Quote

