Vbscript vers java script

Fermé
bnawfal Messages postés 48 Date d'inscription mardi 6 mai 2008 Statut Membre Dernière intervention 2 octobre 2012 - 12 mai 2008 à 13:35
bnawfal Messages postés 48 Date d'inscription mardi 6 mai 2008 Statut Membre Dernière intervention 2 octobre 2012 - 22 mai 2008 à 18:23
Bonjour,

j'ai une fonction avec vbscript et je veux la convertir vers java script et le probleme que j'ai aucun idée sur vb

alors est ce que quelqu'un pourra m'aider???

voici la fonction :

<script language="VBScript">
Function Lecture
Set f = document.getElementById("BCPaccueil")
f.action = "BCPaccueil.jsp"
Set choix = document.getElementById("choix")
choix.value = "1"
f.submit()
End Function

</script>

et merci d'avance
A voir également:

1 réponse

bnawfal Messages postés 48 Date d'inscription mardi 6 mai 2008 Statut Membre Dernière intervention 2 octobre 2012
22 mai 2008 à 18:23
salut
0