I
iceanfire
On the backend I have a python script that gets two pieces of
information from the database:
1. html
2. xml file
The javascript is supposed to :
1. inject the html file into a div
2. use the xml file to create markers on google maps
I want to avoid multiple calls to the database, so I was wondering, if
there was anyway I could get javascript to recieve both files at once
from python (and if it was possible for python to send two files in
one request).
I hope that makes sense, I didn't really know how to summarize it for
a brief subject line :-/
thanks in advance!
information from the database:
1. html
2. xml file
The javascript is supposed to :
1. inject the html file into a div
2. use the xml file to create markers on google maps
I want to avoid multiple calls to the database, so I was wondering, if
there was anyway I could get javascript to recieve both files at once
from python (and if it was possible for python to send two files in
one request).
I hope that makes sense, I didn't really know how to summarize it for
a brief subject line :-/
thanks in advance!