Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: How do I make a picture.jpeg pop up in a different window?


Message #1 by "Phil Perks" <philp@w...> on Fri, 23 Jun 2000 12:53:14
This is a multi-part message in MIME format.

------=_NextPart_000_0085_01BFDCF5.040FB620
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

You could make a simple html page that is just the image, and do 
something like this:

**************************************
LINK:
<a href=3D"JavaScript:funcPictureWindow('picture1.htm', 325, 600);"><img 
src=3D"thumbnail1.jpg"></a>

FUNC:
function funcPictureWindow(page, w, h)
{ViewEvent=3Dwindow.open(page,"ViewEvent","scrollbars,resizable,left=3D0,
top=3D0,height=3D" + h + ",width=3D" + w);}
***************************************
I'm sure there's better ways, but it's a start.

  ----- Original Message -----
  From: Phil Perks
  To: HTML Code Clinic
  Sent: Friday, June 23, 2000 12:53 PM
  Subject: [html_code_clinic] How do I make a picture.jpeg pop up in a 
different window?


  -----Original Message-----
  From: Alex Hernandez [mailto:alexcorazon@n...]
  Sent: 23 June 2000 07:59
  To: support@w...
  Subject: Instant HTML 2o Edition ISBN 1-56-8


  Hi, How are you doing?
  
  My question is:
  How do I make a picture.jpeg pop up in a different window?
  I though I saw it in the books but I can't find it
  
  I inserted a picture in my home page using "HEIGHT AND WIDTH"  but I 
want
  this  picture to pop up in a different window when click on so I can 
view
  it bigger.
  
  I'll really appreciate it if you can help me with that!!!!!
  
  Thanks
  Sincerely,  Student
  

  ---
  Wrox Professional Wireless Developer Conference, Amsterdam, July 
10-12. Covering application of WAP, XML, ASP, Java and C++ to wireless 
computing, choose from 40+ technical sessions delivered by industry 
experts: http://www.wroxconferences.com/ConferenceHome.asp?ConfID=3D9
jhorner@b...
$subst('Email.Unsub')
  ---------------------------------------------------
  Moderated programmer to programmer lists at http://p2p.wrox.com





  Return to Index