Forum Moderators: open
Although the source code is without trailing slashes:
<A HREF="news://a535b$4569219e$54697c62$7238@cache10.example.net">Download</A>
Is this possible to be fixed?
Maybe this could be done with CSS or JavaScript?
Many thanks in advance!
[edited by: tedster at 8:29 pm (utc) on Nov. 26, 2006]
[edit reason] use example.net [/edit]
Have you tried actioning the link in the onlick event....
<a href="news://a535b$4569219e$54697c62$7238@cache10.example.net" onclick="location.href='news://a535b$4569219e$54697c62$7238@cache10.example.net'; return false;">Download</a>
Not sure whether that will override the default 'slash' behaviour if the onclick event is executed?