sc_redir does not work on handys iphone and Samsung Galaxy

Hello,

in a control-form in the section onValidate the command
sc_redir (“http://www.focus.de”,"","_blank");

is not working on iPhone and Samusung Galaxy Handys.

(www.focus.de is a german online newspaper…)

The sc_redir command is using the command javascript : nm_atualiza(‘alterar’);
This command is not executed on these handys, although javascript is enabled.

On Lifetab and PC this is working without problems.
So it’s only a problem on handys.

Don’t know how to fix this

Best regards
Uwe Pfeiffer

The ‘’ is used to create global vars. I could imagine that when there’s nothing in it it migh cause issues. So one thing you could try - but might not work - is to use a sc_redir(“yoursite”,’_blank’);

Hello aducom,
I tried your suggestion … makes no difference … is working on PC but not on these handys…

Best regards
Uwe

Hello aducom,
I found the solution.

sc_redir (“http://www.focus.de”,"","_blank"); does not work on Handy but on PC

sc_redir (“http://www.focus.de”,"","_blank"); is working everywhere … puuuuuuuuuuuh…
exit;

SO exit; MUST FOLLOW a SC_REDIR !!!

Thanks that you tried to help me !!!

Best regards
Uwe