i need to enter some anchor tags in div tag to redirect it to another page, it work in other browsers but not working with firefox that is my code:
[HTML]document.getEle mentById('tar') .innerHTML = '<a href="index.php ">Smartic</a>'[/HTML]
[HTML]document.getEle mentById('tar') .innerHTML = '<a href="index.php ">Smartic</a>'[/HTML]
Comment