Hi,
       I have a html page like the following  in my gwt example.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
charset=UTF-8">
    <link type="text/css" rel="stylesheet" href="TestGWT.css">
    <title>GPS Fleet Software</title>

    <script type="text/javascript" language="javascript"
src="at1.sw.Map/at1.sw.Map.nocache.js"></script>

    <script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAA-
lpXe3UqrnZHZNOzb9gk4RS5mcbsVNmKY9gwYsxOxwTi1VZqtBS3fhTyIShCCZfKER9T9SpY8Pg1RA"
type="text/javascript"></script>

  </head>

  <body onload="loadWithMaps('google','last');">

    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1'
style="position:absolute;width:0;height:0;border:0"></iframe>
    <div id="map" style="width: 100%; height: 100%;"></div>
  </body>
</html>

I want to load the script source dynamically via my gwt application.By
default it is a google map source.I want to load the source of another
map while selecting a value in my map combo box.For example if i
select yahoo map ,the src should be yahoo maps source
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to