This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Dreamweaver > August 2004 > link





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author link
durzil

2004-08-04, 12:15 pm

hi

i have a question that should be really easy. I want one of my links to open in i a new browser window
how do a do that?

Thanks
mary

2004-08-04, 7:15 pm

dude.

your terse replies are amazingly helpful. veeery cool.

i'm having an issue with 'opening links in new browser window' that i can't
figure out. running winxp; ie6.0.2800 ...

my links all open in a new window; then the new window is either minimized
or backgrounded, and the link opens in the main window *also*. doesn't seem
to matter what i do. i'm ready to switch to mozilla or opera, but not ready
to face that whole new set of problems. heard of this one? can't find it
in the dw documentation.

mary

"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:ceqlll$9b6$1@forums.macromedia.com...
> Select the link. Use the Property inspector to set its target to

"_blank".
>
> --
> Murray --- ICQ 71997575
> Team Macromedia Volunteer for Dreamweaver
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> http://www.dreamweavermx-templates.com - Template Triage!
> http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
> http://www.dwfaq.com - DW FAQs, Tutorials & Resources
> http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
> ==================
>
> "durzil" <webforumsuser@macromedia.com> wrote in message
> news:ceqli6$96l$1@forums.macromedia.com...
> open in i a new browser window
>
>



Murray *TMM*

2004-08-04, 7:15 pm

> your terse replies are amazingly helpful. veeery cool.

Thanks....

> my links all open in a new window; then the new window is either minimized
> or backgrounded, and the link opens in the main window *also*. doesn't

seem
> to matter what i do. i'm ready to switch to mozilla or opera, but not

ready
> to face that whole new set of problems. heard of this one? can't find it
> in the dw documentation.


Yep - this means that you have a link to the page *and* you have an
openBrWindow on the same link. Show me your code and I'll show you what I
mean.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"mary" <obilot@comcast.net> wrote in message
news:cerd3a$bia$1@forums.macromedia.com...
> dude.
>
> your terse replies are amazingly helpful. veeery cool.
>
> i'm having an issue with 'opening links in new browser window' that i

can't
> figure out. running winxp; ie6.0.2800 ...
>
> my links all open in a new window; then the new window is either minimized
> or backgrounded, and the link opens in the main window *also*. doesn't

seem
> to matter what i do. i'm ready to switch to mozilla or opera, but not

ready
> to face that whole new set of problems. heard of this one? can't find it
> in the dw documentation.
>
> mary
>
> "Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
> news:ceqlll$9b6$1@forums.macromedia.com...
> "_blank".
to[color=darkred]
>
>



mary

2004-08-04, 7:15 pm

i've tried this a number of different ways, including using someone else's
javascript, and removing things from this that looked like they could be
redundant.
this is what dw coded:

<a href="http://www.newberry.org/collections/L3cover.html"
onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
'Collections','scrollbars=yes,resizable=yes,width=450,height=300')">specific
</a>

thank you.

"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:cerd8p$bmt$1@forums.macromedia.com...
>
> Thanks....
>
minimized[color=darkred]
> seem
> ready
it[color=darkred]
>
> Yep - this means that you have a link to the page *and* you have an
> openBrWindow on the same link. Show me your code and I'll show you what I
> mean.
>
> --
> Murray --- ICQ 71997575
> Team Macromedia Volunteer for Dreamweaver
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> http://www.dreamweavermx-templates.com - Template Triage!
> http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
> http://www.dwfaq.com - DW FAQs, Tutorials & Resources
> http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
> ==================
>
> "mary" <obilot@comcast.net> wrote in message
> news:cerd3a$bia$1@forums.macromedia.com...
> can't
minimized[color=darkred]
> seem
> ready
it[color=darkred]
links[color=darkred]
> to
>
>



Murray *TMM*

2004-08-04, 7:15 pm

It's what *you* told DW to code.

Try this -

