I have been using IE6 with the built in parser to do my xml and I had a JavaScript in the file to call the xsl and xml files. All of the links in the page were being called like:
index.htm?myText=images and in the index page it would grab the images name from the query string and know to open images.xml
I have now moved to a parser on the server using a JSP page. I would like to know how to update my links so they work without the index.htm?myText=images instead I just want the link to be images.xml and to call the one common style sheet.
Any help?
Need more info let me know.
index.htm?myText=images and in the index page it would grab the images name from the query string and know to open images.xml
I have now moved to a parser on the server using a JSP page. I would like to know how to update my links so they work without the index.htm?myText=images instead I just want the link to be images.xml and to call the one common style sheet.
Any help?
Need more info let me know.