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 -~----------~----~----~----~------~----~------~--~---