<a href="http://www.newberry.org/collections/L3cover.html"
onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
'Collections','scrollbars=yes,resizable=yes,width=450,height=300'); return
false">specific
</a>


--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"mary" <obilot@comcast.net> wrote in message
news:cerfns$enp$1@forums.macromedia.com...
> i've tried this a number of different ways, including using someone else's
> javascript, and removing things from this that looked like they could be
> redundant.
> this is what dw coded:
>
> <a href="http://www.newberry.org/collections/L3cover.html"
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
>

'Collections','scrollbars=yes,resizable=yes,width=450,height=300')">specific
> </a>
>
> thank you.
>
> "Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
> news:cerd8p$bmt$1@forums.macromedia.com...
> minimized
doesn't[color=darkred]
find[color=darkred]
> it
I[color=darkred]
> minimized
doesn't[color=darkred]
find[color=darkred]
> it
Technotes[color=darkred]
> links
>
>



mary

2004-08-04, 7:15 pm

sadly, the code you sent produces more or less the same result. the link
still opens in both windows, it's just that the new window remains visible
and on top.

sigh. now i am really stumped. do you think it's an ie glitch?


"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:cerge2$fgu$1@forums.macromedia.com...
> It's what *you* told DW to code.
>
> Try this -
>
> <a href="http://www.newberry.org/collections/L3cover.html"
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
> 'Collections','scrollbars=yes,resizable=yes,width=450,height=300'); return
> false">specific
> </a>
>
>
> --
> Murray --- ICQ 71997575
> Team Macromedia Volunteer for Dreamweaver
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> http://www.dreamweavermx-templates.com - Template Triage!
> http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
> http://www.dwfaq.com - DW FAQs, Tutorials & Resources
> http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
> ==================
>
> "mary" <obilot@comcast.net> wrote in message
> news:cerfns$enp$1@forums.macromedia.com...
else's[color=darkred]
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
>

'Collections','scrollbars=yes,resizable=yes,width=450,height=300')">specific
> doesn't
not[color=darkred]
> find
what[color=darkred]
> I
i[color=darkred]
> doesn't
not[color=darkred]
> find
> Technotes
>
>



Murray *TMM*

2004-08-04, 7:15 pm

Show me what you implemented (posting a URI to the page would be the best,
so I could see it happen as well).

I'm betting you didn't do it right.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"mary" <obilot@comcast.net> wrote in message
news:cergth$g1q$1@forums.macromedia.com...
> sadly, the code you sent produces more or less the same result. the link
> still opens in both windows, it's just that the new window remains visible
> and on top.
>
> sigh. now i am really stumped. do you think it's an ie glitch?
>
>
> "Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
> news:cerge2$fgu$1@forums.macromedia.com...
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
return[color=darkred]
> else's
be[color=darkred]
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
>

'Collections','scrollbars=yes,resizable=yes,width=450,height=300')">specific
> not
> what
Technotes[color=darkred]
that[color=darkred]
> i
> not
to[color=darkred]
my[color=darkred]
>
>



mary

2004-08-04, 7:15 pm

link to page @.ftp site:

http://leep.lis.uiuc.edu/publish/ma...ntroduction.htm

at least my embedded fonts seem to be working.

thanks for checking it out.

"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:cerhqc$h05$1@forums.macromedia.com...
> Show me what you implemented (posting a URI to the page would be the best,
> so I could see it happen as well).
>
> I'm betting you didn't do it right.
>
> --
> Murray --- ICQ 71997575
> Team Macromedia Volunteer for Dreamweaver
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> http://www.dreamweavermx-templates.com - Template Triage!
> http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
> http://www.dwfaq.com - DW FAQs, Tutorials & Resources
> http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
> ==================
>
> "mary" <obilot@comcast.net> wrote in message
> news:cergth$g1q$1@forums.macromedia.com...
link[color=darkred]
visible[color=darkred]
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
> return
could[color=darkred]
> be
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
>

