environment:
a web page contains a number of pictures that are downloaded using AJAX.
issue:
when the web page is downloaded as a ".html " file AJAX does its job perfect.
when the identical page content is sent via PERL "print (@template);" AJAX does not work.
question:
did other developers experience same problem?
note:
the ".html" file was created by copying the source of the page generated by PERL.
I therefore assume pages are absolutely identical.
Best Regards:
Emil
a web page contains a number of pictures that are downloaded using AJAX.
issue:
when the web page is downloaded as a ".html " file AJAX does its job perfect.
when the identical page content is sent via PERL "print (@template);" AJAX does not work.
question:
did other developers experience same problem?
note:
the ".html" file was created by copying the source of the page generated by PERL.
I therefore assume pages are absolutely identical.
Best Regards:
Emil
Comment