I created a windowtabs that include a form
The form method='post' action='./proc.asp'
I want to post the message  I've written to an asp file ,so I may add
it to the database.
when I submit the message I've written, the database was added a NULL
record and   can't execute "response.write( )"

how could solve this problem????

codes are:
--------------------------------------------------------------------------------------------------------------------------
var tabs = [new GInfoWindowTab("Tab1",
                        "<form name='form1' method='post' action='./
proc.asp'><table><tr><input type='text'></tr><tr><input type='submit'
name='post' value='post'><input type='reset' name='rest'
value='reset'></tr></table></form>"),

new GInfoWindowTab("Tab2", "<div style='width:400px'>This is tab2</
div>")];

marker.openInfoWindowTabsHtml(tabs);
--------------------------------------------------------------------------------------------------------------------


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to