Get and parse an .aspx file with Javascript?

JL94x4

New Member
Forgive me for being a complete noob at Javascript but:My goal here is to access an .aspx form on a website. This form has a bunch of data I would love to be able to parse and use! But, at bare minimum I need to get at least the entire file. Does anyone know how to do this in javascript? Here is the head of the file:\[code\]<form name="aspnetForm" method="post" action="DailySummary.aspx" id="aspnetForm">\[/code\]I'm not sure, but do I need to somehow get this as JSON data and then parse it that way?
 
Back
Top