| To: | "REALbasic NUG Italian" <realbasic-nug.it@lists.realsoftware.com> |
|---|---|
| Subject: | Mandare Form Post con accenti!!! |
| From: | "carlo" <carlo@devstudio.it> |
| Date: | Tue, 30 Jun 2009 10:47:25 +0200 |
| Authentication-results: | mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug.it-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug.it-bounces@lists.realsoftware.com |
| Delivered-to: | listarchive@realsoftware.com |
| Reply-to: | REALbasic NUG Italian <realbasic-nug.it@lists.realsoftware.com> |
| Sender: | realbasic-nug.it-bounces@lists.realsoftware.com |
Purtroppo nella form ho delle variabili con l'accento e anche i valori
possono essere accentati, la pagina asp mi riconosce la form.value("nome") e
la carica correttamente mentre form.value("società") non la riconosce.....
Qualche aiuto
Questo è il mio codice:
dim datax,xx as String
dim form as Dictionary
dim MyHttpSocket as new HTTPSocket
form = New Dictionary
form.value("società") = DecodeURLComponent("Prova di calò")
form.value("nome") = DecodeURLComponent("Mario")
MyHttpSocket.SetFormData form
datax=myhttpsocket.post( "http://www.xxxx.it/bin/reg.asp",10)
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||