Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: [javascript]


Message #1 by "karry dayton" <alichin@h...> on Thu, 22 Feb 2001 07:50:25 -0800
How about using a frame? If you've got a frame in the main window, and let
the frame open the pdf file it should work.

For example:

<frameset frameborder="0" border="0">
    <frame name="main" src="MyFile.pdf">
</frameset>


Cheers,
Anil

Sevina Technologies
www.Sevina.com




----- Original Message -----
From: "karry dayton" <alichin@h...>
To: "javascript" <javascript@p...>
Sent: Thursday, February 22, 2001 4:50 PM
Subject: [javascript] [javascript]


> In IE when you open a .pdf file it writes the address in the window title
> location.  Is there a way to turn this off?  Either to eliminate the
window
> title bar or change the name of it.  I've tried everything, from setting
> <title>sometitle</title> to window.open().  I just don't want clients to
> know the physical location that the file is coming from.   This is only in
> IE, because NN opens the file in acrobat reader and not emdedded in the
> browser.
>
> Karry
>
>
>
>


  Return to Index