'Collections','scrollbars=yes,resizable=yes,width=450,height=300')">specific
but[color=darkred]
can't[color=darkred]
an[color=darkred]
you[color=darkred]
> Technotes
> that
but[color=darkred]
can't[color=darkred]
message[color=darkred]
> to
Resources[color=darkred]
> my
>
>



Murray *TMM*

2004-08-04, 7:15 pm

Please make sure that this is all on one line -

<a href="http://www.newberry.org/collections/L3cover.html"
onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
'Collections','scrollbars=yes,resizable=yes,width=450,height=300');return
false">

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"mary" <obilot@comcast.net> wrote in message
news:cerihs$hpf$1@forums.macromedia.com...
> link to page @.ftp site:
>
> http://leep.lis.uiuc.edu/publish/ma...ntroduction.htm
>
> at least my embedded fonts seem to be working.
>
> thanks for checking it out.
>
> "Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
> news:cerhqc$h05$1@forums.macromedia.com...
best,[color=darkred]
> link
> visible
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
Technotes[color=darkred]
someone[color=darkred]
> could
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
>

'Collections','scrollbars=yes,resizable=yes,width=450,height=300')">specific
either[color=darkred]
> but
> can't
> an
> you
either[color=darkred]
> but
> can't
> message
target[color=darkred]
> Resources
of[color=darkred]
>
>



mary

2004-08-04, 7:15 pm

will do & then try it.

in online class 'til 6p cdt.

"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:cerj0r$idv$1@forums.macromedia.com...
> Please make sure that this is all on one line -
>
> <a href="http://www.newberry.org/collections/L3cover.html"
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
> 'Collections','scrollbars=yes,resizable=yes,width=450,height=300');return
> false">
>
> --
> Murray --- ICQ 71997575
> Team Macromedia Volunteer for Dreamweaver
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> http://www.dreamweavermx-templates.com - Template Triage!
> http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
> http://www.dwfaq.com - DW FAQs, Tutorials & Resources
> http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
> ==================
>
> "mary" <obilot@comcast.net> wrote in message
> news:cerihs$hpf$1@forums.macromedia.com...
> best,
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
'Collections','scrollbars=yes,resizable=yes,width=450,height=300');[color=darkred]
> Technotes
> someone
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
>

'Collections','scrollbars=yes,resizable=yes,width=450,height=300')">specific
message[color=darkred]
> either
*also*.[color=darkred]
opera,[color=darkred]
have[color=darkred]
show[color=darkred]
Resources[color=darkred]
window'[color=darkred]
> either
*also*.[color=darkred]
opera,[color=darkred]
> target
(MM)[color=darkred]
one[color=darkred]
> of
>
>



Gary White

2004-08-04, 11:14 pm

mary wrote:

>at least my embedded fonts seem to be working.


They may work in IE. In Firefox, they are ignored. In IE, I'm prompted
asking if I want the fonts installed. I, of course, clicked No.


Gary
mary

2004-08-04, 11:14 pm

ok. class ended early.

i tried it all in one line -- turned off 'wrap' in code-view, and deleted a
couple of spaces. same story. it still doesn't work. in fact, now it
doesn't even pop open a new window.

i'm half tempted to go back to editing in notepad. if that ain't
desperation.

"mary" <obilot@comcast.net> wrote in message
news:cerjri$jd0$1@forums.macromedia.com...
> will do & then try it.
>
> in online class 'til 6p cdt.
>
> "Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
> news:cerj0r$idv$1@forums.macromedia.com...
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
'Collections','scrollbars=yes,resizable=yes,width=450,height=300');return[color=darkred]
Technotes[color=darkred]
the[color=darkred]
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
> 'Collections','scrollbars=yes,resizable=yes,width=450,height=300');
they[color=darkred]
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
>

