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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

opening a videos in the same page.htm by clicking a link or image

Status
Not open for further replies.

mperez5

Programmer
Nov 17, 2002
15
0
0
US
Hello all,
I am trying to have a page.html that have an image where I can click and open the video and if I click on the next link stop the first video and go to the second all in the same page.Any help would be greatly appreaciated, thanks.
This is an example link:

<HTML>
<HEAD>
</HEAD>
<BODY>
Click on thumbnail for larger picture<BR><BR>

<IMG SRC="sbergamot.jpg" ALT="One "
ONMOUSEdown="document.images['large'].src='bergamot.jpg'">
<IMG SRC="sfoxglove.jpg" ALT="Two "
ONMOUSEdown="document.images['large'].src='foxglove.jpg'">
<IMG SRC="spansy.jpg" ALT="Three"
ONMOUSEdown="document.images['large'].src='pansy.jpg'">
<BR><BR>
<img src="bergamot.jpg" name="large">

</BODY>
</HTML>
 
I think, I know how to do that, sometimes I forget to apply the basics, in other word, I am stupido.
I was thinking to use frames, but then I remember that
could could use the include file from JSP and create an index file. Having the menu will open wherever I want on the body. If it does not work I let you know, thanks anyway.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top