OK, Linda,

The code you indicated works. To refine it, how do I get the newly
opened window to be the same size as the pic, and without the Tool Bar,
Status Bar, and Address Bar?

For the sake of discussion, the large image is 1000 pixels wide, and 700
tall.

Am I clear in what I am trying to say?

Matt

Linda F. Johnson wrote:
> 
> <<On a webpage, how do you code a small (think thumbnail) image to open
> the large image in *in its own window*?>>
> 
> To get something to open in a new window, use the  _blank target tag
> 
> For example...this link opens in the same window:
> <a href="http://personal-computer-tutor.com";>
> 
> But this link opens in a new window:
> <a target="_blank" href="http://personal-computer-tutor.com";>
> 
> Linda
============= PCWorks Mailing List =================
Don't see your post? Check our posting guidelines &
make sure you've followed proper posting procedures,
http://pcworkers.com/rules.htm
Contact list owner <[EMAIL PROTECTED]>
Unsubscribing and other changes: http://pcworkers.com
=====================================================

Reply via email to