Topic: ASP Customization - repost
I am posting this again since I can't view my original posting.
I am trying to get my gallery.xml page to be actively generated from a sql query being passed in the url of the page using asp classic. I wrote gallery.asp to generate a valid xml page which I tested by browsing to the page then saving it as an xml file and referencing it in my index.html page and it all worked. My next step was to include the link, with the search values, in my index.html to this actively generated asp page and that doesn't work. It says Slideshow loading and nothing happens.
Here's the url to my gallery.asp which then generates an xml page:
http://tinyurl.com/jjocj
Here's the code in my index.html
fo.addVariable("xmlDataPath", "gallery.asp?name=%25&user=&form_event=*&link=&BegDate=8%2F5%2F06&EndDate=8%2F6%2F06&city=*");
Here's a link to http://www.furriestdog.com/index.html
Any ideas?
Jab