<CFAJAXIMPORT TAGS="cfwindow">
<cfwindow x="210" y="100" width="960" height="500" name="crdataedit"
title="Call Routing Data" initshow="false"
source="windowTestedit.cfm"
modal="true" />
<cfwindow x="210" y="100" width="960" height="500" name="crdataview"
title="Call Routing Data" initshow="false"
source="windowTestview.cfm"
modal="true" />
<IMG SRC="../images/btn_edit2.gif" TITLE="Edit CDN/VDN" STYLE="cursor:hand;" ONCLICK="javascript:ColdFusion.Window.show('crdataedit')">
<IMG SRC="../images/btn_view2.gif" TITLE="View CDN/VDN" STYLE="cursor:hand;" ONCLICK="javascript:ColdFusion.Window.show('crdataview')">
<!---- content of windowTestview.cfm file ----->
<html>
<head>
<link rel="stylesheet" type="text/css" href="../css/screen.css">
</head>
<body style="width:850;">
<CFAJAXIMPORT TAGS="cflayout-tab,cfform,cfwindow">
<h3>Main page input:</h3>
<CFLAYOUT TYPE="TAB" TABHEIGHT="100%">
<CFLAYOUTAREA name="tab1" TITLE="Basic Data">
Put all the basic information about the VDN here.
</CFLAYOUTAREA>
<CFLAYOUTAREA name="tab2" TITLE="Hours of Operation">
Put the Hours of Operation data here.
</CFLAYOUTAREA>
<CFLAYOUTAREA name="tab3" TITLE="Technical Data">
Put the technical data of the VDN here.
</CFLAYOUTAREA>
</CFLAYOUT>
</body>
</html>
<CFAJAXIMPORT TAGS="cflayout-tab,cfform">
<cfwindow x="210" y="100" width="960" height="500" name="crdataedit"
title="Call Routing Data" initshow="false"
source="windowTestedit.cfm"
modal="true" />
<cfwindow x="210" y="100" width="960" height="500" name="crdataview"
title="Call Routing Data" initshow="false"
source="windowTestview.cfm"
modal="true" />
<IMG SRC="../images/btn_edit2.gif" TITLE="Edit CDN/VDN" STYLE="cursor:hand;" ONCLICK="javascript:ColdFusion.Window.show('crdataedit')">
<IMG SRC="../images/btn_view2.gif" TITLE="View CDN/VDN" STYLE="cursor:hand;" ONCLICK="javascript:ColdFusion.Window.show('crdataview')">
<!--- main page, data_manager.cfm ----->
<CFAJAXIMPORT TAGS="cflayout-tab,cfform">
<cfwindow x="210" y="100" width="960" height="500" name="crdedit"
title="Call Routing Data" initshow="false"
source="windowContentA.cfm"
modal="true" />
<IMG SRC="../images/btn_edit2.gif" TITLE="Edit CDN/VDN" STYLE="cursor:hand;" ONCLICK="javascript:ColdFusion.Window.show('crdedit')">
<!---- contents of windowContentA.cfm ----->
Hello World...
<!---- I also have rem out
<h3>Main page input:</h3>
<CFLAYOUT TYPE="TAB" TABHEIGHT="100%">
<CFLAYOUTAREA name="tab1" TITLE="Basic Data">
Put all the basic information about the VDN here.
</CFLAYOUTAREA>
<CFLAYOUTAREA name="tab2" TITLE="Hours of Operation">
Put the Hours of Operation data here.
</CFLAYOUTAREA>
<CFLAYOUTAREA name="tab3" TITLE="Technical Data">
Put the technical data of the VDN here.
</CFLAYOUTAREA>
</CFLAYOUT>
----->
ONCLICK="javascript:ColdFu
to
ONCLICK="ColdFusion.Window