Kbase 19107: How to have an image serve as a hyperlink
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  07/09/1999 |
|
How to have an image serve as a hyperlink
Knowledge Base number:19107
This document applies to:2.0,2.1,3.0
Version and Release Number:3.0
SUMMARY:
Sometimes developer's want to use an image to serve as a clickable
hot spot for a link. There is no current html tag to do this, one will
have to use combination of <a href> and <img> tags.
STEP BY STEP DETAILS:
In any html file, lets say you want to display a right arrow to go
to another web page. You can use the following code:
<A HREF="nextpage.html"><IMG SRC="rightarrow.gif"></A>
Now using webspeed variables, you can have something like:
{&OUT} '<A HREF="' AppURL '
ext.w"><IMG SRC="img.jpg"></A>'.
The above examples should display a clickable right arrow gif file
that will now run nextpage.html or next.w.
REFERENCES TO WRITTEN DOCUMENTATION:
Any HTML guide or reference manual.
Webspeed Developer's Guide.