js changes to DOM

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Inbar Rotem
    New Member
    • May 2011
    • 1

    js changes to DOM

    Hi,
    I am looking for a way to get all the urls from a web page (images, forms , js etc..). I am having trouble extracting the urls from the js itself.
    Therefore, I am looking for a way to get the js's changes to the DOM and know which js did it.
    So far I was unsuccessful.
    Any ideas?

    Inbar.
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    so when the url's are set during JavaScript-operations it could be diffucult since often the url is set at the time it is needed ... i doubt that you could simply grab that at once. you should read the JavaScript-code and search for src = or href = or similar ... that might be used for setting those attributes ...

    kind regards

    Comment

    Working...