Hi all,

I have a peace of html that looks like that:

<div id="silverlightControlHost">
  
  
  <!--param name="onerror" value="onSilverlightError" /-->
  
  

  img src="http://reshet.attractv.net/reshet/img/no_silverlight.jpg";
usemap="#no_silverlight" border="0" />

  <map name="no_silverlight">
  <!--area shape="rect" coords="626,431,385,295"
href="http://go.microsoft.com/fwlink/?LinkID=115261"; /-->
  <area shape="rect" coords="626,431,385,295"
href="http://go.microsoft.com/fwlink/?LinkID=124807"; />
                                <area shape="rect" coords="593,492,406,526" 
href="javascript:
loadBack()" />
  </map>
  
  <iframe style='visibility:hidden;height:0;width:0;border:0px'></iframe>
</div>

I need to set the value of the initParams parameter in dynamic way from my
java code. To be more accurate what I need is to set the next url
m=http://SWITCH434-01.castup.net/cunet/gm.asp?ai=434&ar=08-09-18_22-00-30&ak=null";
 
from the java code according to the url  I get from the user.
Any simple way to do this in wicket?

Thanks in advance,
  Itay
-- 
View this message in context: 
http://www.nabble.com/How-to-plant-dynamic-data-to-the-html-tp20306256p20306256.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to