Launching hyperlinks

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm comfortable using the target frame to have my hyperlinked pages open in a
new window but how do you edit the appearance? Basically I want these new
windows to open "plain"; that is, with no browser buttons so it looks like
another launch of IE, I just want a "box" look to what's luanched.

Thanks
 
You will need a third-party application to do this. Download and install
the free FP addin "Spawn" from www.jimcoaddins.com

--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
===
| I'm comfortable using the target frame to have my hyperlinked pages open
in a
| new window but how do you edit the appearance? Basically I want these new
| windows to open "plain"; that is, with no browser buttons so it looks like
| another launch of IE, I just want a "box" look to what's luanched.
|
| Thanks
| --
| 6-West
 
.... OR learn JavaScript! ;-) window.open() method in particular.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
The sun never sets on
the Kingdom of Heaven
 
If you use window.open() , make sure these are in the 3rd parameter:
'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no'

Except that you may want one or both of the last 2 to be yes.

Spawn from JIMCO has the same parameters
 
Back
Top