antoniocesar Posted June 22, 2016 Posted June 22, 2016 Hello, I'm trying to write a code who access one page containing several links and select some of these links by string using this regex ( ^[0-9]\1,10}\$ ) and print on notepad. These urls are in javascript and using the funcition onclick to compose the url. Like this. <a href="javascript:void(0)" title="nothing" onclick="javascript:nameoffunction(codeofregex, year, othercodebutwithoutthefirstdigit,firstdigit)"> Example <a href="javascript:void(0)" title="" onclick="javascript:procedure(555555, 2016, 123456,0)"> Anyone could help me? Kind Regards Antonio Cesar
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