I am not so interested in using their runat="server" or server-proxy capabilities, but more interested in getting Jaxer to render my page to the final "onloaded" DOM that could then be sent to a search engine.
However, I have not seen an option yet to tell it "treat the whole page as runat server" or something like that.
Here is what I want to do (condensed from my previous post on searchable ajax):
- Do the model/view/controller in HTML/CSS/JS. I normally want this all to run in the user's browser.
- However, for search engine requests, I want to do some Apache rewrite/proxying to a server-side Gecko that would render the DOM as it would look after window.onload, then serialize that DOM as the result of the search engine's request.
No comments:
Post a Comment