Hi to al :)l,
Hope all will be fine. I want to include a link in the alert method.I tried this
alert("Please enable your java to experience this enhanced page." + '<a href="http://www.java.com/en/download/index.jsp" target="_blank">Free Download Java</a>');
But this will not made a link it shows all as it is. How can i made a link in alert. Is it possible or there is another approach to do it
Thank you .