> Duly noted on queryparams! Problem still is that I can't replicate > the problem... if I cfdump the vars when I go back to refresh the page > the error goes away, and I can't figure out how to get it back.
Are you just trying to grab the server name? Looks like you're jumping thru an extra hoop converting it to an array like that. Just use this: listFirst(cgi.server_name, ".") Doubt that solves your problem. Just something I noticed. Will ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308600 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

