Hello, i have set an ajax event onclick on a field in a form
in the event i have set:
sc_ajax_message(“Message”, “Title”, “modal=Y&button=Y&button_label=GO&width=420&re dir= app_to_call.php&redir_target=_blank”, “idpatient={idpatient};iddisease={iddisease}”) ;
the event fires and i am redirected on the appilcation app_to_call.php as specified but redirecting parameters are not passed, because i end up not at the specific record of the target application.
Am i writing a bad syntax? Thanks