LoneReaper Posted July 22, 2004 Posted July 22, 2004 I need to check a radio box for a button on a website but cannot figure out how. if i right click on it and go to properties, under the Address URL it saysjava script:changeRadio('O7995938_1',%201)and if i click on it with the WindowSpy open it calls it java script:changeRadio('O7995938_1', 1)what would be the correct way to send that command?
this-is-me Posted July 22, 2004 Posted July 22, 2004 The only way to do that is send the bottom string to the address bar and send {ENTER} this will work because the java script: is actually a url. Who else would I be?
LoneReaper Posted July 26, 2004 Author Posted July 26, 2004 thanks. now, in order save that change, there is a "Save" button on the page that i have to press. the html for it is <input type="submit" name="submit3" value="Save"> What command would i send to save the javascript change?
this-is-me Posted July 26, 2004 Posted July 26, 2004 Sorry, bud. You need to find some info about javascript, instead of autoit. Who else would I be?
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