Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
Elliott #1
Go to URL open in blank window HELP!
Hi,
Why cant I specify a new or blank browser window when usin dreamweaver's "Go
To URL" behaivour?
If i go into the code and replace
"MM_goToURL('parent','filename.asp');return document.MM_returnValue")
with:
If i go into the code and replace "MM_goToURL('blank','filename.asp');return
document.MM_returnValue")
It does not work!
Any ideas??
Cheers in advance
Tom
Elliott 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... -
How do I open a completely blank browser window?
Hi gang I dont think this can be too hard so I hope I'm in the right place; I'm trying to launch an external browser window from a Director movie... -
Flash Page goes blank with Javascript:window.open() to HTML pages
Hello, I just finished a site for my hobby/business of making blues guitar slides. Everything works great except that some browsers seem blank out... -
goToNetPage in a blank window
Hi there, I have a Behaviour (goToNetPage) for a hyperlink, but I want the hyperlink to open in a blank browser window. I tried inserting some... -
Ville Leivo #2
Re: Go to URL open in blank window HELP!
hmm.. what if you replace it by:
MM_goToURL('_blank','filename.asp');return document.MM_returnValue")
-ville
Elliott wrote:> Hi,
> Why cant I specify a new or blank browser window when usin dreamweaver's "Go
> To URL" behaivour?
>
> If i go into the code and replace
> "MM_goToURL('parent','filename.asp');return document.MM_returnValue")
> with:
> If i go into the code and replace "MM_goToURL('blank','filename.asp');return
> document.MM_returnValue")
>
> It does not work!
>
> Any ideas??
>
> Cheers in advance
>
> Tom
>
>Ville Leivo Guest
-
Elliott #3
Re: Go to URL open in blank window HELP!
No, tried that, it brings up the error _blank is undefined!
Tom
"Ville Leivo" <ville.leivo@kolumbus.fi> wrote in message
news:3F1E84C0.7040209@kolumbus.fi..."Go> hmm.. what if you replace it by:
> MM_goToURL('_blank','filename.asp');return document.MM_returnValue")
>
> -ville
>
> Elliott wrote:> > Hi,
> > Why cant I specify a new or blank browser window when usin dreamweaver's"MM_goToURL('blank','filename.asp');return> > To URL" behaivour?
> >
> > If i go into the code and replace
> > "MM_goToURL('parent','filename.asp');return document.MM_returnValue")
> > with:
> > If i go into the code and replace>> > document.MM_returnValue")
> >
> > It does not work!
> >
> > Any ideas??
> >
> > Cheers in advance
> >
> > Tom
> >
> >
Elliott Guest
-
James M. Shook #4
Re: Go to URL open in blank window HELP!
In article <bfm09e$dql$1@forums.macromedia.com> , "Elliott"
<telliott@bezier.co.uk> wrote:
Why do you need to use JS for this when you can just make a normal link with> Why cant I specify a new or blank browser window when usin dreamweaver's "Go
> To URL" behaivour?
a "_blank" target?
-- James M. Shook
[url]http://www.jshook.com[/url]
James M. Shook Guest
-
Elliott #5
Re: Go to URL open in blank window HELP!
Because there is no hyperlink for the user to press
Im attaching the javascript behaivour to the onLoad command inside the body
tag, so when the page loads, a seperate window will display
Cheers
Tom
"James M. Shook" <james_shook@comcast.net> wrote in message
news:bfm25a$hdq$2@forums.macromedia.com..."Go> In article <bfm09e$dql$1@forums.macromedia.com> , "Elliott"
> <telliott@bezier.co.uk> wrote:
>> > Why cant I specify a new or blank browser window when usin dreamweaver'swith>> > To URL" behaivour?
> Why do you need to use JS for this when you can just make a normal link> a "_blank" target?
>
> -- James M. Shook
> [url]http://www.jshook.com[/url]
>
Elliott Guest
-
James M. Shook #6
Re: Go to URL open in blank window HELP!
In article <bfm3vi$l69$1@forums.macromedia.com> , "Elliott"
<telliott@bezier.co.uk> wrote:
Then use the "Open Browser Window" behavior, and attach it to the onLoad> Im attaching the javascript behaivour to the onLoad command inside the body
> tag, so when the page loads, a seperate window will display
event in the <body> tag as before.
-- James M. Shook
[url]http://www.jshook.com[/url]
James M. Shook Guest
-
steve #7
Re: Go to URL open in blank window HELP!
try:
window.open(theLocation,windowName,features)
or just
window.open(theLocation,windowName)
if you dont mind having a standard window opening!
--
*****************************
BULLET
Studio 5
Culford House
01-07 Orsman Road
London N1 5RA
+44(0)20 76135324
[url]www.bulletclip.com[/url]
*****************************
"Elliott" <telliott@bezier.co.uk> wrote in message
news:bfm09e$dql$1@forums.macromedia.com..."Go> Hi,
> Why cant I specify a new or blank browser window when usin dreamweaver's"MM_goToURL('blank','filename.asp');return> To URL" behaivour?
>
> If i go into the code and replace
> "MM_goToURL('parent','filename.asp');return document.MM_returnValue")
> with:
> If i go into the code and replace> document.MM_returnValue")
>
> It does not work!
>
> Any ideas??
>
> Cheers in advance
>
> Tom
>
>
steve Guest
-
Gary White #8
Re: Go to URL open in blank window HELP!
On Wed, 23 Jul 2003 13:46:45 +0100, "Elliott" <telliott@bezier.co.uk>
wrote:
"MM_goToURL('about:blank','filename.asp');retu rn>If i go into the code and replace "MM_goToURL('blank','filename.asp');return
>document.MM_returnValue")
>
>It does not work!
document.MM_returnValue"
Gary
Gary White Guest
-
Unregistered #9
Re: Go to URL open in blank window HELP!
Don't use MM_goToURL
Use MM_openBrWindowUnregistered Guest



Reply With Quote

