
sirus4u2c
Novice
Aug 18, 2003, 6:52 PM
Post #1 of 2
(776 views)
|
I am using a perl script with javascript, I have a <OBJECT> bound to a file. When I run the perl script it can not find the path because it seems to need 2 back slashes between directories but when perl generates the HTML file it takes out the extra slashes no matter how many I put in and leaves 1 between directories and doesn't work. I have attached the file and any help would be great thanks. I have already tried: 'c:\\path\\to\\file'; or: "c:/path/to/file"; but it did not reconise them. I also get a error message somtimes that says "can't be used if object is closed" but if I run the perl script do a view source them put in the \\ between directories then save it as a HTML file and then run that it works fine. But and can't just call a HTML file because I need to pass information to it.
|