Text Links Ads : Marketing Tips Store : Search Engine Optimization Strategies
WebPosition Gold Pro : Domain Registration Bank : Optilink Software : GoDefy
Mike's Marketing Tools : Mike's Ecommerce Software : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML Codes > Anchors and Links > Back Link

Back Link: Setting the Text

By default the back link script creates a link with the text Go Back. You can set your own text by setting the text property of the backlink object. For example, the following script creates a back link with the text get Back, Jack. note that the text setting must be set before the write() command:

<SCRIPT TYPE="text/javascript">
<!--
var gb = new backlink();
gb.text = "get Back, Jack";
gb.write();
//-->
</SCRIPT>

Which gives us this link: .

Back Link: As a Button >>>

Copyright © 2002-8 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com