![]() |
Show 150 posts per page |
.dsy:it. (http://www.dsy.it/forum/)
- Tech (http://www.dsy.it/forum/forumdisplay.php?forumid=189)
-- Aiuto ASP (http://www.dsy.it/forum/showthread.php?threadid=5890)
Aiuto ASP
Ciao a tutti, ho un problema.
Vorrei inviare dei dati ad uno script ASP (file esterno) NON tramite un form ma dall'interno di uno script Javascript fatto così.
function MM_jumpMenuMed(targ,selObj,restore,nome,cognome){
if(nome == "" OR cognome == "")
MM_goToURL('self','registra.htm');
else
verifica.asp(selObj,nome,cognome);
}
avendo bisogno di fare un test sui dati prima dello script.
Ovviamente verifica.asp(selObj,nome,cognome); non va bene!!
Come si fa!?!?!?!!?
Thanx, D.
La sparo cosi' xche' non so come sia fatta la tua funzione MM_goToURL
function MM_jumpMenuMed(targ,selObj,restore,nome,cognome){
if(nome == "" OR cognome == "")
MM_goToURL('self','registra.htm');
else
MM_goToURL('self', 'verifica.asp?selObj=&nome=&cognome=');
}
Ciao
| All times are GMT. The time now is 01:44. | Show all 2 posts from this thread on one page |
Powered by: vBulletin Version 2.3.1
Copyright © Jelsoft Enterprises Limited 2000 - 2002.