Hello,<BR>
<BR>
Trying to get chameleon JSAPI to work. Have MS4W loaded (ms4w_1.0.3.zip), using MS XP, MS IE 6.0, Apache 2.x; Chameleon 2.0.1 (chameleon_ms4w-2.0.1.zip).<BR>
<BR>
THE PROBLEM:<BR>
1) Everytime I try to run my application (<A href="http://localhost/myapp/test.php">http://localhost/myapp/test.php</A>) I get the following error: <BR>
'goCWCJSAPI' is undefined.<BR>
I USE THE FOLLOWING TO ACCESS THIS OBJECT:<BR>
<FONT size=1><!-- ALLOWS JAVASCRIPT API (JSAPI) TO BE USED IN THIS APPLICATION --><BR>
<CWC2 TYPE=<FONT color=#0000f0>"SharedResource"</FONT> NAME=<FONT color=#0000f0>"CWCJSAPI"</FONT> /> <BR>
<!-- INCLUDE STATEMENT FOR THE cwcjsapi.js FILE AND ALL ITS FUNCTIONALITY --><BR>
<CWC2 TYPE=<FONT color=#0000f0>"CWCJSAPI"</FONT> DEBUG=<FONT color=#0000f0>"false"</FONT>/><BR>
</FONT><BR>
<BR>
2) ALSO - curious as to where the image file is stored for the maps; can the map image be accessed through a URL pointing to a png, gif, or other formatted file.<BR>
<BR>
Thanks, Rob<BR>