WildDisease
Junior Member
- Aug 3, 2011
- 109
- 5
There's a JS function called changeRadio() that takes a variable as parameter; compares the variable with expected results.
I want to know is how can I rewrite this JS script from client side and run it through FF address bar. I know it's something like 'javascript: script here;' but I haven't been able to get this working if I just try to throw a rewritten script in the address bar and submitting it. I try to do javascript:alert(2+2) as well but it doesn't seem to work either.
I want to know is how can I rewrite this JS script from client side and run it through FF address bar. I know it's something like 'javascript: script here;' but I haven't been able to get this working if I just try to throw a rewritten script in the address bar and submitting it. I try to do javascript:alert(2+2) as well but it doesn't seem to work either.