Click to See Complete Forum and Search --> : slide show generator
MadCommando
07-08-2003, 08:45 PM
http://216.117.199.237/slideshower-generator-alpha.html
Your inputs will be
test
.img
1
2
unchecked
n/a
The generated window shows a syntax error, and when I click the buttons it says "object expected"
the pic shouldn't come up at all because there is no "test1.jpg" in that folder.
the generated code is all on one line, so I'm expecting this to be the problem. Anyone have any possible solutions?
Khalid Ali
07-08-2003, 08:54 PM
Here are th eobvious errors
if (num>2;){num=1;};
remove the last ;
and the one thats right after>2
it should be like this
if (num>2){num=1;}
and the second part is
num=num-1;if (num<1;){num=2;};
same remove the ; and it will be like
this
num=num-1;if (num<1){num=2;}
MadCommando
07-08-2003, 10:48 PM
http://216.117.199.237/slideshower-generator-alpha2.html
still doesnt work, same errors with the same input.
Khalid Ali
07-08-2003, 10:56 PM
When I mention the errors earlier that meant that you re visit your code that generates the popup window code...obviously there are some serious errors there
MadCommando
07-09-2003, 10:33 AM
I did fix my orginial, and I can't find the errors, it's all in the output. I'm still :confused:
MadCommando
07-09-2003, 03:40 PM
would it work better if I altered the script and made it a .asp or something like that?
Khalid Ali
07-09-2003, 07:07 PM
The problem is with your code generation script,it tends to create invalud code...
MadCommando
07-09-2003, 08:02 PM
I know the generated code is the one with errors, and I have absoloutely no idea why it's buggy, exactly why I came here.