'Collections','scrollbars=yes,resizable=yes,width=450,height=300')">specific
> message
> *also*.
> opera,
one?[color=darkred]
> have
> show
> Resources
> window'
> *also*.
> opera,
one?[color=darkred]
Triage![color=darkred]
> (MM)
> one
>
>



TC2112

2004-08-04, 11:15 pm

Hello, I'm still a newbe, but thought I'd try to help as I noticed there was no
Javascript on the page.
If you select the "specific" link, it will show onClick / Open Browser Window
in the Behaviors window. If you double click Open Browser Window and click OK
in the window that opens, it should put the javascript back in for you.
The second link doesn't have any behavior applyed to it in the page I looked
at.
Could that be it?
Take care,
Tim

Murray *TMM*

2004-08-05, 12:14 pm

Try this and tell me if it works. That's what I've been telling you to do -
look at the code.

http://www.great-web-sights.com/popup_returnfalse.html

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"mary" <obilot@comcast.net> wrote in message
news:cerpg4$ovg$1@forums.macromedia.com...
> ok. class ended early.
>
> i tried it all in one line -- turned off 'wrap' in code-view, and deleted

a
> couple of spaces. same story. it still doesn't work. in fact, now it
> doesn't even pop open a new window.
>
> i'm half tempted to go back to editing in notepad. if that ain't
> desperation.
>
> "mary" <obilot@comcast.net> wrote in message
> news:cerjri$jd0$1@forums.macromedia.com...
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
> 'Collections','scrollbars=yes,resizable=yes,width=450,height=300');return
the[color=darkred]
> Technotes
> the
remains[color=darkred]
message[color=darkred]
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
Resources[color=darkred]
> they
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
>

'Collections','scrollbars=yes,resizable=yes,width=450,height=300')">specific
is[color=darkred]
> one?
you[color=darkred]
(MM)[color=darkred]
is[color=darkred]
> one?
in[color=darkred]
its[color=darkred]
> Triage!
message[color=darkred]
want[color=darkred]
>
>



mary

2004-08-05, 12:15 pm

early on, i did try someone's javascript code, modifying it to relate to my
filename. same problem.

i don't feel like i've ruled out either 1. a problem with my code or 2. an
ie glitch. if i could rule one out, i could at least focus on
troubleshooting the other.

the last thing i'm going to try, is clearing my cache & cookies; even though
the link i posted didn't seem to work for other people, either. if that
doesn't work i'll be back to reviewing my code in notepad (horrors!), with
my old copy of elizabeth castro's book in hand.

the project is a tutorial-creation assignment for an education class. i
believe that my instructor and classmates are all running ie, so the
tutorial *has* to work in ie. it's all real-life information, but the
up-side is that since it's not intended for real-life use, the intended
audience is quite small.

i'm frustrated, because my 'site' is soooo *simple*. it uses one color
scheme, one table, and about two fonts. i really require that a set of my
links "open in new window" so that my fake users will be able to access
hypertext info without getting sidetracked too badly. i had hoped to keep
the main structure extremely bare-bones because i had been hoping to use
this assignment as an opportunity to learn how to add some kind of cool
effect to my user feedback on the quiz portions.

this thing is technically due saturday by 6pm. i started it tuesday
afternoon, and really should have been able to finish in time; but now i
already have to request an extension. there goes the *rest* of my summer.
can't submit it before it works...

"TC2112" <webforumsuser@macromedia.com> wrote in message
news:cert06$s4j$1@forums.macromedia.com...
> Hello, I'm still a newbe, but thought I'd try to help as I noticed there

was no
> Javascript on the page.
> If you select the "specific" link, it will show onClick / Open Browser

Window
> in the Behaviors window. If you double click Open Browser Window and

click OK
> in the window that opens, it should put the javascript back in for you.
> The second link doesn't have any behavior applyed to it in the page I

looked
> at.
> Could that be it?
> Take care,
> Tim
>



mary

2004-08-05, 12:15 pm

