JavaDude32
Programmer
I have a webpage that basically serves as an input page to enter address information by utilizing a simple html form. After having entered the data, then the framed page with the map frame and the toolbar frame is supposed to load in the same window (replacing the input page). How do I pass the form variables to the Map frame of the main page without making the main page an ASP file?
IE
index.html 'Input page
main.html 'Frame page
map.asp 'map file
toolbar.html 'uses javascript to update map
IE
index.html 'Input page
main.html 'Frame page
map.asp 'map file
toolbar.html 'uses javascript to update map