Hi Tj -

Thanks for the prompt response. It really amazed me, when I heard that
I can see source code of the original document and not the later
things that got updated through the Ajax updater. We have this
dependency where we need to make series of Java script calls based on
the dynamic response created by the Ajax updater. That includes the
dynamically generated element id's and stuff. If these are not going
to be visible in generated source, how am I supposed to make
advantage. Is there a way, though prorotype Ajax ?

Thanks


On Sep 19, 8:21 am, "T.J. Crowder" <t...@crowdersoftware.com> wrote:
> Hi,
>
> "View source" will only show you the original source of the document,
> not any later modifications you make to the DOM (e.g., via
> Ajax.Updater or any of several other means).  Why does it matter?
> What is it you're trying to achieve looking at the source?  If it's
> just that you're trying to debug the markup or something, you can use
> Firefox with the Firebug[1] add-on, which will show you the current
> DOM tree rather than the original source.
>
> [1]http://getfirebug.com/
>
> HTH,
> --
> T.J. Crowder
> tj / crowder software / comwww.crowdersoftware.com
>
> On Sep 18, 11:27 pm,Kumar<kumar.k.re...@gmail.com> wrote:
>
>
>
> > Hi All -
>
> > I am using prototype Ajax updater. The main intenntion of using
> > updater is to show users a loading icon, but in background we are
> > making a series webservice calls to wide variety of systems, then
> > collabarate all the data to users at one go.
>
> > The page loads and calls ajax updater. Updater inturn updates a div
> > tag with a search results. (results are processed in another jsp
> > page). Here is the problem. After the entire page gets loaded with
> > results, when I see the source I do not see the results grid in the
> > source page. I know its just the code that got loaded while making
> > ajax calls. How can I induce the code in to the same source file after
> > the ajax call.
>
> > Did any one face this issue before. if you have any thoughts, please
> > share it across. Please shoot me an email, if you are still not clear
> > with the issue.
>
> > Thanks- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to