smithcorya
New Member
- Joined
- Aug 31, 2012
- Messages
- 8
I have a webpage with an agravating amount of javascript within the HTML code. I can view the source and find the objectID=xxxxx.xxxxx.xxxxx.xxxxx value that i need to use. I want to use the value to open a final webpage directly. I am doing this to avoid opening several pages with sendkeys.
I have tried document.body.innerHTML document.innerHTML and outerHTML on both and I can't get the full code to parse the result.
I have tried to search by element and had no luck (I have not properly been able to find any elements)
I can right click in the page in two places and click on copy shortcut and extract the links where the tag I need is listed. I don't have the skills to get the value into a variable in VBA.
Can someone shed some light on this for me? I'm stuck.
How do I find this long number in the code and hold it in a variable or see it via debug so I can make use of it?</TBODY></TABLE>
I have tried document.body.innerHTML document.innerHTML and outerHTML on both and I can't get the full code to parse the result.
I have tried to search by element and had no luck (I have not properly been able to find any elements)
I can right click in the page in two places and click on copy shortcut and extract the links where the tag I need is listed. I don't have the skills to get the value into a variable in VBA.
Can someone shed some light on this for me? I'm stuck.
HTML:
********>strPageIDs += "10007.24273.17721.11501" + "~";*********>Generic Request
33102-1
How do I find this long number in the code and hold it in a variable or see it via debug so I can make use of it?</TBODY></TABLE>
Last edited: