Posted by willl69 on 06/28/05 04:54
Hi
I have a problem when i try to output javascript code through phptal the "
quotes come out as " and thus wont execute in the browser.
An Example:
<script language="JavaScript">
function hide() {
field.style.display = "block";
}
</script>
Comes out as...
<script language="JavaScript">
function hide() {
field.style.display = "block"
}
</script>
in the source. Was wondering if anyone knows how to fix this problem.
Cheers
Will
[Back to original message]
|