Hi all,
I have the following code which i am using document.location.search in it.. I want to replace the ? with an &.. How i can do that please?
<script language="javascript">
document.write("<a href='http://www.gfi.com/downloads/downloads.aspx?pid=fax&lid=en" + document.location.search + "'><img src='http://images.gfi.com/download-imagery/button-download.png' border='0'></a>");
</script>