Nanascalala Posted September 19, 2005 Posted September 19, 2005 I am trying to do a control click on a link in a browser, and I'm using dale's IE.au3. BUT, it seems to not be able to grab this link nor click it. I have tried tweaking my code as well as IE.au3, but no to avail!This is what im trying to click on:<a class="linkblu10verdana pulsante" href="java script:if (oneCheck()) lanciaform('')" title="scarica">scarica</a>I don't think it'll pick up as a text link, i tried _IEClickLinkByText($o_IE, "scarica")Didnt work... and I was messing with get by class name, but no luck!!How can i do this???PLease help TEH NOOB!
seandisanti Posted September 20, 2005 Posted September 20, 2005 I am trying to do a control click on a link in a browser, and I'm using dale's IE.au3. BUT, it seems to not be able to grab this link nor click it. I have tried tweaking my code as well as IE.au3, but no to avail!This is what im trying to click on:I don't think it'll pick up as a text link, i tried _IEClickLinkByText($o_IE, "scarica")Didnt work... and I was messing with get by class name, but no luck!!How can i do this???PLease help TEH NOOB! could you include more code please? with just that sample, i could make a page with a link that would work i think...
Nanascalala Posted September 20, 2005 Author Posted September 20, 2005 certainly, sry about not including a link before.Heres a sample site:http://mio.discoremoto.virgilio.it/frrr/Hero%20CHINA/H01.JPGAttempting to click the 'scarica' button, which is really just a text link. Not an image.I still can't figure it out!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now