View Single Post
  #5 (permalink)  
Old Nov 1st, 2007, 00:23
Monie Monie is offline
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Re: How to make the PM pop up box?

From my experience, I generally know that there is some code for checking if a certain field in my table database is new (when someone PM me, some field will be set to NEW), then the popup box will appear (with the animation)

pseudocode:

Code: Select all
If recordset("newPm") = 'New' Then
   animate the popup box with the link to the new pm message
End If
Once they have read that, update the "newPm" field from "NEW" to "READ".
So, am I thinking creative enough?

Last edited by Monie; Nov 1st, 2007 at 04:53.
Reply With Quote