Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

access a file posted to pare with javascript?

Status
Not open for further replies.

tyreejp

Programmer
Apr 20, 2005
114
US
If page A posts an xml file to page B, is it possible to process access the posted file on page B via javascript, similar to how you would access a posted file with asp and the request object?

Thanks James

--
James
 
Let the server serve the data to page B and let client do whatever. This is no client-side question. Page B won't even know it follows page A if it not told by design.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top