This topic is locked

click em email na coluna

8/11/2018 12:58:25 PM
PHPRunner General questions
C
Carlos Ferreira author

I have an email in the column and would like to be able to click on it and then go to Outlook or a phprunner page with that email address, like mailto: can this be done?

C
Carlos Ferreira author 8/11/2018

I tried the following, but it hit nothing ... can give some help
var ctrlMail = Runner.getControl(pageid, 'email');
function func()

{

location.href = "Pessoal_email_add.php";

}
ctrlMail.on('click', func);

jadachDevClub member 8/11/2018

In field properties make the email field view as email hyperlink

C
Carlos Ferreira author 8/13/2018

[quote name = 'jadach' date = '11 de agosto de 2018 Ã s 23:22 'timestamp =' 1534029734 'post =' 85673 ']

Nas propriedades do campo, a exibição do campo de e-mail é como um hiperlink de e-mail

[/ quote]
Ok obrigado

Ele funcionou para o correio para: mas o que eu realmente quero é chamar uma página phprunner que cria o log de e-mail no banco de dados. Tudo funciona, exceto o link.

Carlos