Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
Ray #1
Help with "Open Browser Window" please
I would like to open a small browser to be opened and closed without
changing the main window the viewer is in. The problem I am having is that
the main window follows the new small window to that same location, so that
when the viewer closes the small window they are no longer where they
started from in the main browser window.
I know it is something simple and stupid I'm overlooking, but for the life
of me, I can't see it.
Help!
--
TIA,
Ray
AntiSpam: Remove #'s to reply but
Pse Reply to the Newsgroup
Ray Guest
-
"open browser window" size
I am updating a site that uses pop-ups for definitions throughout the site. This is a medical site, so the pop-up definitions are essential. The... -
"open in new browser window"
how do you get an "open new browser window" behavior to work without also changing the original browser window? I want the additional browser... -
Closing "Open Browser Window" behind you
If you visit www.scrubjay.com, you'll see a blank webpage with a link. Clicking on that link opens another small browser window. The small browser... -
"Open Browser Window" doesn't work in Safari?
How do I remedy this? http://www.ierg.net/people.html Thanks -
Modifying "Open Browser Window" behavior to launch a maximized browser
I want to launch a web application in a fullscreen browser window with nothing but the title bar and the accompanying window borders (I do not want... -
Ray #2
Re: Ooops I forgot. Here is a sample.
Thanks Patty and David, both worked equally well. See,
[url]http://home.earthlink.net/~arkjr3/bin/test.htm[/url]
I hate to be a pest, but is there a way to make the "CLOSE WINDOW" at the
bottom of the child page to close the window?
Thanks,
R.
"Ray" <1234raykidd@hotmail.com> wrote in message
news:bfbse7$5md$1@forums.macromedia.com...life> Sorry, I forgot to include a sample page containing my problem.
> It is here: [url]http://home.earthlink.net/~arkjr3/bin/test.htm[/url]
>
>
> "Ray" <1234raykidd@hotmail.com> wrote in message
> news:bfbrs5$4vv$1@forums.macromedia.com...> that> > I would like to open a small browser to be opened and closed without
> > changing the main window the viewer is in. The problem I am having is> that> > the main window follows the new small window to that same location, so> > when the viewer closes the small window they are no longer where they
> > started from in the main browser window.
> >
> > I know it is something simple and stupid I'm overlooking, but for the>> > of me, I can't see it.
> >
> > Help!
> >
> > --
> > TIA,
> > Ray
> > AntiSpam: Remove #'s to reply but
> > Pse Reply to the Newsgroup
> >
> >
>
Ray Guest
-
David Anderson #3
Re: Ooops I forgot. Here is a sample.
Hi Ray, just select the 'close window" text, and in the Property
inspector, add:
javascript:self.close() to the Link field.
David
Ray wrote:> Thanks Patty and David, both worked equally well. See,
> [url]http://home.earthlink.net/~arkjr3/bin/test.htm[/url]
>
> I hate to be a pest, but is there a way to make the "CLOSE WINDOW" at the
> bottom of the child page to close the window?
>
> Thanks,
> R.David Anderson Guest
-
Ray #4
Re: Ooops I forgot. Here is a sample.
Thanks David - looks like I'm going to have to learn a little rudimentary
javascript.
Is there a list and description somewhere of these commonly uses super
simple pieces of javascript like these you have taught me?
"David Anderson" <danderson2@cox.net> wrote in message
news:bfc0rj$ai9$1@forums.macromedia.com...the> Hi Ray, just select the 'close window" text, and in the Property
> inspector, add:
>
> javascript:self.close() to the Link field.
>
> David
>
>
>
> Ray wrote:> > Thanks Patty and David, both worked equally well. See,
> > [url]http://home.earthlink.net/~arkjr3/bin/test.htm[/url]
> >
> > I hate to be a pest, but is there a way to make the "CLOSE WINDOW" at>> > bottom of the child page to close the window?
> >
> > Thanks,
> > R.
Ray Guest
-
Gary White #5
Re: Ooops I forgot. Here is a sample.
"P@tty *TWB*" <payers@NOSPAMnc.rr.com> wrote in message
news:bfbtk1$752$1@forums.macromedia.com...> Ray - Try making the link a null link, before you add the behavior to it.
>
> <a href="javascript:;">THIS</a>
That link will be completely useless to the user without JavaScript. It just
takes a couple of seconds extra to make it work correctly either way. See
[url]http://apptools.com/rants/popups.php[/url].
Gary
Gary White Guest
-
Ray #6
Thanks P@tty, David & Gary
Thanks everyone for all the help. I'm even learning more about more stuff.
What a country, er, ah, I mean user group.
Ray :-)
Ray Guest
-
P@tty *TWB* #7
Re: Thanks P@tty, David & Gary
Maybe we should form our own country.. :-)
--
P@tty Ayers
[url]http://www.WebDevBiz.com[/url]
Web Design Contract, Estimate Worksheet
--
"Ray" <1234raykidd@hotmail.com> wrote in message
news:bfd0bi$hoj$1@forums.macromedia.com...stuff.> Thanks everyone for all the help. I'm even learning more about more> What a country, er, ah, I mean user group.
> Ray :-)
>
>
P@tty *TWB* Guest
-
~Angela, TMM #8
Re: Thanks P@tty, David & Gary
There's already a government newsgroup
[url]news://forums.macromedia.com/macromedia.government[/url] I think it is in the
works. :-)
~Angela
"P@tty *TWB*" <payers@NOSPAMnc.rr.com> wrote in message
news:bfd4h0$lor$1@forums.macromedia.com...> Maybe we should form our own country.. :-)
>
> --
> P@tty Ayers
> [url]http://www.WebDevBiz.com[/url]
> Web Design Contract, Estimate Worksheet
> --
>
>
> "Ray" <1234raykidd@hotmail.com> wrote in message
> news:bfd0bi$hoj$1@forums.macromedia.com...> stuff.> > Thanks everyone for all the help. I'm even learning more about more>> > What a country, er, ah, I mean user group.
> > Ray :-)
> >
> >
>
~Angela, TMM Guest
-
Gary White #9
Re: Ooops I forgot. Here is a sample.
On Sat, 19 Jul 2003 21:43:25 -0400, "P@tty *TWB*"
<payers@NOSPAMnc.rr.com> wrote:
You're welcome. Hope you find it helpful.>I don't care much about that, but I really need that Form Processing with
>PHP tutorial. Thanks, Gary! =)
It doesn't take much to make it accessible and that's a good thing.>Ok, I'll consider doing popup windows that way. :-)
;-)
Gary
Gary White Guest
-
Gene Humbert #10
Re: Ooops I forgot. Here is a sample.
I'd like to add a thank you also. I have printed out the method, and plan
to use it from now on.
Gene...
"Gary White" <reply@newsgroup.please> wrote in message
news:1frkhvk7vhnttttnile8jp6cq6dkj27v3v@4ax.com...> On Sat, 19 Jul 2003 21:43:25 -0400, "P@tty *TWB*"
> <payers@NOSPAMnc.rr.com> wrote:
>>> >I don't care much about that, but I really need that Form Processing with
> >PHP tutorial. Thanks, Gary! =)
> You're welcome. Hope you find it helpful.
>
>>> >Ok, I'll consider doing popup windows that way. :-)
> It doesn't take much to make it accessible and that's a good thing.
> ;-)
>
>
> Gary
Gene Humbert Guest



Reply With Quote

