Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within GWT
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Paul Clapham
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Saloon Keepers:
Tim Holloway
Carey Brown
Roland Mueller
Piet Souris
Bartenders:
Forum:
GWT
GWT application on javascript disabled browser
Nilesh Pat
Ranch Hand
Posts: 46
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
can a gwt application run on javascript disabled browser.
Regards,
Nil
Maneesh Godbole
Bartender
Posts: 11497
19
I like...
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Come on Nilesh, how difficult is it to try this out yourself?
[
How to ask questions
] [
Donate a pint, save a life!
] [
Onff-turn it on!
]
Nilesh Pat
Ranch Hand
Posts: 46
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hahahhaahhaha
sorry actually i asked it and at that same time i also tried it out. and it's not working so i asked.
Regards,
Nil
Maneesh Godbole
Bartender
Posts: 11497
19
I like...
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Well GWT transforms the
Java
code int Javascript so you would need a JS enabled browser.
If you have noticed, since 2.0 (I think) when you create a GWT project, the project creator automatically places this in the default html file
<noscript> <div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif"> Your web browser must have JavaScript enabled in order for this application to display correctly. </div> </noscript>
[
How to ask questions
] [
Donate a pint, save a life!
] [
Onff-turn it on!
]
Nilesh Pat
Ranch Hand
Posts: 46
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
yes thank you,
i got it.
and yes it's showing from gwt2.0 in default html file.
in previous versions it wasn't.
Regards,
Nil
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
check if javascript is disabled
Should I select Swing or SWT ?
Cache Control
"Google Web Toolkit Applications" question
* Welcome Andres Almiray and Danno Ferrin
More...