this worked. i'll play with it to try to set window dimensions, remove
toolbars, etc.

"target=_blank" seems to work, as well. makes me think something's messed
up in my code's attributes.

thank you so much.


"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:cet5os$8p2$1@forums.macromedia.com...
> Try this and tell me if it works. That's what I've been telling you to

do -
> look at the code.
>
> http://www.great-web-sights.com/popup_returnfalse.html
>
> --
> Murray --- ICQ 71997575
> Team Macromedia Volunteer for Dreamweaver
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> http://www.dreamweavermx-templates.com - Template Triage!
> http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
> http://www.dwfaq.com - DW FAQs, Tutorials & Resources
> http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
> ==================
>
> "mary" <obilot@comcast.net> wrote in message
> news:cerpg4$ovg$1@forums.macromedia.com...
deleted[color=darkred]
> a
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
'Collections','scrollbars=yes,resizable=yes,width=450,height=300');return[color=darkred]
Technotes[color=darkred]
http://leep.lis.uiuc.edu/publish/ma...ntroduction.htm[color=darkred]
> the
result.[color=darkred]
> remains
glitch?[color=darkred]
> message
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
> Resources
using[color=darkred]
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
>

'Collections','scrollbars=yes,resizable=yes,width=450,height=300')">specific
cool.[color=darkred]
> is
or[color=darkred]
> you
I'll[color=darkred]
Triage![color=darkred]
> (MM)
cool.[color=darkred]
> is
or[color=darkred]
> in
> its
so!)[color=darkred]
&[color=darkred]
Resources[color=darkred]
Macromedia[color=darkred]
> message
> want
>
>



Murray *TMM*

2004-08-05, 12:15 pm

target="_blank" gives you a standard size page that you have no control over
(insofar as dimensions and chrome)....

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"mary" <obilot@comcast.net> wrote in message
news:cetf9a$kh9$1@forums.macromedia.com...
> this worked. i'll play with it to try to set window dimensions, remove
> toolbars, etc.
>
> "target=_blank" seems to work, as well. makes me think something's messed
> up in my code's attributes.
>
> thank you so much.
>
>
> "Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
> news:cet5os$8p2$1@forums.macromedia.com...
> do -
> deleted
it[color=darkred]
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
> 'Collections','scrollbars=yes,resizable=yes,width=450,height=300');return
> Technotes
> http://leep.lis.uiuc.edu/publish/ma...ntroduction.htm
message[color=darkred]
be[color=darkred]
Resources[color=darkred]
> result.
> glitch?
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
(MM)[color=darkred]
> using
like[color=darkred]
href="http://www.newberry.org/collections/L3cover.html"[color=darkred]
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
>

'Collections','scrollbars=yes,resizable=yes,width=450,height=300')">specific
in[color=darkred]
> cool.
window[color=darkred]
window[color=darkred]
> or
this[color=darkred]
*and*[color=darkred]
> I'll
> Triage!
> cool.
browser[color=darkred]
window[color=darkred]
window[color=darkred]
> or
this[color=darkred]
wrote[color=darkred]
set[color=darkred]
> so!)
Tutorials[color=darkred]
> &
> Resources
> Macromedia
>
>



mary

2004-08-05, 7:14 pm

yes, i know. that's why i really want to be able to edit the code you sent.

as stated; will muck with.

thank you!!!

"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:cetif1$oop$1@forums.macromedia.com...
> target="_blank" gives you a standard size page that you have no control

over
> (insofar as dimensions and chrome)....
>
> --
> Murray --- ICQ 71997575
> Team Macromedia Volunteer for Dreamweaver
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> http://www.dreamweavermx-templates.com - Template Triage!
> http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
> http://www.dwfaq.com - DW FAQs, Tutorials & Resources
> http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
> ==================
>
> "mary" <obilot@comcast.net> wrote in message
> news:cetf9a$kh9$1@forums.macromedia.com...
messed[color=darkred]
to[color=darkred]
> it
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
'Collections','scrollbars=yes,resizable=yes,width=450,height=300');return[color=darkred]
> message
would[color=darkred]
> be
> Resources
href="http://www.newberry.org/collections/L3cover.html"[color=darkred]
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
'Collections','scrollbars=yes,resizable=yes,width=450,height=300');[color=darkred]
Triage![color=darkred]
> (MM)
> like
> href="http://www.newberry.org/collections/L3cover.html"
>

