dacu Posted August 24, 2011 Posted August 24, 2011 Hello, sorry for my bad English.My problem is, click button onclick.The button is not java ..<form autocomplete="off" name="adminForm" method="post" action="index.php"> <fieldset> <div style="float: right"> <button onclick="window.parent.document.getElementById('sbox-window').close();window.top.location='index.php?option=com_alphauserpoints&task=showdetails&cid=-DACU1&name=dacu1';window.location.reload(true);history.go(0);window.location.reload(true);" type="submit"> Guardar</button> <button onclick="window.parent.document.getElementById('sbox-window').close();" type="button"> Cancelar</button> </div>The button is<button onclick="window.parent.document.getElementById('sbox-window').close();window.top.location='index.php?option=com_alphauserpoints&task=showdetails&cid=-DACU1&name=dacu1';window.location.reload(true);history.go(0);window.location.reload(true);" type="submit"> Guardar</button>Thanks for your help
PsaltyDS Posted August 25, 2011 Posted August 25, 2011 Did you try any of the _IE* functions in the help file? Like maybe _IELinkClickByText()? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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