Hi Tony,
Ok, so your menu item has a URL - probably a NetWebPage procedure name or some thing like that.
It can of course be the "front page" - as in "I'm looking at the main/index page, and I click the URL, and it takes me to the page I'm looking at."
You can also add a parameter to the URL. For example
'index.htm?Notify=yes'
Then in that netwebpage put something like this :
if p_web.IfExistsValue('notify')
NOTIFY etc etc
End
Cheers
Bruce