Search:
Type: Posts; User: AdvanceByDesign
Search :
Search took 0.01 seconds.
OK, sorry, use this:
document.forms[0].elements[2].click();
I'd second FileZilla, I use it all the time and I'm very happy with it.
Can you edit the javascript?
You could change clickButton code to:
document.getElementsByName("accept")[0].click();
Not to either the HTML or the Javascript?
Hi there,
the code works fine if you replace the showid GET values with only the numeric parts on the first page, like this:
<a href="Second_page.html?showid=14">First Row</a><br />
<a...
Hi Faja,
I haven't tried your code but an obvious issue is that you're referring to an object by ID but using its name instead; try changing your button code to:
<input class="button"...