onclick in <img src=""> tag?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • gsb58@hotmail.com

    #1

    onclick in <img src=""> tag?

    Hi!

    On my personal webpage (under construction) I have a page with photos
    that are all set to:

    height="96"
    width="96"

    The webpage is being developed using 'Visual Studio 2005'.

    However I would like the user to be able to click a picture and then
    load the actual size in another window.

    I've been trying this:

    Dim myPhoto(12) as string
    Dim myCount as integer

    myPhoto(0) = "aPhoto1.jp g"
    myPhoto(1) = "aPhoto2.jp g"

    and so on....

    Any body that can show me how to write this function?

    Is it correct to make an array?

    Me.Name

Working...