Hello,
I have an Ajax call to call a Process Like this
var ajaxRequest = new htmldb_Get(null,&APP_ID.,'APPLICATION_PROCESS=ProcessName',10);
ajaxResult = ajaxRequest.get();
if (ajaxResult == 'Success')
{
redirect("f?p=&APP_ID.:88:&SESSION.::NO::");
}
else{
alert(ajaxResult);
}
So when ajaxResult is "Success" i need to redirect to an other page and Show Some Success Notification there ,Something like "Action Processed" in the Success Message Notification area.
Can anyone help me out in this please.
Thanks,
Sai.