Hi Guys
I have a situation I have been required to provide a use of an application with a pop up message after he hits the submit button on a page the problem is I have a table where data that will extracted from in order to provide this pop-up message the table structures are as follows
tabel_1 Table_1imp (insert Table)
-------------------------------------- ----------------------------------------------
e_mail vendor email vendor
_____________________ -----------------------------------------------
a@user1 sap @user1 sap
a@user1 tssa
a@user1 IBM
b@user2 sap
So If you look at table_1 this table stores the users that must assess vendors on a application and then they chose a vendor under there "e_mail's" which means that they have been assigned vendors to rate
Eg : a@user1 has to assess "sap" , "tssa" , "IBM"
After they have used the forms in the application to assess the vendors assigned to thme it then inserts the vendor into the Table_1imp .
If you look at Table_1imp above "a@user1" has used the form in the application where he chose "sap" which was inserted into Table_1imp after he hit the submit button on the page of the application which means that he still has "tssa" , "IBM" to asses . My question is how can I create some kind of pop up reminder on the screen after the submit button is pressed to remind them of the vendors they still have to assess . Thanks Guys