deswaraj / gpxviewer

Automatically exported from code.google.com/p/gpxviewer
0 stars 0 forks source link

Multiple GPX files #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Well, this is not actually an issue; I'm searching for a better way for 
this : I have several maps to display so I use a XML renamed GPX file per 
map of course and also one HTML file per map; the "issue" is that all 
these HTML files are identical except the name of the XML file they call.
My question : how can I invoque an unique HTML file passing to it the XML 
file as parameter ?
This is how I call the mal
<TD WIDTH="10%" VALIGN="MIDDLE"><P ALIGN="CENTER"><a 
href="Itineraires/080802.html">GPX</a></TD>
and in attatch the invoqued HTML

Thanks a lot in advance

Original issue reported on code.google.com by rudy.van...@skynet.be on 3 Aug 2008 at 7:58

GoogleCodeExporter commented 8 years ago
Why not use ASP or PHP and pass the filename for the XML file as a variable in 
the query string?

Original comment by advfr...@gmail.com on 16 Sep 2010 at 11:04

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
The question dated august 2008 !
That is what I've done meanwhile (php).

Original comment by rudy.van...@gmail.com on 17 Sep 2010 at 10:43