Title: Message
I dont have that ticked either
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Taco Fleur
Sent: Sunday, 22 June 2003 8:07 PM
To: CFAussie Mailing List
Subject: [cfaussie] RE: [OT] JS script prob..

I'm running IE V 6
 
It must be the browser then, hhhm the only thing I changed in the settings today was unticking the box "show friendly error messages", wonder if that has anything to do with it. I'll try and tick the box again and see if that changes anything. Whatever it is, it's driving me nuts..
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Onnis
Sent: Sunday, 22 June 2003 8:03 PM
To: CFAussie Mailing List
Subject: [cfaussie] RE: [OT] JS script prob..

No error here.  I just get an empty alert box
 
what browser you running
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Taco Fleur
Sent: Sunday, 22 June 2003 7:51 PM
To: CFAussie Mailing List
Subject: [cfaussie] RE: [OT] JS script prob..

Steve,
 
I checked for duplicate forms, and could find none. I'll paste the whole page in this email,  at least one of the problem pages.
If you click on TEST it should display the value of the field, however I get the same error as reported earlier.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="" rel="stylesheet" type="text/css" />
<script language="_javascript_" src="" type="text/_javascript_"></script>
<script language="_javascript_" src="" type="text/_javascript_"></script>
<base href=""http://www.fusionmx.net/core/">www.fusionmx.net/core/">
<title>New Page</title></head>
 
<body bgcolor="#FFFFFF"
  text="#333333"
  link="#990000"
  vlink="#990000"
  alink="#990000"
  leftmargin="0"
  topmargin="0"
  rightmargin="0"
  bottommargin="0"
  marginwidth="0" 
  marginheight="0">
 
<table width="100%" border="0" cellpadding="0" cellspacing="0">
 <tr>
  <td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
  <td colspan="2" height="100" background="">
  <table width="100%" border="0" cellspacing="0" cellpadding="8">
   <tr>
    <td><img src="" alt="FusionMX.net ColdFusion Methodology and Framework..." width="168" height="12" border="0"></td>
    <td align="center"><img src="" width="468" height="60"></td>
   </tr>
  </table>
  </td>
 </tr>
 <tr>
  <td height="31" background=""><span id="info"></span></td>
  <td align="right" height="31" background="" class="menuTop"><a href=""http://www.fusionmx.net">http://www.fusionmx.net" class="menuTop">fusionMX                                                        </a> | <a href="" class="menuTop">Home</a> | <a href="" class="menuTop">Help</a> | <a href="" class="menuTop">Back</a> | <a href="" class="menuTop">Log off</a></td>
  </tr>
</table></td>
 </tr>
 <tr>
  <td>
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
   <td width="100%" valign="top">
   
   
<table align="center" width="95%" border="0" cellspacing="0" cellpadding="12" class="body">
 <tr>
  <td style="border-bottom: 1px solid #DCDCDC;">
  <p class="title">Pages</p>
  <p class="body">Please enter the details for this new Page.</p>
  </td>
 </tr>
 <tr>
  <td style="border-bottom: 1px solid #DCDCDC;">
 
  <form name="frm1" action="" method="post">
  <a href="" >TEST</a>
  <table border="0" cellspacing="0" cellpadding="4" align="center">
  <tr>
   <td colspan="2"><strong>Page details</strong></td>
  </tr>
  <tr>
   <td align="right">Link:</td>
   <td>
   <input name="pageLink" type="text" size="20"> <img src="" width="12" height="8" border="0" class="required"></td>
  </tr>
  <tr>
   <td align="right">Link text:</td>
   <td>
   <input name="linkText" type="text" size="20"> <img src="" width="12" height="8" border="0" class="required"></td>
  </tr>
  <tr>
   <td align="right">Title:</td>
   <td>
   <input name="pageTitle" type="text" size="50"> <img src="" width="12" height="8" border="0" class="required"></td>
  </tr>
  <tr>
   <td valign="top" align="right">Description:</td>
   <td>
   <textarea name="pageDescription" cols="30" rows="6"></textarea></td>
  </tr>
  <tr>
   <td valign="top" align="right">Keywords:</td>
   <td>
   <textarea name="pageKeyword" cols="30" rows="6"></textarea></td>
  </tr>
  <tr>
   <td valign="top" align="right">Location:</td>
   <td>
   <input name="physicalPath" type="text" size="50" > <img src="" width="12" height="8" border="0" class="required">
   </td>
  </tr>
  <tr>
   <td colspan="2">
   </td>
  </tr>
  <tr>
   <td colspan="2"><strong>Forms</strong></td>
   </tr>
  <tr>
   <td align="right">Select a form:</td>
   <td>
   <select name="pkFormID">
    <option value="">Create new Form</option>
    <option value="">Previously created forms</option>
   </select></td>
  </tr>
  <tr>
   <td colspan="2"><input type="submit" name="btnSubmit" value="Create new Page" style="width: 100%"></td>
  </tr>
 </table></form>
  </td>
 </tr>
</table>
</td>
   <td width="180" valign="top">
<table width="180" border="0" cellpadding="2" cellspacing="0" id="menuMain" class="menuMain">
 <tr>
  <td><p class="menuMainHeader">Application</p></td>
 </tr>
 <tr>
  <td><a href="" class="menuMain">Back-up/Restore</a></td>
 </tr>
 <tr>
  <td><a href="" class="menuMain">Development</a></td>
 </tr>
 <tr>
  <td><a href="" class="menuMain">Error Log</a></td>
 </tr>
 <tr>
  <td><a href="" class="menuMain">Error Handling</a></td>
 </tr>
 <tr>
  <td><a href="" class="menuMain">Form Fields</a></td>
 </tr>
 <tr>
  <td><a href="" class="menuMain">Support Area</a></td>
 </tr>
 <tr>
  <td><a href="" class="menuMain">Security/Access Control</a></td>
 </tr>
 <tr>
  <td><a href="" class="menuMain">Variables</a></td>
 </tr>
 <tr>
  <td style="border-top: 1px solid #969696;"><p class="menuMainHeader">Content</p></td>
 </tr>
 <tr>
  <td><a href="" class="menuMain">Back-up/Restore</a></td>
 </tr>
 <tr>
  <td style="border-top: 1px solid #969696;"><p class="menuMainHeader">Database</p></td>
 </tr>
 <tr>
  <td><a href="" class="menuMain">Back-up/Restore</a></td>
 </tr>
 <tr>
  <td><a href="" class="menuMain">Synchronize Database Structure Information</a></td>
 </tr>
 <tr>
  <td><a href="" class="menuMain">View Database Structure </a></td>
 </tr>
 <tr>
  <td style="border-top: 1px solid #969696;"><p class="menuMainHeader">Layout</p></td>
 </tr>
 <tr>
  <td><a href="" class="menuMain">Back-up/Restore</a></td>
 </tr>
 <tr>
  <td><a href="" class="menuMain">Templates</a></td>
 </tr>
 <tr>
  <td style="border-top: 1px solid #969696;"><p class="menuMainHeader">Miscellaneous</p></td>
 </tr>
 <tr>
  <td><a href="" class="menuMain">Notes</a></td>
 </tr>
</table>
</td>
  </tr>
  </table>
  </td>
 </tr>
 <tr>
  <td><style type="text/css">
<!--
.footer {
 font-size: 10px;
 padding: 10px;
}
-->
</style>
 

<div align="center" class="footer">Copyright 2002 - 2003</div>
</td>
 </tr>
</table>
</body>
</html>
 
 
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to