search for string on page and store it in a variable.
Can you help me search for a string on a web page and then remove the beginning of the string and then create a variable with the result value using javascript?
So I have a string on the page that begins with "GHID:" then 10 digits.
How can I search the page for the string "GHID:********" (* - wildcard representing the 10 digits)
Then remove the "GHID:" and create a variable equal to just the 10 remaining numbers?
JavaScriptAJAX
Last Comment
leakim971
8/22/2022 - Mon
leakim971
>Can you help me search for a string on MY OWN web page
please confirm