hi<br>well am in trouble, if in the below code if we need to give a link ( ahref) to that http line (java script) )<br>hot to do it,i hope i told it properly,i want to know how to give HTML tags in between this javascript,html tag for giving link to other page from the particular line of javascript(msg += <br><br>....<br>var temparr = temp.split("/"<br> temparr.reverse();<br> temparr.pop();<br> temparr.reverse();<br> temp=temparr.join(","<br> <br> if (emailAddr != null && emailAddr != "" && emailAddr.indexOf('@',0) != -1)<br> {<br> var emailUtil = new BVI_EmailManager();<br> var msg = "From: <A HREF="mailto:Manager@onlineassetexchange.com">Manager@onlineassetexchange.com</A> \n";<br> msg += "To: " + emailAddr + "\n";<br> msg += "Subject: Requesting more information about an asset on The Online Asset Exchange. \n";<br> msg += "Dear "+visitorTo.FIRST_NAME+",\n\n";<br> msg += "There is a potential buyer of your asset described below that has requested more information ";<br> msg += "about the asset. Please click on the link below to respond to their question. If you have any ";<br> msg += "1-877-600-5566 or email <A HREF="mailto:info@onlineassetexchange.com">info@onlineassetexchange.com</A>."<br> msg += "\n\n";<br> msg += "<A HREF=" TARGET="_new"> + Request.HTTP_HOST + Session.cgiinfo + "/index.jsp?page=/infoResponse&to=" + Session.visitorID + "&oid=" + Session.OID;<br> msg += "\n\n";<br> msg += "Potential Buyer's Question: \n"<br> m