G
Guest
Does anyone know how to trigger the click event of a
hyperlink control programmatically?
Thanks for helping.
hyperlink control programmatically?
Thanks for helping.
-----Original Message-----
A hyperlink doesn't generate a server-side click event - a hyperlink is a
client-side event. What you would need to do is create a JavaScript that
navigates to the page that you want - and you can use the DOM to navigate to
the <a> element and grab the href that you want for a window.navigate or
window.open.
--
Chris Jackson
Software Engineer
Microsoft MVP - Windows Shell/UI
Windows XP Associate Expert
--
More people read the newsgroups than read my email.
Reply to the newsgroup for a faster response.
(Control-G using Outlook Express)
--
.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.