Also I had a idea about this a while back which was;

GWT generated javascript manipulates a Html file via the DOM
So it should be possible to run the javascript serverside to
manipulate the Html server side and then return the HTML to the
client.
However this would require all buttons exc to get replaced with form
links exc.

Cheers and good luck,
Scott

On Apr 6, 10:53 am, alan m <[email protected]> wrote:
> traditionally:
>
> <script type="txt/javascript">// if (javascript): do javascript here</script>
> <noscript>else: put your static html here for no-script users</noscript>
>
> but you could instead put the static html stuff in <div
> id="gwtAttachPoint">here</div> so it either gets replaced by your gwt
> stuff, or is unaffected by noscript browsers?
>
> On Mon, Apr 6, 2009 at 3:49 PM, jamer <[email protected]> wrote:
>
> > I'm making a website that I need to be accessible.
> > I am designing this in JSP and I wonder if I can add any GWT Widget
> > done with, so if you have Javascript enabled to load the page in GWT
> > that no alternative load without Javascript.
>
> > Thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to