Not sure you really need a tutorial for that in particular, since you're
using Prototype. I think you should be able to just do this: 

<head>
<script language="javascript">
  function bodyload() { 
    new Ajax.Updater("loadLate","loadlate.cfm"); 
  } 
</script>
</head>
<body onload="bodyload()">
....
<div id="loadLate">Loading...</div>
....
</body>

Then in loadlate.cfm just make sure it only returns the content you want
in that div, minus the html head, body tags, etc. 

hth,
ike


-- 
s. isaac dealey  ^  new epoch
 isn't it time for a change? 
     ph: 503.236.3691

http://onTap.riaforge.org/blog



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298648
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to