Tea.Cup
06-01-2003, 06:54 AM
Is there a way to get from a *.js or *.css file text to fill in the html page
ie
this is in the *.js or *.css file
val t1="The line in the file";
<p>Some text here with</p> +t1
Please help
ie
this is in the *.js or *.css file
val t1="The line in the file";
<p>Some text here with</p> +t1
Please help