Bonjour,
Étant débutant dans le vb.net, je voulais savoir comment fait-on pour appeler une fonction vb à partir d'un bouton dans un page html?


Fichier vb dans le dossier code
Public Function getUrl(ByVal aWebLayout As String) As String
Try

Fichier html
Import??
<form name="frm">
DIVERS : <input onclick="test0()" type="button" value="getUrl"/>

Je vous remercie.