Javascript Source

Spilled

Member
Joined
Nov 28, 2008
Messages
17
Location
USA
Programming Experience
Beginner
Hello All, I just have a question. When I use HttpWebRequest and WebResponse to get the source of a page. The page contains a Frame that displays Javascript. Now my question is, From .Net how would I get the source of this frames Javascript? Thanks in advance.
 
You have to request the frame page also. Frames consist of a main frameset page that explain the layout and urls for the independent frame documents.

When you use a browser and navigate to a internet page the browser makes loads of requests for each single item the page(s) consist of.
 
Back
Top