here are examples of something similar http://www.asual.com/jquery/address/



On Oct 27, 11:43 am, RPB <robbol...@gmail.com> wrote:
> Hi Subhro,
>
> You need to create a PHP page which will serve static information if
> it detects "_escaped_fragment_=" or just the normal GWT page
> otherwise. Something like this:
> if(isset($_GET['_escaped_fragment_'])) {
>    echo "Static Version of my page"}
>
> else
> {
>     echo "<script type=\"text/javascript\" language=\"javascript\" src=
> \"../gwtProj/getProj.nocache.js\"></script>";
>     //or whatever you have in your current index file
>
> }
>
> Here are some other threads which may be 
> useful:http://groups.google.com/group/google-web-toolkit/browse_thread/threa...http://groups.google.com/group/google-web-toolkit/browse_thread/threa...
>
> Good luck,
> Rob
>
> On Oct 26, 5:10 pm, Subhrajyoti Moitra <subhrajyo...@gmail.com> wrote:
>
>
>
> > Hello,
> > I have to build an application which has a PHP backend and GWT client.
> > How do we make it crawlable? The urls follows Google, ajax url format of
> > "#!".
>
> > How do we take HTMLsnapshots using PHP or GWT? I know HTMLUnit does the job,
> > but the backend is PHP and not java.
> > Please help.
>
> > Thanks,
> > Subhro.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to