<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2314.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi ALL,<BR><BR><BR>with the intention of make 
mapimage applet loads a new image,<BR>I tryied to use the " newMap(URLParam) " 
mapimage applet's method, but the<BR>first problem comes<BR>out trying to figure 
out how the URLParam should be set. Since it has to<BR>be just a url to a pic, I 
guess "URLParam" could be<BR>a URL kind of template instead of the HTML type, 
but I dont know how 
it<BR>works:<BR><BR>/scripts/mapserver.exe?map=myMap.map?template=[img]<BR>/scripts/mapserver.exe?map=myMap.map?template="/scripts/mapserver.exe?map=my<BR>Map.map[img]<BR><BR>after 
many attempts, the result is the same...:<BR><BR>Content-type: text/html 
returnHTML(): Web application error. Malformed<BR>template name.<BR><BR>so I run 
into another way: (Mode=map)<BR><BR>&lt;input 
type="button"<BR>onclick="javascript:document.mapimage.newMap('/scripts/mapserver.exe?map=[ma<BR>p]&amp;imgext=[minx]+[miny]+[maxx]+[maxy]&amp;imgxy=[center_x]+[center_y]&amp;layers=[ge<BR>t_layers]&amp;imgbox=-1+-1+-1+-1&amp;mode=map')" 
value="Apply"&nbsp; &gt;<BR><BR>but it brings nothing.<BR>&gt;From the source 
code of one of the results I took the url and pasted it<BR>directly into 
the<BR>browser... and confirmed that the url works properly.<BR><BR>If all this 
would work the idea was to move this button onclick's code to<BR>a APPLET Tag 
onmouseup event... but unffortunatly this event is not<BR>triggered.<BR>It 
should at least in IE5 as this page at MSDN confirm:<BR><BR><A 
href="http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/applet.asp">http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/applet.asp</A><BR><BR>Ok..thats 
all. THANKS&nbsp; A LOT FOR ANY COMMENT about this 
issues!<BR></FONT></DIV></BODY></HTML>