cancel
Showing results for 
Search instead for 
Did you mean: 

Pop - up screen from custom method

former_member206441
Contributor
0 Kudos

Dear  Experts,

Please guide me how to call a BSP view as Popup from Custom method in a class. I need a small popup just an information to be displayed with ok button.

Kindly guide me.

Thanks & Regards

Arun.K.P

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello Arun,

have you tried Alert statement.

<script language="Javascript">


alert("Please type your text here");

document.location = "page.htm";


</script>


Regards,

Suryakant