Jump to content

Help clicking a link


Recommended Posts

im having some problems clicking on a link on a website, here is the info debugbar gave me

<A onclick="java script:gowelcome();return false;" href="java script:void(0)">click here</A>

Ive tried just doing a clicklinkbytext but of course that didnt work, then i tried _IEAction with no success

$oDiv = _IEGetObjById($oIE, "continue")
    _IEAction($oDiv, "click")

here is the complete source for the link

<div id="continue">If an error prevents a component from loading properly, you can <a href="java script:void(0)" onclick="java script:gowelcome();return false;">click here</a> to continue. Not all functionality may be available.         </div></font></td></tr>

any ideas would be great

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...