Jump to content

Recommended Posts

Posted

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 says

java 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?

Posted

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?
Posted

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?

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
×
×
  • Create New...