Does anyone know if Flash Communication Server and CFMX Enterprise will play
nicely on the same box ?

-----Original Message-----
From: Mark Stephenson - Evolution Internet
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 24, 2002 8:04 AM
To: CF_OpenSource
Subject: RE: BT ECHANGE CHECKER


I have tried using CFHTTP, but keep getting a "Connection Failure" error,
not really up to speed on CFHTTP... any help is appreciated.

Below is the code from the BT linecheck site
(http://www.btopenworld.com/broadband/linecheck)


Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: [EMAIL PROTECTED]


<!-- Vignette V/5 Wed Jul 17 22:29:23 2002 -->





                <!-- Vignette V/5 Wed Jul 17 22:29:06 2002 -->







<!-- Start of Doubleclick Tracking Code: Please do not remove -->
<SCRIPT language="JavaScript">
var axel = Math.random()+"";
var a = axel * 10000000000000;
document.write('<IMG
SRC="http://ad.uk.doubleclick.net/activity;src=660584;type=btow01;cat=acp;or
d=1;num=' + a +'?" WIDTH=1 HEIGHT=1 BORDER=0>');
</SCRIPT>
<NOSCRIPT>
<IMG
SRC="http://ad.uk.doubleclick.net/activity;src=660584;type=btow01;cat=acp;or
d=1;num=1?" WIDTH=1 HEIGHT=1 BORDER=0>
</NOSCRIPT>
<!-- End of Doubleclick Tracking Code: Please do not remove -->

<script language="JavaScript">
<!--
var pznNow = new Date;
var pznRnd = "&rnd=" + pznNow.getMilliseconds();
var pznImg = "http://log.btopenworld.com/pzn/recruit/pixel.gif?page=";;
var pznPage = "***/linecheck_input_wholesale***";
var pznImage = new Image;
pznImage.src = pznImg + pznPage + pznRnd;
// -->
</script>

<html>
<head>
<title></title>
<SCRIPT LANGUAGE="javaScript" TYPE="text/javaScript">
<!--
//:::preload rollover images
        function preload(path, imageslist) {
                if(document.images) {
                        for (i=0;i<imageslist.length;i++) {
                                if (imageslist[i] == 'done') {
                                        ready = 1;
                                } else {
                                        eval(imageslist[i] + '_on = new
Image();')
                                        eval(imageslist[i] + '_on.src = path
+ imageslist[i] + "_on.gif";');
                                        eval(imageslist[i] + '_off = new
Image();')
                                        eval(imageslist[i] + '_off.src =
path + imageslist[i] + "_off.gif";');
                                }
                        }
                }
        }

//:::rollover
        function roll(img, state) {
                if((document.images) && (ready = 1)) {
                                document.images[img].src = eval(img + state
+ '.src');
                }
        }

//::: TEMP rollover (for demostations purposes, will eventally be integrated
into the backend system)
        function rollTEMP(img, state, arrowNo) {
                if((document.images) && (ready = 1)) {
                        document.images[img + arrowNo].src = eval(img +
state + '.src');
                }
        }

//:::initiate page variables
                ready = 0;
                sharedImgPath = '/bbrec/img/shared/';
                ava10ImgPath = '/bbrec/ava10/img/ava10/';
                navImgPath = '/bbrec/img/nav/';

                sharedImages = new Array('page_number_back', 'page1',
'page2', 'page3',
'page4', 'page5', 'page_number_forward', 'third_level_nav_arrow', 'done');
                ava10Images = new Array('back_arrow', 'forward_arrow',
'submit','sub',
'done');
                navImages = new Array('bt_openworld_logo', 'products',
'availability',
'pricing', 'order', 'help', 'register', 'fact_sheets',
'availability_line_check', 'availability_computer_check','done');

                preload(sharedImgPath, sharedImages);
                preload(ava10ImgPath, ava10Images);
                preload(navImgPath, navImages);



function validateTelephone() {

  if (document.inputForm.tel.value.substring(0,1) != "0") {
    alert("The telephone number must begin with a 0 \n \n Please correct
input and try again");
        return (false);

  } else if (document.inputForm.tel.value.substring(1,2) != "1"  &&
             document.inputForm.tel.value.substring(1,2) != "2") {
    alert("The telephone number must contain a 1 or a 2 in the second
position\n\nPlease correct input and try again");
   return (false);
  } else if (isNaN(document.inputForm.tel.value)) {
    alert('You may enter only numeric characters.\n You entered
'+document.inputForm.tel.value+'.\nDo not use letters or any other special
characters.\n');
    return (false);
  } else if (document.inputForm.tel.value.length < 9 ||
document.inputForm.tel.value.length > 11 ) {
    alert("The telephone number must contain between 9 and 11
digits\n\nPlease correct input and try again");
    return (false);
  }
  return (true);
}

function validateBoth() {
  document.validateBoth_returnValue = true;

// remove all misc chars from telephone number
  while (document.inputForm.tel.value.indexOf(" ") != -1) {
    telephone_in = document.inputForm.tel.value.replace(" ", "");
    document.inputForm.tel.value = telephone_in;
  }
  while (document.inputForm.tel.value.indexOf("-") != -1) {
    telephone_in = document.inputForm.tel.value.replace("-", "");
    document.inputForm.tel.value = telephone_in;
  }
  if (document.inputForm.tel.value.length == 0) {
        alert("Please enter a telephone number");
    return (false);
  }

  if (document.inputForm.tel.value.length != 0) {
    if(!validateTelephone()) {
         return (false);
        }
  }




  if (document.validateBoth_returnValue == true) {
  }
  return (true);
}

function setFocus() {
        document.inputForm.tel.focus();
}
function openwindow(fileName) {
     myFloater =
window.open('','myWindow','scrollbars=no,status=no,width=600,height=500,scro
llbars=yes');
     myFloater.location.href = fileName;
}

//-->
</script>
<link REL=StyleSheet HREF="/bbrec/styles/bt_ie.css" TYPE="text/css"
MEDIA=screen>
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#1919A3" vlink="#1919A3"
alink="#1919A3" topmargin="0" leftmargin="0" marginwidth="0"
marginheight="0">































<form name=inputForm method="post"
action=/broadband/line_check_ws/1,7256,,00.html><input type=hidden
name=timeout value="10000"><input type=hidden name=displayComponent
value="/visp1/broadband/linecheck_output_w"><input type=hidden name=URL
value="result"><input type=hidden name=SP_NAME value="BTopenworld"><input
type=hidden name=VERSION value="2">
<TABLE WIDTH=100% HEIGHT=100% BORDER=0>
<TR VALIGN="MIDDLE">
<TD ALIGN="CENTER">
<table width="770" border="0" cellspacing="0" cellpadding="0">
<tr>
        <td height="9"></td>
</tr>
<tr>
        <td>
        <table width="770" border="0" cellspacing="0" cellpadding="0">
        <tr>
                <td width="25"></td>
                <td width="180" align="right"><img
src="/bbrec/ava20/img/ava20/availability.gif" width="161" height="35" alt=""
border="0"></td>
                <td width="15"></td>
                <td width="451" align="left" valign="bottom"><img
src="/bbrec/ava20/img/ava20/chk_if_u_can_have_bb.gif" width="246"
height="18" alt="" border="0"><br><img src="/bbrec/img/shared/spacer.gif"
width="1" height="3" alt="" border="0"></td>
                <td>
                <table width="99" border="0" cellspacing="0"
cellpadding="0">
                <tr>
                        <td width="99" height="12"></td>
                </tr>
                <!-- uncomment below and comment tr above to add page
navigation -->
                </table>
                </td>
        </tr>
        </table>
        </td>
</tr>
<tr>
        <td height="2"></td>
</tr>
<tr>
        <td>
        <table width="770" border="0" cellspacing="0" cellpadding="0">
        <tr>
                <td width="25"></td>
                <td height="19" align="left"><img
src="/bbrec/ava20/img/ava20/line_check.gif" width="84" height="19" alt=""
border="0"></td>
                <td width="15" rowspan="3"></td>
                <td rowspan="3">
                <table width="550" border="0" cellspacing="0"
cellpadding="0">
                <tr>
                        <td width="451" height="219">
                        <table border="0" cellspacing="0" cellpadding="0">
                        <tr>
                                <td height="29" valign="bottom"
class="mainBoldtxt">Check if your BT
telephone number uses an ADSL enabled telephone exchange.</td>
                        </tr>
                        <tr>
                                <td height="8"></td>
                        </tr>
                        <tr>
                                <td height="182" valign="top"
class="maintxt">
                                <table width="451" border="0"
cellspacing="0" cellpadding="0">
                                <tr>
                                        <td colspan="3"
class="maintxt">Enter your BT telephone number
(including your area code) below, and click 'Submit'.</td>
                                </tr>
                                <tr>
                                        <td height="15" colspan="3"></td>
                                </tr>
                                <tr>
                                        <td width="60" align="left"
class="mainboldtxt">Number:</td>
                                        <td width="15"
rowspan="4">&nbsp;</td>
                                        <td width="376">
                                        <table border="0" cellspacing="0"
cellpadding="0">
                                        <tr>
                                                <td><input type="text"
name="tel" size="15" maxlength="12"></td>
                                                <td width="221" align="left"
class="textEntryComments">&nbsp;&nbsp;e.g. 01234987654</td>
                                        </tr>
                                        </table>
                                        </td>
                                </tr>
                                <tr>
                                        <td height="15" colspan="3"></td>
                                </tr>
                                <tr>
                                        <td height="8" colspan="3"></td>
                                </tr>
                                <tr>
                                        <td colspan="3">        <a
href="javascript:document.inputForm.submit();"
onMouseOver="roll('sub', '_on');" onMouseOut="roll('sub', '_off');"
onClick="return validateBoth();" ><img
src="/bbrec/ava10/img/ava10/sub_off.gif" width="53" height="19" alt=""
border="0" name="sub" ></a></td>
                                </tr>
                                <tr>
                                        <td height="15"></td>
                                </tr>
                                <tr>
                                        <td height="40" valign="bottom"
colspan="3" class="maintxt">Please
note: You need a BT line. Availability is subject to further survey. Minimum
contract period is 12 months.</td>
                                </tr>
                                </table>
                                </td>
                        </tr>
                        </table>
                        </td>
                        <td width="43"></td>
                        <td width="44" height="198"></td>
                        <!-- uncomment below and comment td above to add
page navigation
arrows-->
                </tr>
                </table>
                </td>
        </tr>
        <tr>
                <td height="10"></td>
        </tr>
        <tr>
                <td width="25"></td>
                <td><img src="/bbrec/ava20/img/ava20/ava20_pic.jpg"
width="180"
height="190" alt="" border="0"></td>
        </tr>
        </table>
        </td>
</tr>
<tr>
        <td height="12"></td>
</tr>
<tr>
        <td>
        <!-- START main navigation -->
        <table width="770" border="0" cellspacing="0" cellpadding="0">
        <tr>
                <td><img src="/bbrec/img/nav/top_of_navigation_bar.gif"
width="770"
height="5" alt="" border="0"></td>
        </tr>
        <tr>
                <td height="45" bgcolor="#000000">
                <table border="0" cellspacing="0" cellpadding="0">
                <tr>
                        <td><img src="/bbrec/img/shared/spacer.gif"
width="1" height="6" alt=""
border="0"><br><img src="/bbrec/img/shared/spacer.gif" width="25" height="1"
alt="" border="0"><a href="/broadband/"><img
src="/bbrec/img/nav/bt_openworld_logo_off.gif" width="149" height="30"
alt="" border="0" name="bt_openworld_logo"></a><img
src="/bbrec/img/shared/spacer.gif" width="30" height="1" alt=""
border="0"><br><img src="/bbrec/img/shared/spacer.gif" width="1" height="9"
alt="" border="0"></td>
                        <td>
                        <table border="0" cellspacing="0" cellpadding="0">
                        <tr>
                                <td><img src="/bbrec/img/shared/spacer.gif"
width="5" height="1" alt=""
border="0"><a href="/broadband/pro10/" onMouseOver="roll('products',
'_on');" onMouseOut="roll('products', '_off');"><img
src="/bbrec/img/nav/products_off.gif" width="73" height="19" alt=""
border="0" name="products"></a></td>
                                <td><img
src="/bbrec/img/nav/products_dotted_lines.gif" width="58"
height="19" alt="" border="0"></td>
                                <td><a href="/broadband/ava10/"
onMouseOver="roll('availability',
'_on');" onMouseOut="roll('availability', '_on');"><img
src="/bbrec/img/nav/availability_on.gif" width="91" height="19" alt=""
border="0" name="availability"></a></td>
                                <td><img
src="/bbrec/img/nav/availability_dotted_lines.gif" width="61"
height="19" alt="" border="0"></td>
                                <td><a href="/broadband/pric10/"
onMouseOver="roll('pricing', '_on');"
onMouseOut="roll('pricing', '_off');"><img
src="/bbrec/img/nav/pricing_off.gif" width="63" height="19" alt=""
border="0" name="pricing"></a></td>
                                <td><img
src="/bbrec/img/nav/pricing_dotted_lines.gif" width="41"
height="19" alt="" border="0"></td>
                                <td><img
src="/bbrec/img/nav/dotted_arrows.gif" width="20" height="19"
alt="" border="0"></td>
                                <td><a href="/broadband/ord10/"
onMouseOver="roll('order', '_on');"
onMouseOut="roll('order', '_off');"><img src="/bbrec/img/nav/order_off.gif"
width="55" height="19" alt="" border="0" name="order"></a></td>
                                <td><img src="/bbrec/img/shared/spacer.gif"
width="20" height="1" alt=""
border="0"></td>
                                <td rowspan="3">
                                <table border="0" cellspacing="0"
cellpadding="0">
                                <tr>
                                        <td align="right"><a
href="/broadband/help10/"
onMouseOver="roll('help', '_on');" onMouseOut="roll('help', '_off');"><img
src="/bbrec/img/nav/help_off.gif" width="79" height="14" alt="" border="0"
name="help"></a></td>
                                </tr>
                                <tr>
                                        <td align="right"><a
href="/broadband/reg10/"
onMouseOver="roll('register', '_on');" onMouseOut="roll('register',
'_off');"><img src="/bbrec/img/nav/register_off.gif" width="79" height="13"
alt="" border="0" name="register"></a></td>
                                </tr>
                                <tr>
                                        <td align="right"><a
href="/broadband/pdf10/"
onMouseOver="roll('fact_sheets', '_on');" onMouseOut="roll('fact_sheets',
'_off');"><img src="/bbrec/img/nav/fact_sheets_off.gif" width="79"
height="15" alt="" border="0" name="fact_sheets"></a></td>
                                </tr>
                                <tr>
                                        <td><img
src="/bbrec/img/shared/spacer.gif" width="1" height="3" alt=""
border="0"></td>
                                </tr>
                                </table>
                                </td>
                        </tr>
                        <tr>
                                <td height="26" colspan="9">
                                <!-- START sub navigation options -->
                                <table border="0" cellspacing="0"
cellpadding="0">
                                <tr>
                                        <td><img
src="/bbrec/img/shared/spacer.gif" width="131" height="1"
alt="" border="0"></td>
                                        <td><a href="/broadband/linecheck/"
onMouseOver="roll('availability_line_check', '_on');"
onMouseOut="roll('availability_line_check', '_on');"><img
src="/bbrec/img/nav/availability_line_check_on.gif" width="51" height="26"
alt="" border="0" name="availability_line_check"></a></td>
                                        <td><a
href="/broadband/compcheck/0,2612,toPage=1|pageSet=ava30,00.html"
onMouseOver="roll('availability_computer_check', '_on');"
onMouseOut="roll('availability_computer_check', '_off');"><img
src="/bbrec/img/nav/availability_computer_check_off.gif" width="70"
height="26" alt="" border="0" name="availability_computer_check"></a><img
src="/bbrec/img/nav/availability_sub_dotted_lines.gif" width="67"
height="26" alt="" border="0"></td>
                                        <td><img
src="/bbrec/img/shared/spacer.gif" width="168" height="1"
alt="" border="0"></td>
                                </tr>
                                </table>
                                <!-- END sub navigation options -->
                                </td>
                        </tr>
                        </table>
                        </td>
                </tr>
                </table>
                </td>
        </tr>
        <tr>
                <td><img src="/bbrec/img/nav/bottom_of_navigation_bar.gif"
width="770"
height="3" alt="" border="0"></td>
        </tr>
        <tr>
                <td>
                <table border="0" cellspacing="0" cellpadding="0">
                <tr>
                        <td><img
src="/bbrec/ava10/img/ava10/availability_footerBar.gif"
width="336" height="70" alt="" border="0"></td>
                        <td>
                        <table width="154" border="0" cellspacing="0"
cellpadding="0">
                        <tr>
                                <td><img
src="/bbrec/ava20/img/ava20/availability_footerBar_tops.gif"
width="154" height="3" alt="" border="0"></td>
                        </tr>
                        <tr>
                                <td height="1" width="154"
bgcolor="#ffffff"></td>
                        </tr>
                        <tr>
                                <td>
                                <table border="0" cellspacing="0"
cellpadding="0">
                                <tr>
                                        <td height="61" width="1"
bgcolor="#ffffff"></td>
                                        <td height="61">
                                        <!-- START third level navigation
-->
                                        <table width="152" border="0"
cellspacing="0" cellpadding="0"
bgcolor="#FF9900">
                                        <tr>
                                                <td width="1"
height="61">&nbsp;</td>
                                                <td valign="top">
                                                <table border="0"
cellspacing="0" cellpadding="0">
                                                <tr>
                                                        <td width="152"
height="15" class="maintxt">&nbsp;<img
src="/bbrec/img/shared/third_level_nav_arrow_off.gif" width="6" height="5"
alt="" border="0" name="third_level_nav_arrow1">&nbsp;<a
href="/broadband/ava60/0,2613,toPage=1|pageSet=ava60,00.html"
onMouseOver="rollTEMP('third_level_nav_arrow', '_on', 1);"
onMouseOut="rollTEMP('third_level_nav_arrow', '_off', 1);"
class="thirdlevelnavigation"><font color="#ffffff">Rollout areas
</font></a></td>
                                                </tr>
                                                </table>
                                                </td>
                                        </tr>
                                        </table>
                                        <!-- END third level navigation -->
                                        </td>
                                        <td height="61" width="1"
bgcolor="#ffffff"></td>
                                </tr>
                                </table>
                                </td>
                        </tr>
                        <tr>
                                <td height="1" width="152"
bgcolor="#ffffff"></td>
                        </tr>
                        <tr>
                                <td></td>
                        </tr>
                        </table>
                        </td>
                        <td><img
src="/bbrec/ava10/img/ava10/availability_footerBar.gif"
width="280" height="70" alt="" border="0"></td>
                </tr>
                </table>
                </td>
        </tr>
        </table>
        <!-- END main navigation -->
        </td>
</tr>
</table>
</form>
</td></tr>
</table>
</body>
</html>



______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to