onClick="MM_openBrWindow('http://www.newberry.org/collections/L3cover.html',
>

'Collections','scrollbars=yes,resizable=yes,width=450,height=300')">specific
> in
> window
> window
mozilla[color=darkred]
> this
> *and*
and[color=darkred]
so!)[color=darkred]
&[color=darkred]
Resources[color=darkred]
Macromedia[color=darkred]
> browser
> window
> window
mozilla[color=darkred]
> this
> wrote
> set
Template[color=darkred]
> Tutorials
I[color=darkred]
>
>



Murray *TMM*

2004-08-05, 7:15 pm

You're welcome. Take my code and replace the filenames after pasting it
over the code you have....

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"mary" <obilot@comcast.net> wrote in message
news:cetjd7$q0p$1@forums.macromedia.com...
> yes, i know. that's why i really want to be able to edit the code you

sent.
>
> as stated; will muck with.
>
> thank you!!!
>



Murray *TMM*

2004-08-05, 7:15 pm

You're welcome. I'm glad you got going. I recall that there was an earlier
post from someone recommending that....

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"mary" <obilot@comcast.net> wrote in message
news:cetkv9$s6m$1@forums.macromedia.com...
> got it. applied it to my thing. it works.
>
> the little <script></script> bit in the <head></head> area was the

problem.
> sometimes it was there and wrong, sometimes it was omitted. now it is

there
> and correct.
>
> thank you again.
>
> "Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
> news:cetjo8$qfv$1@forums.macromedia.com...
>
>



mary

2004-08-05, 7:15 pm

got it. applied it to my thing. it works.

the little <script></script> bit in the <head></head> area was the problem.
sometimes it was there and wrong, sometimes it was omitted. now it is there
and correct.

thank you again.

"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:cetjo8$qfv$1@forums.macromedia.com...
> You're welcome. Take my code and replace the filenames after pasting it
> over the code you have....
>
> --
> Murray --- ICQ 71997575
> Team Macromedia Volunteer for Dreamweaver
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> http://www.dreamweavermx-templates.com - Template Triage!
> http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
> http://www.dwfaq.com - DW FAQs, Tutorials & Resources
> http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
> ==================
>
> "mary" <obilot@comcast.net> wrote in message
> news:cetjd7$q0p$1@forums.macromedia.com...
> sent.
>
>



mary

2004-08-05, 7:15 pm

some things just take a bit to sink in --

"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:cetla8$shd$1@forums.macromedia.com...
> You're welcome. I'm glad you got going. I recall that there was an

earlier
> post from someone recommending that....
>
> --
> Murray --- ICQ 71997575
> Team Macromedia Volunteer for Dreamweaver
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> http://www.dreamweavermx-templates.com - Template Triage!
> http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
> http://www.dwfaq.com - DW FAQs, Tutorials & Resources
> http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
> ==================
>
> "mary" <obilot@comcast.net> wrote in message
> news:cetkv9$s6m$1@forums.macromedia.com...
> problem.
> there
it[color=darkred]
you[color=darkred]
>
>



TC2112

2004-08-05, 7:15 pm

Hello,
Looks like you have it in hand, but I remembered this short lesson, tutorial
on Popup windows that might add some more light on what is happening. It
explains Dreamweaver's Open Browser Window behavior, and why you also add the
"Target _Blank", and "return false". It really helped me get my head around it.
http://apptools.com/rants/popups.php
Take care,
Tim

Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews