Stefan [MSFT]
Guest
|
Posted:
Wed Oct 26, 2005 8:51 am Post subject:
Re: Deleting connected pages |
|
|
Hi Randall,
you would need to ensure that the dialog is added in front of
ActionJavascript. Then add an if to the rest of the ActionJavascript that
ensures that this code is only fired in case that "OK" was pressed.
With other words: you need to override the ActionJavascript property, add
your logic to it and add base.ActionJavascript inside the IF part.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Randall" <Randall@discussions.microsoft.com> wrote in message
news:892B4BD3-EAAC-4A04-890C-0F181540044B@microsoft.com...
| Quote: | Hi all,
I am using stefan's example(book) of deleting connected pages. It works
just
fine but I also want to add a confirmation before that action. Very
similar
to what CMS does before deleting any posting.
I am not sure how to do that. I would appreciate your help.
Regards,
Randall |
|
|