Contents


On-line Guides
All Guides
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems

How To Guides
Xen Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions

 

 

Back Link: As An Image

The back link script can also create a back link using an image. Set the type property to image and the src property to the source for the image. You can also optionally set the width and height properties. The text property is used as the alternate text for the image. For example, this code creates a back link image with a source of getback.gif, text of get back, width of 100 and height of 17.

<SCRIPT TYPE="text/javascript">
<!--
var gb = new backlink();
gb.type = "image";
gb.src = "getback.gif";
gb.text = "get back";
gb.width = 100;
gb.height = 17;
gb.write();
//-->
</SCRIPT>

 
 
  Copyright 1997-2002 Idocs inc. Published under the terms of the Open Content License Design by Interspire