Jump to content

Recommended Posts

Posted

I believe that _IENavigate() is intended to navigate to an URL, so a javascript function on a page cannot be used this way. there must be a button or link or something you're trying to do right?

Posted

I believe that _IENavigate() is intended to navigate to an URL, so a javascript function on a page cannot be used this way. there must be a button or link or something you're trying to do right?

I think that will work,but i'm pretty sure it is "javascript" without the space.

Posted

<td id="zoomout_button" valign="top" style="padding-top: 2px; padding-left: 20px">

<ul id="buttonh"><li class="zoomout"><a href="" class="zoomout"

onclick="return false"

onmousedown="return startZoomOut();"

onmouseup="return stopZoomOut();"

onmouseover="window.status='zoom out'; return true;"

onmouseout="window.status=''; stopThreads()">&nbsp;</a></li>

</ul>

</td>

that is what am trying to automate but it doesn't get me anywhere

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
  • Recently Browsing   0 members

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