You are here: irt.org | FAQ | JavaScript | Link | Q1722 [ previous next ]
Try:
<script language="JavaScript"><!--
var url = 'http://www.qwerty.com';
var text = 'back';
document.write('<a href="' + location.href + '" onMouseOver="this.href=\'' + url + '\';status=\'' + url + '\';return true">' + text + '</a>');
//--></script>