Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Success Message through Javascript Function

Sai6896Apr 17 2014 — edited Apr 28 2014


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.


This post has been answered by Jorge Rimblas on Apr 23 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 26 2014
Added on Apr 17 2014
5 comments
3,215 views