i am new to session & application variables &am just trying to figure out a way to make a pop-up only display once per session. and only if the last message entered in the db is set to active.
any help would be awesome. just so i can understand this simple thing.. thanks! -paul ok i have an application cfm type of question. i am not sure where to put the info & how to rest it. i have a form that an admin inserts a network broadcast print message in. it is only an insert into a db. it either sets the message to active=1 with a message filed or to 0, then there is a pop up page that i want triggered from application.cfm if the last record from record set dbo.accBroadcast.Active = 1 and SESSION.UserHasSeenBroadcast = 0 pop-up the message then set SESSION.UserHasSeenBroadcast = 1 but i am not sure if i should set SESSION.UserHasSeenBroadcast = 0 in the application.cfm and then reset it in the actual pop-up? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243103 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

