I host my 4 CF servers at RADIANT COMMUNICATIONS. Vancouver BC Canada...

Man, It is so frustrating when the facility we use for co-locating 4 of our 
servers all of a sudden becomes unavailable and we can not access any of 
our sites.

Going on 10 minutes now, all four of our servers are down. last time (last 
month) our connection was down for 70 minutes!!!!

Another time they decided to update the software on our leased fire wall 
without notifying us effecting disabling our https and smtp services for 
close to an hour.

What's the point in investing time and money in fail over when your bloody 
ISP can't keep their "redundant" service running!!!

And to add insult to injury, their stinking site (www.radiant.net) is still 
running just fine. Maybe they out source...grrrrrr

Brook Davies
MaracasMedia inc.






At 05:32 PM 04/06/01 -0400, you wrote:
>I have the following javascript and form.  Can anyone see why I am not
>getting the confirm box?  No error messages, just processes the form without
>the confirm.  Any help would be greatly appreciated.
>
><head>
><meta http-equiv="Content-Language" content="en-us">
><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
><meta name="description" content="">
><meta name="keywords" content="">
><title>Action Page</title>
>
><!--- check the user wants to delete the PAGE they selected --->
><script language="JavaScript">
>         function checksure() {
>         if (confirm('Are you sure you want to DELETE the Page you selected?
>This will also delete any SUB articles of this item!!')) {
>                 return true; }
>         else {
>                 return false; }
>         }
></script>
>
></head>
>
><body>
><cfoutput>
><cfif URL.a is "Delete">
>         <cfset CheckDelete = "return checksure();">
><cfelse>
>         <cfset CheckDelete = "return checksubmit();">
></cfif>
>
><cfoutput>
><form action="action.cfm" method="post" name="update"
>onsubmit="#CheckDelete#">
>
>.... Form Fields
>
><input type="submit" value="<---- #URL.a# ---->" name="update"
>class="formboxes"></td></tr>
>         <input type="hidden" name="action" value="#URL.a#">
>         <input type="hidden" name="id" value="#URL.ID#">
>         <input type="hidden" name="lev" value="#URL.lev#">
>         <input type="hidden" name="WebSiteIDNo" value="2">
></cfif>
></form>
>
>Thank you,
>
> > Issac Rosa
> >
> > IT - National Sales & Marketing
> > OLAP Specialist Team Lead
> > Ofc: 407-658-3111
> > Cell: 407-342-0644
> > Fax: 407-971-2374
> > [EMAIL PROTECTED]
> >
> >
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to