<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.dotnetzone.gr:443/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to click an HTML link (anchor) programmatically from JavaScript</title><link>https://www.dotnetzone.gr:443/cs/blogs/birbilis/archive/2009/12/16/how-to-click-an-html-link-anchor-programmatically-from-javascript.aspx</link><description>Adapted from: http://www.webdeveloper.com/forum/showthread.php?t=161317 function clickLink(linkid) { linkobj = document.getElementById(linkid); if (linkobj.getAttribute('onclick') == null) { if (linkobj.getAttribute('href')) document.location = linkobj.getAttribute('href');</description><dc:language>el</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator></channel></rss>