T
Trevor Lawrence
I am tyring to debug a problem for a poster on the newsgroup
I have created a file which works perfectly on my local disk. I then
uploaded it to http://tandcl.homemail.com.au/rinotan/index3.html
But when loaded it gives the error Unterminated String Constant at line 398,
char 56
Of course, the file does not have this line number - it is referring to some
JavaScript
The purpose of the file is that when an image is clicked, JavaScript is
invoked from js/dv.js which displays a larger image. While this works
perfectly on local disk, when on the web it gives the error message 'dv' is
undefined.
'dv' is a function on js/dv.js
What is happening ?
I have created a file which works perfectly on my local disk. I then
uploaded it to http://tandcl.homemail.com.au/rinotan/index3.html
But when loaded it gives the error Unterminated String Constant at line 398,
char 56
Of course, the file does not have this line number - it is referring to some
JavaScript
The purpose of the file is that when an image is clicked, JavaScript is
invoked from js/dv.js which displays a larger image. While this works
perfectly on local disk, when on the web it gives the error message 'dv' is
undefined.
'dv' is a function on js/dv.js
What is happening ?