Hi all,

I wonder if there's antoher way than using setHTML to
set the contents of a layer. I don't need to dynamically
change the content of a layer so anything that helps to
achieve the following would be appreciated =)

The problem is that setHTML can become a bit nasty when 
you have really big blocks of html code, all since 
linefeeds ain't counted as whitespace in javascript.
Any linefeed and the call will fail.

so this would be nice.

<sript>
  lala = new DynLayer()
</script>

<div id="hotlayer">
  verymuch html
</div>

Help anyone?


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/dynapi-help

Reply via email to