Hyperlink to open a new Window properly

M

Michael

How do I open a new Window in a streamlined view? In
other words, I can create a hyperlink and set it to open
a new window easily. BUT the new window that pops up
needs to be a streamlined, simple window with no toolbars
and sized to match the content perfectly as not to
dominate the main Window from which I have the original
hyperlink.

I've seen this feature mostly used on photo displaying.
Where a user clicks on a thumbnail, and up pops a new,
very streamlined window from which the user can view the
single photo before closing it. Upon closing it, the user
is back to the main Window with further thumbnails to
use.

Thanks!
 
S

Stefan B Rusynko

See the jimco spawn addin at http://www.jimcoaddins.com/

--




| How do I open a new Window in a streamlined view? In
| other words, I can create a hyperlink and set it to open
| a new window easily. BUT the new window that pops up
| needs to be a streamlined, simple window with no toolbars
| and sized to match the content perfectly as not to
| dominate the main Window from which I have the original
| hyperlink.
|
| I've seen this feature mostly used on photo displaying.
| Where a user clicks on a thumbnail, and up pops a new,
| very streamlined window from which the user can view the
| single photo before closing it. Upon closing it, the user
| is back to the main Window with further thumbnails to
| use.
|
| Thanks!
 
M

Michael

Thanks! It worked great.

Can you give me some advice on how to add a "Close this
Window" command in the same pop-up window? It wasn't an
option in the Jimco Spawn program.
 
T

Tom Pepper Willett

<a href="javascript:window.close();">Close Window</a>
or:
<form>
<div align="center"><center><p><input TYPE="button" NAME="close"
VALUE="Close this Window" onClick="self.close()"></p>
</center></div>
</form>

--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
FrontPage 2002 Server Extensions Support Center:
http://support.microsoft.com/default.aspx?scid=fh;en-us;fp10se
===
| Thanks! It worked great.
|
| Can you give me some advice on how to add a "Close this
| Window" command in the same pop-up window? It wasn't an
| option in the Jimco Spawn program.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top