Run coldfusion on other ip instead of 127.0.01

hi ,
i am using coldfusion 6.1 and i have used built in server.
now my problem is how can i change the ip instead of 127.0.0.0. i
have to use my machine's ip i.e. xxx.xxx.0.20. i have change from
dubegging ip setting and add my machine's ip. but i am not able to
run coldfuion from other machine which is in network. means i am
not able to run coldfusion from other machine using my machine ip.
can anyone help me out. its urgent.
thanx in advance

Your question is CF specific because it requires to configure hosts in CF.  I suggest re-post your question at this link:
<http://forums.adobe.com/community/coldfusion>
hth

Similar Messages

  • DW cs4 preview in browser - requesting localhost instead of 127.0.0.1

    I use Dreamweaver CS4 on the same machine as Coldfusion Server
    When I'm testing pages locally, I click preview in browser and Dreamweaver send the request, prefixed with localhost/page.cfm
    This is fine and works, BUT I want to display debug output from Coldfusion. To set this up in CF Administrator you need to specify the IP address of the machine you want debug output from. It won't let you add 'localhost' as it expects an IP address
    If I manually change the request from localhost/page.cfm to 127.0.0.1/page.cfm it works and displays debug out
    Is there a way to change Dreamweaver, so when I click preview in browser, it uses 127.0.0.1 instead of localhost ?

    Your question is CF specific because it requires to configure hosts in CF.  I suggest re-post your question at this link:
    <http://forums.adobe.com/community/coldfusion>
    hth

  • I have two iTunes accounts.  When I view account info on a older account that I seldom use. It indicated that it was associated with one device;I.e., my IPad.  Ian trying to link it to the other account instead

    I have two iTunes accounts.  When I view account info on a older account that I seldom use, it indicated that it was associated with one device; I.e., my IPad.  I am trying to link it to the other account instead

    johnfromnorth andover wrote:
    I have two iTunes accounts
    Why?
    When I view account info on a older account that I seldom use, it indicated that it was associated with one device; I.e., my IPad.  I am trying to link it to the other account instead
    You want to uise the newer account with the iPad?
    Settings > Store.
    Tap account, sign out then sign in with the account you want.

  • ISCSI Initiator favourites revert to using the IPv6 or the apipa IP address from other NICs instead of the source IP address that I specified

    Windows 2008 R2
    ISCSI Initiator favourites revert to using the IPv6 or the apipa IP address from other NICs instead of the source IP address that I specified. 
    When I manually connect to multiple targets and specify the correct ISCSI source IP address, I check the favourites and everything looks okay. But when the server is rebooted I check the favourites again and the source IP is now referencing the IPv6 and
    sometimes the apipa address. 
    I have unbound IPv6 from the ISCSI NICS but this has made no difference.
    Can anyone explain why this is happening?
    Although the server still reconnects to the storage oaky, I’m concerned that if a path goes down that is might try to use the wrong interface to re-establish a connection.
    Thanks.  

    Hi,
    IPV6 is supported with MS iSCSI. Do you have Multiple Connections per Session (MCS) configured? Is your storage configured to use both IPv4 and IPv6?
    If yes, please see if http://support.microsoft.com/kb/2014131 helps.
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • CSS divs running into each other 4x3 screens but not widescreen

    I am trying to develop a site:
    http://www.poweredupgamers.com.
    Everything looks great on a widescreen monitor, but when I view it
    on older 4x3 monitors the divs run into each other and the spacing
    gets all messed up. This occurs regardless of the resolution the
    monitors are using.
    I thought by setting up margins with % (5% left margin for
    left div, etc.) that the divs would change in size to fill the
    pages regardless of the resolution the monitor is set at. The divs
    do seem to adjust for the resolution, but the monitor format
    appears to be a different issue. Do I need to set fixed div
    positions or widths to fix this issue? If so, how do I set them to
    ensure the page is filled properly (as little blank space as
    possible) regardless of the monitor's resolution?
    Does it have anything to do with fixed sizes for certain
    images inside divs sizes based on % margins?
    Thanks very much for any help!

    Resolution is not the critical issue. Browser viewport width
    is. To make
    your decision you need to have some ideas about the following
    issues -
    1. What is the primary target demographic for this site?
    2. What are the browsing habits of that demographic? Do they
    normally have
    their browser window maximized on the screen?
    3. If they usually have their browser maximized, what is the
    typical screen
    width?
    4. If they usually do NOT have their browser maximized, what
    is the MINIMUM
    screen width in that demographic.
    5. How do I want to build the page?
    a. Fixed width and left aligned?
    b. Fixed width and centering?
    c. Flexible to fill whatever width from left to right?
    d. Flexible (within limits) and left aligned?
    e. Flexible (within limits) and centering?
    As you can see, this decision is probably much more complex
    than you
    thought, and will require that you know quite a bit about
    your intended
    target visitor and their browsing habits.
    If you elect to go with 5a, or 5b, then your decision would
    be - 'what is
    the mimimum browser width I want to support without
    horizontal scrolling?'.
    Once you have determined that minimum supported width, all of
    your decisions
    are made. That's how wide you want your page to be.
    If you elect to go with 5c, then you just build your page
    within a flexible
    container (the simplest example - although an obsolet one -
    would be to use
    a 100% width table to hold the entire page). Be aware that
    pages with
    limited text content can look VERY sparse and empty on wide
    viewports when
    built in this way.
    If you elect to go with 5d, or 5e, then you would add this
    sophistication to
    your decision matrix -
    'what is the greatest width I want to allow the page and its
    contents to
    become?'
    In this case, you would use the CSS styles - 'min-width' and
    'max-width' on
    the primary page container. Just so you'll know, although
    these styles are
    well supported *now*, earlier versions of IE (and some other
    browsers) will
    not support them so reliably.
    So - which is it? 8)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "juxtafras" <[email protected]> wrote in
    message
    news:[email protected]...
    >I am trying to develop a site:
    http://www.poweredupgamers.com.
    Everything
    > looks great on a widescreen monitor, but when I view it
    on older 4x3
    > monitors
    > the divs run into each other and the spacing gets all
    messed up. This
    > occurs
    > regardless of the resolution the monitors are using.
    >
    > I thought by setting up margins with % (5% left margin
    for left div, etc.)
    > that the divs would change in size to fill the pages
    regardless of the
    > resolution the monitor is set at. The divs do seem to
    adjust for the
    > resolution, but the monitor format appears to be a
    different issue. Do I
    > need
    > to set fixed div positions or widths to fix this issue?
    If so, how do I
    > set
    > them to ensure the page is filled properly (as little
    blank space as
    > possible)
    > regardless of the monitor's resolution?
    >
    > Does it have anything to do with fixed sizes for certain
    images inside
    > divs
    > sizes based on % margins?
    >
    > Thanks very much for any help!
    >

  • I have a macbook pro with OSX 10.5.8.  How do I upgrade to Mountain Lion when it is available?  I need to upgrade to run quickbooks and other apps

    I have a macbook pro with OSX 10.5.8.  How do I upgrade to Mountain Lion when it is available?  I need to upgrade to run quickbooks and other apps

    First, you need Snow Leopard (10.6): http://store.apple.com/us/product/MC573Z/A. Then you use Software Update to update it to 10.6.8. When Mountain Lion (10.8) comes out, find it in the Mac App Store.

  • I've logged into Adobe and the video tutorials do not run, video's will run on any other site

    I've logged into Adobe and the video tutorials do not run, video's will run on any other site

    Which operating system and browser versions are you using?

  • Run script in other computer.

    Hello,
    I have already scenarios with scripts.
    All the script right now locates in the xi server.
    I'm looking for the way to run script in other computer then XI server.
    Thank you
    Elad

    Hi,
    What OS are your servers running ? UX, a rsh-like would be the most obvious solution (or a more secured remote feature, ask your admins about that) ... For windows, I know there is a sysinternal tool that allows you to invoke scripts remotely ...
    Rgds
    Chris

  • Hi i am working on my web site and it appears to have blocked the ip from my server i can't open my web sites and i cant open the server home page but can do this on my iPhone i have trend micro running on 2 other desk tops all from the same router please

    Hi i am working on my web site and it appears to have blocked the ip from my server i can't open my web sites and i cant open the server home page but can do this on my iPhone i have trend micro running on 2 other desk tops all from the same router please help maybe its a firewall? Cheers Dave

    All I can suggest is that you open that file on the MBA and save it as a new file, then see if you can open the new one on the iMac.

  • Safari is running as a PowerPC app instead of an Intel 32-bit app

    Exactly as the title says, my Activity Monitor says that Safari is running as a PowerPC app. There is some web content that seems to lag compared to other MacBooks. Any solutions?

    HI Zack,
    *"There is some web content that seems to lag compared to other MacBooks. Any solutions? "*
    Depends on the MacBook's configurations. Not all are the same. You are running Leopard.. others Tiger or Snow Leopard.
    Safari should run in 32-bit mode.
    Right or control click the Safari icon in the Applications folder, then click: Get Info In the Get Info window click the black disclosure triangle next to General so it faces down. Select 32 bit mode. Also, (in that same window) make sure Safari is NOT running in Rosetta.
    Carolyn

  • Is ProBook 4520s capable of running MMORPGs and other games like Medal of honor and that stuff?

    well, i recently bought Hp ProBook 4520s. it is great,fast and i really like it but it has a problem, i can't run MMORPGs or other games that have good graphics like Medal of honor and generals zero hour and counter strike and that stuff. when i analysed my laptop using few programs and websites i found such a strange thing. it should run these games perfectly but just got 1 simple problem. it seems like if it got no video card !!!!  Video ram 0.0 B!!! No 3D No hardware T&L! Pixel shader version 0.0 vertex shader version 0.0!!!    here is the link to the site i used to analyse it......... please try to help me because i am trying to solve that problem for more that 2 weeeeeks !! and thankssss for helping me C u later

    Do you know what kind of graphics card you are supposed to have? Try to reinstall the drivers for your model. Click this link to go the HP Support. You can click "Automatically detect it" to get the right model. It should take you to the support page for your model.  It will have the drivers you need.
    http://h10025.www1.hp.com/ewfrf/wc/siteHome?cc=us&lc=en
    You probably need a dedicated graphics card for those games. Intel HD Graphics isn't made for gaming.

  • Run IdcCommand as other OS User

    Hi Experts,
    We are using Oracle ECM 11g PS3 (11.1.1.4). Product is installed and domain is configured as an OS account called "oracle" and its OS group is "oracle" in a Linux environment.
    User request to have another OS account with less privilege right for them to execute UCM IdcCommand batch script only. OS account is created with group "oracle" assigned to it. However when we try to run batch script using IdcCommand, the following error is seen.
    [user@hostname bin]$ ./IdcCommand
    This script must be run as user oracle.Is there any mean to run IdcCommand as other OS account?
    Thanks.
    Best Regards,
    Ziho

    Hi Zav.  There is a windows command 'runas' which _may_ let you do what you want; I haven't
    tried what you need to do, but is has worked for other tasks for us.  Try 'runas /?' for the switches.
    You will have to build your LV program into an executable, then use runas to launch it.  Is there
    a reason you can't just login to Windows as the required user?
    If you can get your db admin to allow dbuser/password authentication that would be a much better
    way to go.
    Matt

  • How to run taskflow of others project in adf uishell

    i have main project that have uishell and i want to run taskflow from other project in this uishell
    how to do ?

    First, deploy TF from other project into the ADF library.
    Then, import that the TF library into your current project and use them
    Take a look at:
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/52-taskflow-in-lib-169195.pdf
    http://docs.oracle.com/cd/E15051_01/web.1111/b31974/reusing_components.htm

  • Tables running into each other on FF but ok in IE.  help please

    Need some help fixing my tables.  the top table is running into the bottom one in Firefox.  here is site - http://greenpwwhh.com/bi_weekly_mortgage.html
    code is
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/financial_calculators.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>GreenP - Wealth, Wisdom, Health &amp; Happiness</title>
    <script language='Javascript'>
    //DO NOT REMOVE THIS COPYWRITE INFO!
    //Bi-Weekly Mortgage Calculator
    //By Daniel C. Peterson
    //Web Winder Website Services, 1997-2009  All Rights Reserved.
    //Distribution, editing or reselling of this script is strictyly prohibited
    //without expressed written permission from Daniel C. Peterson.
    //For commercial grade (professional) versions of this and many other
    //calculators, visit http://www.webwinder.com.
    function computeForm(form) {
        var pmt1 = form.payment.value;
        var pmt2 = form.payment.value / 2;
        var prin1 = form.principal.value;
        var prin2 = form.principal.value;
        var intPort1 = 0;
        var intPort2 = 0;
        var prinPort1 = 0;
        var prinPort2 = 0;
        var accumInt1 = 0;
        var accumPrin1 = 0;
        var accumInt2 = 0;
        var accumPrin2 = 0;
        var i = form.intRate.value;
        if (i > 1.0) {
            i = i / 100.0;
            form.intRate.value = i;
        var i1  = i  / 12;
        var i2 = i / 26;
        var count1 = 0;
        var count2 = 0;
        while(prin1 > 0) {
            intPort1 = prin1 * i1;
            prinPort1 = pmt1 - intPort1;
            prin1 = prin1 - prinPort1;
            accumPrin1 = accumPrin1 + prinPort1;
            accumInt1 = accumInt1 + intPort1;
            count1 = count1 + 1;
         if(count1 > 600) {
            break;
            } else {
            continue;
    if(count1 > 600) {
    alert("Using your entered terms you will never pay off this amount.  Please either lower the principal amount, lower the interest rate, or increase the payment amount.;")
            form.origInt.value = "";
            form.biwkInt.value = "";
            form.intSave.value = "";
            form.time.value = "";
            } else {
        form.origInt.value = "$" + parseInt(accumInt1,10);
        while(prin2 > 0) {
            intPort2 = prin2 * i2;
            prinPort2 = pmt2 - intPort2;
            prin2 = prin2 - prinPort2;
            accumPrin2 = accumPrin2 + prinPort2;
            accumInt2 = accumInt2 + intPort2;
            count2 = count2 + 1;
            if(count1 > 600) {break; } else {continue; }
        form.biwkInt.value = "$" + parseInt(accumInt2,10);
        form.intSave.value = "$" + parseInt(accumInt1 - accumInt2,10);
        form.time.value = "In essence, what you are really doing is adding a 13th payment to your annual number of payments, and splitting it up between 26 bi-weekly payments. Which in your case means that by coughing up and extra $" + parseInt(pmt1 / 26,10) + " every two weeks you will pay off your mortgage in " + parseInt(count2 /26*12,10) + " months instead of the current " + count1 + " months, and save $" + parseInt(accumInt1 - accumInt2) + " in mortgage interest in the process.  Now I ask you, is there anything else you would rather spend your $" + parseInt(accumInt1 - accumInt2) + " on besides interest?";
    function clearForm(form)
        form.principal.value = "";
        form.payment.value = "";
        form.intRate.value = "";
        form.intSave.value = "";
        form.origInt.value = "";
        form.biwkInt.value = "";
        form.time.value = "";
    </script>
    <!-- InstanceEndEditable -->
    <link href="main_page.css" rel="stylesheet" type="text/css" />
    <!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .thrColFixHdr #sidebar1 { width: 180px; }
    .thrColFixHdr #sidebar2 { width: 190px; }
    </style>
    <![endif]-->
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
    .thrColFixHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->
    </head>
    <body class="thrColFixHdr">
    <div id="container">
      <div id="header">
        <div id="headerLogo"><img src="greenP_logo.gif" width="298" height="114" alt="logo" /></div>
        <div id="headerAd">Oh my gosh!! 100 customers just passed your register? Click here to get them</div>
        <h1> </h1>
        <!-- end #header -->
      </div>
      <div id="nav">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html" class="thrColFixHdr">Home</a></li>
          <li><a href="#" class="thrColFixHdr">Wisdom</a></li>
          <li><a href="wealth.html" class="thrColFixHdr">Wealth</a></li>
          <li><a href="health.html" class="thrColFixHdr">Health</a></li>
          <li><a href="#" class="thrColFixHdr">Happiness</a></li>
          <li><a href="#" class="thrColFixHdr">Opportunities</a></li>
          <li><a href="#" class="thrColFixHdr MenuBarItemSubmenu">Stress Release</a>
            <ul>
              <li><a href="crossword_main_page.html">Crossword</a></li>
              <li><a href="jigsaw_things.html">Jigsaw</a></li>
            </ul>
          </li>
    <li><a href="#" class="thrColFixHdr">Achieved!</a></li>
          <li><a href="#" class="thrColFixHdr">Videos</a></li>
    <li><a href="membership.html" class="thrColFixHdr">Members</a></li>
          <li><a href="about_us.html" class="thrColFixHdr">About us</a></li>
        </ul>
      </div>
      <div id="search">
    <form name="fbsearch" method="get" action="http://ss662.fusionbot.com/b/q" style="margin:0;">
      <div align="left"><font size="2" face="arial"><a href="http://www.fusionbot.com" target="_blank">Site Search</a>:</font>
        <input type="text" name="keys" size="15">
        <input type="submit" value="GO">
        </div>
        <input type="hidden" name="sn" value="160516902">
    </form>
      </div>
      <div id="nav2"><a href="http://pub27.bravenet.com/chat/show.php?usernum=2253679465&cpv=2"><img src="_image/Chat-with-friends-&amp;-network.gif" width="173" height="25" alt="chat" /></a><a href="http://pub27.bravenet.com/calendar/show.php?usernum=2253679465"><img src="_image/calendar_button.gif" width="173" height="25" alt="calendar" /></a><a href="http://pub27.bravenet.com/postcard/post.php?usernum=2253679465"><img src="_image/Send-Some-Love-Today.gif" width="173" height="25" alt="send some love" /></a><a href="comments.html"><img src="_image/Your-comments-please.gif" width="173" height="25" alt="your comments" /></a></div>
      <div id="chat">
        <!-- Start Bravenet.com Service Code -->
        <div align="center"></div>
        <!-- End Bravenet.com Service Code -->
      </div>
      <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats -->
      <p> </p>
      <div id="financialCalculatorTitles">
    <table width="670" border="1">
          <tr>
            <th scope="col"><a href="bi_weekly_mortgage.html">Cut your mortgage</a></th>
            <th scope="col"><a href="mortgage_refinance.html">Mortgage Refinance</a></th>
            <th scope="col"><a href="life_savings.html">Life Savings</a></th>
            <th scope="col"><a href="credit_cardmin_payment.html">Pay off your Credit Card </a></th>
            <th scope="col"><a href="car_cost_comparison.html">Compare Car Cost</a></th>
            <th scope="col"><a href="debt investment.html">Invest in your debt</a></th>
          </tr>
        </table>
      </div>
      <div id="financial_caqlculatorLeft">
        <p>Content for  id "financial_caqlculatorLeft" Goes Here</p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
      </div>
      <!-- InstanceBeginEditable name="calculators" -->
      <form method="post">
    <table BORDER="1" CELLSPACING="0" CELLPADDING="4">
    <tr>
    <td align="center" COLSPAN="2">
    <font face='arial'><big><strong>Bi-Weekly Mortgage Calculator</strong></big></font>
    </td>
    </tr>
    <tr>
    <td COLSPAN="2">
    <font face='arial'><small>This calculator will show you how much you will
    save if you make 1/2 of your mortgage payment every two weeks instead of making a full
    mortgage payment once a month. In effect, you will be making one extra mortgage payment
    per year--without hardly noticing the additional cash outflow. But, as your about to
    discover, you will certainly notice the increased cash flow that will occur when you pay
    your mortgage off way ahead of schedule!</small></font>
    </td>
    </tr>
    <tr>
    <td><font face='arial'><small>Enter the principal balance of your mortgage </small></font><br>
    <font face='tahoma,arial'><small><small>(call your mortgage lender and ask
    for the current payoff amount)</small></small></font>:</td>
    <td><input TYPE="text" NAME="principal" SIZE="15"></td>
    </tr>
    <tr>
    <td><font face='arial'><small>Enter the amount of your monthly mortgage payment:</small></font><br>
    <font face='tahoma,arial'><small><small>(principal and interest portion only)</small></small></font>:</td>
    <td><input TYPE="text" NAME="payment" SIZE="15"></td>
    </tr>
    <tr>
    <td><font face='arial'><small>Enter the your mortgage's current interest rate:</small></font></td>
    <td><input TYPE="text" NAME="intRate" SIZE="15"></td>
    </tr>
    <tr>
    <td align="center" colspan="2"><input TYPE="button" VALUE="Compute" onClick="computeForm(this.form)"> <input TYPE="reset" VALUE="Reset" onClick="clearForm(this.form)"></td>
    </tr>
    <tr>
    <td><font face='arial'><small>This is how much interest you will pay under your current monthly payment plan:</small></font></td>
    <td><input TYPE="text" NAME="origInt" SIZE="15"></td>
    </tr>
    <tr>
    <td><font face='arial'><small>This is how much interest you will pay if you switch to a bi-weekly mortgage
    payment plan:</small></font></td>
    <td><input TYPE="text" NAME="biwkInt" SIZE="15"></td>
    </tr>
    <tr>
    <td><font face='arial'><small>Bi-weekly Mortgage Interest Savings:</small></font></td>
    <td><input TYPE="text" NAME="intSave" SIZE="15"></td>
    </tr>
    <tr>
    <td align="center" COLSPAN="2"><textarea COLS="60" ROWS="6" name="time" wrap="virtual"></textarea></td>
    </tr>
    <tr>
    <td align="center" COLSPAN="2"><font face='tahoma,arial'><small><small>Copyright © 1997-2009<i> <a href='http://www.webwinder.com'>Web Winder Site Traffic Magnets</a></i>. All rights reserved.</small></small></font></td>
    </tr>
    </table>
    </form>
      <div id="financialCalculatorMain">
        <p> </p>
      </div>
      <!-- InstanceEndEditable -->
      <div id="financialCalculatorFooterAd">ADVERTISEMENT</div>
      <p> </p>
      <p> </p>
      <p> </p>
      <p> </p>
      <p> </p>
      <p> </p>
      <p> </p>
      <p> </p>
      <p> </p>
      <p> </p>
      <p> </p>
      <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script><br class="clearfloat" />
      <div id="footer">
        <p>Copyright &copy; GreenP. All rights reserved. No reproduction of any kind without written permission</p>
        <!-- end #footer -->
      </div>
      <!-- end #container -->
    </div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    <!-- InstanceEnd --></html>
    Thanks

    In that case, you'll need to fix those code errors on your DWT (Template) file.
    Now would be a good time to learn basic X/HTML code.  If you don't learn to recognize errors in Code View, matching doc type with code, proper syntax, etc... your problems will only escalate.
    Start here:
    http://www.w3schools.com/XHTML/xhtml_html.asp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Why wont itunes download on my laptop running windows vista, keep getting error message 127, help

    Why wont itunes download on my laptop running on windows vista, keep getting Windows error127, can anyone help please this is driving me insane, tried 9 times already without
    success.

    Uninstall your existing copy of iTunes. Delete any copies of the iTunesSetup.exe (or iTunes64Setup.exe) installer files from your downloads areas for your web browsers and download a fresh copy of the iTunes installer from the Apple website:
    http://www.apple.com/itunes/download/
    (The current build of the 11.1.4.62 installer was changed a few days ago, which fixed the bulk of the reports of MSVCR80.dll/R6034/APSDaemon.exe/Error-7/AMDS-could-not-start trouble ... but the build number on the installer was not changed. So we're trying to make sure you do the reinstall using a "new good" 11.1.4.62 installer instead of an "old bad".)
    Does the install with the new copy of the installer go through properly? If so, does that clear up the error message?
    If you still have the same error messages cropping up, then try the procedures from the following user tip:
    Troubleshooting issues with iTunes for Windows updates

Maybe you are looking for