sc_redir in modal not work

Hi, i created a php button and i use this code:

sc_redir(form_bas_indirizzi.php,“modal”);

But the app form_bas_indirizzi not work. Appear just a ok button.
Why ?
I want to open form_bas_indirizzi in modal.
Thanks

Try this one:

sc_redir(form_bas_indirizzi.php,‘modal’); <-- see the two comma!

jsb

does not work
This is the result:

marc6.png

lose the .php change your code to do this:


sc_redir( form_bas_indirizzi, , 'modal' );

Regards

I think that sc_redir in modal mode does not work. BUG ??