I am using a fckEditor within my application to provide the user to enter his information. This was chosen as it has editing options similar to MS-Word. I am trying to set the width and height of this editor based on the user's browser's width and height. Unforutanely I have not been successful doing this.
I am using the following syntax <cfmodule template="../../../fckeditor/fckeditor/fckeditor.cfm" basePath="../../../fckeditor/fckeditor/" instanceName="content_news" value='#get_news.content_news#' width='javascript:GetBrowserWidth();' height='javascript : GetBrowserHeight();'> If this template is executed on the server then getting the server height and width would be a problem right? If that's the case is there a work around? I have to make the editor size based on the user's browser window size. I appreciate any thoughts . Thanks. Mullai ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256975 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

