UE Javascript Error
I'm struggling to get the correct settings to send Universal Email (4.0.1) from a Yahoo Host.  Now I cannot even try the new settings for my HugnesNet ISP.  I get "While executing applyServerBehavior in CreatEmailMessage_WA.htm, a JavaScript error occured".  Yes, I cleared the winfilecache#####.dat file.  When that failed I renamed the configuration file and uninstalled/reinstalled all extensions.  It happened again when trying a very basic php file with a 1 field form and a submit button.  When I click Finish it thinks for awhile, generates the email page I selected, and gives the error.  There isn't even a winfilecache####.dat file to delete.  I uninstalled all extensions again and only installed UE.  Same error.  I'm out of ideas.  As best as I can tell nothing is added to the .php file.  When I reopen the file, no UE server behavior was generated. I decided to try it yet again, this time using a "Dw > File > New > Blank Page > PHP > 1 column elastic, centered" page as my starting point.  I deleted all the random text to make the file as small as possible.  Added a form with one text field and a Submit button.  Still gives the JavaScript error when I try to apply UE to the form.  Minimal PHP text below:
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="oneColElsCtr.css" rel="stylesheet" type="text/css" />
</head>
<body class="oneColElsCtr">
<div id="container">
  <div id="mainContent">
    <h1> Main Content </h1>
    <form id="form1" name="form1" method="post" action="aUETest4.php">
    <p>
        <label>Field One:
          <input type="text" name="Field1" id="Field1" />
        </label>
      </p>
      <p>
        <label>
          <input type="submit" name="Submit" id="Submit" value="Submit" />
        </label>
      </p>
    </form>
<h2>H2 level heading </h2>
      <!-- end #mainContent -->
    </div>
<!-- end #container --></div>
</body>
</html>

 







 
     
     
    






