popup

popup

I created a function to open a popup but I did not just popup a new page?

void AjouterRelance(string MailClient, string Nom, string Pr_nom)
{
    openUrl("#Form:Relances?MailClient=" + input.MailClient + "&Nom=" + input.Nom + "&Pr_nom=" + input.Pr_nom, "popup window", "height=100,width=100");
}