[thelist] JS Popup Window Titlebar customization.

Jeff Wilhelm jeffwilhelm2 at hotmail.com
Tue Jul 9 09:26:01 CDT 2002


Just an idea; haven't tried it. If your server supports PHP or ASP or some
other scripting language, instead of calling components.pdf you could call
(for example) page.php?file=componenets.pdf. The page.php could have a title
and all that (thereby making the title bar not show the path) and then embed
the PDF document into the page...

Jeff


----- Original Message -----
From: "Adam Slesinger" <badlanners at hotmail.com>
To: <thelist at lists.evolt.org>
Sent: Tuesday, July 09, 2002 10:19 AM
Subject: Re: [thelist] JS Popup Window Titlebar customization.


> Could anybody offer any ideas?  Thanks again!
>
> bread_man
>
> > Hello,
> >
> > My client doesn't like the idea that the popup window title bar shows
the
> > complete path and file name of the pdf that is being opened in the popup
> > window.  Without removing the titlebar entirely (I need the close and
> > minimize buttons), can anyone tell me how I can keep the browswer from
> > showing the path and filename, or show some other title that I choose?
> >
> > The popup window is being called in flash, which calls a function in the
> > html
> > page in which the flash is contained:
> >
> > command:
> >
> > on (release) {
> >  getURL ("javascript:openPDF(components.pdf', 'PDF')");
> > }
> >
> > script:
> >
> > function openPDF(link, windowname) {
> >  ImageWindow=window.open (link, windowname, 'location=no,toolbar=yes')
> > }
> >
> > Thanks for any help!!
> >
> > bread_man
> >
> > "Ein halber Laib ist besser als gar kein Brot."
> --
> For unsubscribe and other options, including
> the Tip Harvester and archive of thelist go to:
> http://lists.evolt.org Workers of the Web, evolt !
>



More information about the thelist mailing list