John, I'm looking for the compiled source of this page: ../MemberLogin.cfm
On Thu, Sep 30, 2010 at 8:59 AM, John Pullam <[email protected]>wrote: > > Here is the view source from when the window has opened ... > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" " > http://www.w3.org/TR/html4/strict.dtd"> > <html> > <head><script type="text/javascript">/* <![CDATA[ > */_cf_loadingtexthtml="<img alt=' ' > src='/CFIDE/scripts/ajax/resources/cf/images/loading.gif'/>"; > _cf_contextpath=""; > _cf_ajaxscriptsrc="/CFIDE/scripts/ajax"; > _cf_jsonprefix='//'; > _cf_clientid='843C53D8689D544653CE2DD24EE6081A';/* ]]> */</script><script > type="text/javascript" > src="/CFIDE/scripts/ajax/yui/yahoo-dom-event/yahoo-dom-event.js"></script> > <script type="text/javascript" > src="/CFIDE/scripts/ajax/messages/cfmessage.js"></script> > <script type="text/javascript" > src="/CFIDE/scripts/ajax/package/cfajax.js"></script> > <script type="text/javascript" > src="/CFIDE/scripts/ajax/yui/animation/animation-min.js"></script> > <script type="text/javascript" > src="/CFIDE/scripts/ajax/ext/adapter/yui/ext-yui-adapter.js"></script> > > <script type="text/javascript" > src="/CFIDE/scripts/ajax/ext/ext-all.js"></script> > <script type="text/javascript" > src="/CFIDE/scripts/ajax/package/cfwindow.js"></script> > <script type="text/javascript" src="/CFIDE/scripts/cfform.js"></script> > <script type="text/javascript" src="/CFIDE/scripts/masks.js"></script> > <script type="text/javascript" > src="/CFIDE/scripts/cfformhistory.js"></script> > <link rel="stylesheet" type="text/css" > href="/CFIDE/scripts/ajax/resources/ext/css/ext-all.css" /> > <link rel="stylesheet" type="text/css" > href="/CFIDE/scripts/ajax/resources/cf/cf.css" /> > > <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> > <title>Whitevale Golf Club</title> > <link rel="stylesheet" media="all" type="text/css" href="../WGCStyle10.css" > /> > > <script language="JavaScript" src="../WGCCF.js"></script> > <script type="text/javascript"> > function ChangeWidth() > { > var winW = 630; > if (parseInt(navigator.appVersion)>3) { > if (navigator.appName=="Netscape" || navigator.appName=="Opera") { > winW = window.innerWidth; > } > if (navigator.appName.indexOf("Microsoft")!=-1) { > winW = document.body.offsetWidth; > } > } > document.images["image0"].width = winW; > } > </script> > > <script type="text/javascript">/* <![CDATA[ */ > ColdFusion.Ajax.importTag('CFWINDOW'); > /* ]]> */</script> > > <script type="text/javascript">/* <![CDATA[ */ > ColdFusion.Ajax.importTag('CFAJAXPROXY'); > /* ]]> */</script> > > <script type="text/javascript">/* <![CDATA[ */ > ColdFusion.Ajax.importTag('CFFORM'); > /* ]]> */</script> > > <script type="text/javascript">/* <![CDATA[ */ > var _cf_window_init_1285851829390=function() > { > var _cf_window=ColdFusion.Window.create('Login','Please > login','',{ modal:true, closable:true, divid:'cf_window1285851829389', > draggable:true, resizable:false, fixedcenter:false, width:380, height:200, > shadow:true, bodystyle:'font-size:12px; font-family: verdana; > background-color: #dcefd2; color: black; text-align: left;', > headerstyle:'font-size:13px; font-weight:bold; font-family:Verdana; > background-color: #2e5327; color: white; text-align:left;', > callfromtag:true, initshow:false, destroyonclose:false, x:80, y:80}); > };ColdFusion.Event.registerOnLoad(_cf_window_init_1285851829390); > /* ]]> */</script> > > </head> > > <body OnLoad="ChangeWidth()" id="SplashBody"> > <img id="image0" src="SplashHole4.jpg"> > <div id="SplashLogo"><a href="PublicHome.cfm"><img SRC="SplashLogo.png" > border="0"></a></div> > <div id="SplashButtons"> > <a href="PublicHome.cfm"><img SRC="../Buttons/LGuests.png" > hspace="25" border="0"></a> > <a > href="javascript:ColdFusion.Window.show('Login');ColdFusion.navigate('../MemberLogin.cfm','Login');"> > <img SRC="../Buttons/LMembers.png" hspace="25" > border="0"></a></div> > > <div id="cf_window1285851829389" class="x-hidden"> > > <div id="Login_title" class="x-window-header" > style="font-size:13px; font-weight:bold; font-family:Verdana; > background-color: #2e5327; color: white; text-align:left;"> > Please login > </div> > > <div id="Login_body" class="x-window-body" style="font-size:12px; > font-family: verdana; background-color: #dcefd2; color: black; text-align: > left;"> > > > </div> > </div> > > </body> > </html> > > If you'd like to see something else, how do I get it? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337684 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

