Javascript call
-
Help on the below would be greater, ready to cry!
links are
http://lumlighting.com/wordpress/lum/?page_id=152
http://lumlighting.com/images/talk.jsWordPress is turning the following script
<script>
if (linkornot==1)
document.write(‘‘)
document.write(‘<img src=”‘+photos[0]+'” name=”photoslider” style=”filter:revealTrans(duration=2,transition=23)” border=0>’)
if (linkornot==1)
document.write(‘‘)
</script>to (notice the ‘ instead of ‘)
<script>
if (linkornot==1)
document.write(‘‘)
document.write(’<img src=”‘+photos[0]+'” name=”photoslider” style=”filter:revealTrans(duration=2,transition=23)” border=0>‘)
if (linkornot==1)
document.write(’‘)
</script>
The topic ‘Javascript call’ is closed to new replies.