jcombs_31 Posted August 5, 2006 Share Posted August 5, 2006 So am I doing something wrong, or do you not see anything that actually gets returned by ajax? I see no data in the source for the returned innerHTML. Link to comment https://forums.phpfreaks.com/topic/16633-ajax-data-in-the-source/ Share on other sites More sharing options...
kenrbnsn Posted August 6, 2006 Share Posted August 6, 2006 Please post you code so we can see what you're doing.Ken Link to comment https://forums.phpfreaks.com/topic/16633-ajax-data-in-the-source/#findComment-70287 Share on other sites More sharing options...
448191 Posted August 6, 2006 Share Posted August 6, 2006 No, you NEVER see ANY javascript generated results. So that includes XmlHttpRequest results. It's simply because all browsers (as far as I know) show the HTML downloaded, not the current transformation.Edit: To clarify for other readers; we're talking about the source-code viewing function of browsers... ;) Somebody might 've gotten confused.I toyed around with XSLT a while ago, and found out that looking at the source code for XSLT webpages, you also only get the original requested file. In this case an xml file... I'ts a feature nobody's cared to develop yet I guess. Link to comment https://forums.phpfreaks.com/topic/16633-ajax-data-in-the-source/#findComment-70347 Share on other sites More sharing options...
jcombs_31 Posted August 6, 2006 Author Share Posted August 6, 2006 Thanks 448191 Link to comment https://forums.phpfreaks.com/topic/16633-ajax-data-in-the-source/#findComment-70382 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.