Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CREATING NEW WINDOW TO DISPLAY IMAGE

Status
Not open for further replies.

ticknock

Technical User
Aug 8, 2001
15
IE
hi, I want to display tumbnail or small images which when clicked on open up a window of a specific size [not a full browser window] and display a larger version of the image in it.
I know its possible, just need some help with code. Thanks a mil. Mel
 
Short Tutorial

1. Insert thumbnail in document

2. On the properties window of the thumbnail image type #. This provides a null link

3. Open the behaviour window. (Window --> Behaviours)

4. Click on your image once and then click the "+" sign in the behaviour window. Navigate to "Open Browser Window"

5. In the URL to display, browse to an html file that contails the just the full image corresponding to the thumbnail.

6. Specify the height and width of the image in "Window Width" and "Window Height"

7. Check Toolbars/Menubars/Scrollbars/Statusbar as required

8. Name the window. Besure to give a unique name

9. Click ok. Now Specify the event that will trigger the window (onClick / onMouseOver)

10. Priview in Browser



Ranjan
:: I earn because I learn ::
 
thanks a million, especially for the speedy reply! m.
 
please rate the reply if you like it

thanks a lot Ranjan
:: I earn because I learn ::
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top