Hi folks,

I'm transition a site from the old DynDuo code to DynApi 2.5.7, and I have a 
problem. The site uses a lot of scrollpanes containing PHP-generated code. 
Under the original system, it looked like

<script>write_start_css()</script>
PHP code here
<script>write_end_css()</script>

which was fine until IE6 came along. So now I try to move to the DynAPI, but 
it seems that scrollpanes must contain labels, and that label contents are 
always specified in the function call (label1=new label(...,'label contents 
here'), which is not really workable as I'd have to change a _lot_ of PHP to 
make sure any single quotes were escaped. So I'd like to know if there's a way 
to create labels 'old-style', such that the label contents aren't javascript 
strings?

Many thanks,

Hugh Denman

----------------------------------------------------------------
Hugh Denman
+353 87 6290 136
[EMAIL PROTECTED]


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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

Reply via email to