Here's what I've got:
deleteStory = function(){
var basePage = 'delete';
new Effect.Fade('message');
new Ajax.Updater('admincontent',
'actions/act_contentHandler.cfm', {
method:'post',postBody:'basePage='+basePage+'&delid='+$('delid').innerHTML,
onComplete:function(){
new
Effect.Appear('admincontent');}
,asynchronous:true,
evalScripts:true
}
);
}
deleteConfirm = function(id,e){
if (!e) e = window.event;
$('delid').innerHTML = id;
$('deltitle').innerHTML = $('title'+id).innerHTML;
//new $('').Appear();
Effect.Appear('message')
}
----------------------------------------------------------------------------
----------------------------------------------------------------------------
-------
Function deleteConfirm works,
Function deleteStory fires actions/act_contentHandler.cfm and it runs..
however:
It doesn't seem that Effect.Appear is running
Any ideas?
I can post more code if need be.
--
Scott Stewart
ColdFusion Developer
SSTWebworks
4405 Oakshyre Way
Raleigh, NC. 27616
(919) 874-6229 (home)
(703) 220-2835 (cell)
No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.519 / Virus Database: 269.22.1/1347 - Release Date: 3/27/2008
7:15 PM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k
Archive:
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302288
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4