Need Help with Javascript

by flmaec
3 replies
Hi there,
I am trying to implement this script in xsitepro whereby it can display the current URL of the page just immediately before closing <td class=XSP_MAIN_PANEL.

The URL will link to the page itself it has a href.

The script will be place in global script of the Xsitepro itself head sections


I tried to create something like this is it correct/

<script language="javascript" type="text/javascript">
document.write("<a href=''")
document.write (document.location.href);
</script>
#javascript

Trending Topics