Hello all,
Script (nocache.js) loads into Mozila FF but not loads into IE8. I cleared
cache for IE8 still no loading of script. Any solution ?
gwt.nocache.js is generated in gwt folder gwt/gwt.nocache.js
src path is correctly added.
Browser shows just GWT heading in html page. and message on toolbar
<b>waiting for javascript:"..</b> then Done
Whats wrong ?
My gwt.html page is as follows:
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link type="text/css" rel="stylesheet" href="Gwt.css">
<title> GWT</title>
<script type="text/javascript" language="javascript"
src="gwt.nocache.js" </script>
</head>
<body>
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1'
style="position:absolute;width:0;height:0;border:0"></iframe>
<h1>GWT</h1>
<table align="center">
<tr>
<td colspan="2" style="font-weight:bold;"></td>
</tr>
<tr>
<td id="nameFieldContainer"></td>
<td id="mainTable"></td>
</tr>
<tr>
<td colspan="2" style="color:red;"> id="errorLabelContainer"></td>
</tr>
</table> </body> </html>
I also tried by providing src path = "gwt/gwt.nocache.js" Still script not
loaded gwt compiled module (gwt.nocache.js).
Please provide me solution, suggestion & Is there anything wrong ?
Hope for the best co-operation.
Thanks in advance.
--
Best Regards,
Vaibhav Bhalke
--
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.