Stand still and no clue whats happening after ....

Hi
This is a puzzling one. I have completed the form. Click on Submit button. The form stands still and no clue whats happening?
Please advice.
All errors on the page has been resolved. There are none. All the insert to database tables works before but not now. Please advice.
Thanks.

<?php require_once('Connections/attending.php');?>
<?php
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
  if (PHP_VERSION < 6) {
    $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
  $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
  switch ($theType) {
    case "text":
      $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
      break;   
    case "long":
    case "int":
      $theValue = ($theValue != "") ? intval($theValue) : "NULL";
      break;
    case "double":
      $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
      break;
    case "date":
      $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
      break;
    case "defined":
      $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
      break;
  return $theValue;
$editFormAction = $_SERVER['PHP_SELF'];
if (isset($_SERVER['QUERY_STRING'])) {
  $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
  $insertSQL = sprintf("INSERT INTO attendlist (Windowsid, title, firstname, surname, extension, mobile, jobrole, course, cpg, mgrname, room) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
                       GetSQLValueString($_POST['Wid'], "text"),
                       GetSQLValueString($_POST['title'], "text"),
                       GetSQLValueString($_POST['firstname'], "text"),
                       GetSQLValueString($_POST['surname'], "text"),
                       GetSQLValueString($_POST['contactno'], "text"),
                       GetSQLValueString($_POST['mobile'], "text"),
                       GetSQLValueString($_POST['jobrole'], "text"),
                       GetSQLValueString($_POST['courses'], "text"),
                       GetSQLValueString($_POST['cpg2'], "text"),
                       GetSQLValueString($_POST['mgrname2'], "text"),
                       GetSQLValueString($_POST['troom'], "text"));
  mysql_select_db($database_attending, $attending);
  $Result1 = mysql_query($insertSQL, $attending) or die(mysql_error());
  $insertGoTo = "ReportbyAll.php";
  if (isset($_SERVER['QUERY_STRING'])) {
    $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
    $insertGoTo .= $_SERVER['QUERY_STRING'];
  header(sprintf("Location: %s", $insertGoTo));
mysql_select_db($database_attending, $attending);
$query_rsattendance = "SELECT * FROM attendlist";
$rsattendance = mysql_query($query_rsattendance, $attending) or die(mysql_error());
$row_rsattendance = mysql_fetch_assoc($rsattendance);
$totalRows_rsattendance = mysql_num_rows($rsattendance);
if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
  $insertSQL = sprintf("INSERT INTO attendlist (title, firstname, surname, extension, mobile, jobrole, course, cpg, mgrname, room, Adate) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
                       GetSQLValueString($_POST['title'], "text"),
                       GetSQLValueString($_POST['firstname'], "text"),
                       GetSQLValueString($_POST['surname'], "text"),
                       GetSQLValueString($_POST['contactno'], "text"),
                       GetSQLValueString($_POST['mobile'], "text"),
                       GetSQLValueString($_POST['jobrole'], "text"),
                       GetSQLValueString($_POST['courses'], "text"),
                       GetSQLValueString($_POST['cpg2'], "text"),
                       GetSQLValueString($_POST['mgrname2'], "text"),
                       GetSQLValueString($_POST['troom'], "text"),
                       GetSQLValueString($_POST['Adate2'], "date"));
  mysql_select_db($database_attending, $attending);
  $Result1 = mysql_query($insertSQL, $attending) or die(mysql_error());
  $insertGoTo = "Listing.php";
  if (isset($_SERVER['QUERY_STRING'])) {
    $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
    $insertGoTo .= $_SERVER['QUERY_STRING'];
  header(sprintf("Location: %s", $insertGoTo));
} ?>
<!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>Register</title>
<style type="text/css">
<!--
body {
font: 100%/0.8 Verdana, Arial, Helvetica, sans-serif;
background-color: #4E5869;
margin: 0;
padding: 0;
color: #000;
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
padding: 0;
margin: 0;
h1, h2, h3, h4, h5, h6, p {
margin-top: 0;  /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
padding-right: 15px;
padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
border: none;
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
color:#414958;
text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
a:visited {
color: #4E5869;
text-decoration: underline;
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
text-decoration: none;
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
width: 80%;
max-width: 960px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
background-color: #FFF;
margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
background-color: #6F7D94;
/* ~~ This is the layout information. ~~
1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
.content {
padding: 10px 0;
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
/* ~~ The footer ~~ */
.footer {
padding: 10px 0;
background-color: #6F7D94;
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
float: left;
margin-right: 8px;
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
-->
</style>
<link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" />
<link href="SpryAssets/SpryValidationSelect.css" rel="stylesheet" type="text/css" />
<script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
<script src="SpryAssets/SpryValidationSelect.js" type="text/javascript"></script>
<script language='JavaScript' type='text/javascript' src='TSScript/yahoo.js'></script>
<script language='JavaScript' type='text/javascript' src='TSScript/event.js'></script>
<script language='JavaScript' type='text/javascript' src='TSScript/dom.js'></script>
<script language='JavaScript' type='text/javascript' src='TSScript/calendar.js'></script>
<link rel='stylesheet' type='text/css' href='TSScript/TSCalendar/calendar.css' />
<script language='JavaScript' type='text/javascript' src='TSScript/TSCalendar/TSCalendar.js'></script>
</head>
<body>
<div class="container">
  <div class="header"><!-- end .header --><img src="Cerner At Imperial2.jpg" width="960" height="150" alt="" /></div>
  <div class="content">
    <h3>Attendance Register: </h3>
<?php 
echo "Date  ".date("d/m/Y");?>
    </h3>
    <form action="<?php echo $editFormAction; ?>" id="form1" name="form1" method="POST">
      <table width="780" border="0" cellspacing="10" summary="Cerner@Imperial">
        <tr>
          <td><div align="right">* User ID</div></td>
          <td colspan="2"><span id="sprytextfield1">
            <input name="Wid" type="text" id="Wid" tabindex="1" size="18" maxlength="10" />
          <span class="textfieldRequiredMsg"> a value is required.</span></span></td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">* Title</div></td>
          <td colspan="2"><span id="spryselect1">
            <select name="title" id="title" tabindex="2">
              <option value="0">Select</option>
              <option value="Ms">Ms</option>
              <option value="Mrs">Mrs</option>
              <option value="Mdm">Mdm</option>
              <option value="Mr">Mr</option>
              <option value="Dr">Dr</option>
              <option value="Professor">Prof</option>
            </select>
<span class="selectRequiredMsg">    Please select an item.</span></span></td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">* First name</div></td>
          <td colspan="2"><span id="sprytextfield2">
            <input name="firstname" type="text" id="firstname" tabindex="3" size="40" maxlength="30" />
          <span class="textfieldRequiredMsg"> a value is required.</span></span></td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">* Surname</div></td>
          <td colspan="2"><span id="sprytextfield5">
            <input name="surname" type="text" id="surname" tabindex="4" size="40" maxlength="30" />
          <span class="textfieldRequiredMsg"> a value is required.</span></span></td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">* Contact/ Bleep</div></td>
          <td colspan="2"><span id="sprytextfield3">
            <input name="contactno" type="text" id="contactno" tabindex="5" size="10" maxlength="6" />
          <span class="textfieldRequiredMsg">a value is required.</span></span></td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">Mobile (optional)</div></td>
          <td colspan="2"><input name="mobile" type="text" id="mobile" tabindex="6" size="25" maxlength="18" />          <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldInvalidFormatMsg">Invalid format.</span></td>
          <td> </td>
        </tr>
        <tr>
          <td> </td>
          <td colspan="2"> </td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">* Job role</div></td>
          <td colspan="2"><span id="spryselect2">
            <select name="jobrole" id="jobrole" tabindex="7">
              <option value="0">Select</option>
              <option value="Doctor">Doctor</option>
              <option value="CNS/NP">CNS/NP</option>
              <option value="Midwife">Midwife</option>
              <option value="Other Staff">Other Staff</option>
              <option value="Nurse IP HCA">Nurse IP &amp; HCA</option>
              <option value="Nurse OP HCA">Nurse OP &amp; HCA</option>
              <option value="IP Physician Assitant">IP Physician Assistant</option>
              <option value="OP Phlebotomist">OP Phlebotmist</option>
              <option value="Pharmacists">Pharmacists</option>
              <option value="Therapist AHP">Therapist &amp; AHP</option>
              <option value="Medical Secretary">Medical Secretary</option>
              <option value="Bed Manager">Bed Manager</option>
              <option value="Medical Record Staff">Medical Records</option>
              <option value="Medical Records Manager">Medical Records Mgr</option>
              <option value="OP Booking Clerk">OP Booking Clerk</option>
              <option value="OP Receptionist">OP Receptionist</option>
              <option value="ED Admin">ED Admin</option>
              <option value="Ward Administrator">Ward Administrator</option>
              <option value="IP Wait List Clerk/Mgr">IP Wait List Clerk/Mgr</option>
              <option value="Antenatal Supervisor">Antenatal Supervisor</option>
              <option value="Clinical Coder">Clinical Coder</option>
              <option value="Clinical Coding Mgr">Clinical Coding Mgr</option>
              <option value="Pi Help Desk Backoffice">Pi Help Desk Analyst/Back Office</option>
            </select>
          <span class="selectInvalidMsg">Please select a valid item.</span></span></td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">* Manager's Name</div></td>
          <td colspan="2"><span id="sprytextfield4">
          <input name="mgrname2" type="text" id="mgrname2" tabindex="8" size="40" maxlength="30" />
          <span class="textfieldRequiredMsg"> a value is required.</span></span></td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right"></div></td>
          <td colspan="2"> </td>
          <td> </td>
        </tr>
        <tr>
          <td> </td>
          <td colspan="2"> </td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">* Course</div></td>
          <td colspan="2"><span id="spryselect3">
            <select name="courses" id="courses" form="form1" tabindex="10" title="course">
              <option value="0">Select</option>
              <option value="Doctors">Doctors</option>
              <option value="Nurse IP">Nurse IP</option>
              <option value="Nurse OP">Nurse OP</option>
              <option value="Midwife">Midwife</option>
              <option value="HCA">HCA</option>
              <option value="Pharmacist">Pharmacist</option>
              <option value="Back Office Staff">Back Office Staff</option>
              <option value="AHP">AHP</option>
              <option value="Pi Help Desk Analyst">Pi Help Desk Analyst</option>
              <option value="Medical Secretary">Medical Secretary</option>
              <option value="OP Phlebotmist">OP Phlebotmist</option>
              <option value="Champion Users Doctors">Champion Users Doctors</option>
              <option value="Champion Users Nurse IP">Champion Users Nurse IP</option>
            </select>
          <span class="selectRequiredMsg">Please select an item.</span></span></td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">* Training Location </div></td>
          <td><span id="spryselect4">
            <select name="troom" required="required" id="troom" form="form1" tabindex="11" title="location">
              <option value="0">Select</option>
              <option value="CXH">Charing Cross</option>
              <option value="HH">Hammersmith Hammersmith</option>
              <option value="QEH">Queen Charlottee Hospital</option>
              <option value="SMH">St Mary's Hospital</option>
              <option value="WEH">Western Eye Hospital</option>
              <option value="SCC">St Charles Community</option>
            </select>
          <span class="selectRequiredMsg">Please select an item.</span></span></td>
          <td> </td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="right">* CPG</div></td>
          <td><span id="spryselect5">
            <select name="cpg2" required="required" id="cpg2" form="form1" tabindex="12" title="cpg">
              <option value="0">Select</option>
              <option value="CPG 1 Medicine">CPG1 - Medicine</option>
              <option value="CPG 2 Surgery &amp; Cancer">CPG2 - Surgery and Cancer</option>
              <option value="CPG3 Specialist Services">CPG3 - Specialist Services</option>
              <option value="CPG4 Circulatory Services and Renal Medicine">CPG4 - Circulatory Services and Renal Medicine</option>
              <option value="CPG5 Womens and Childrens">CPG5 - Womens and Childrens</option>
              <option value="CPG6 Clinical and Investigative Sciences">CPG6 - Clinical and Investigative Sciences</option>
              <option value="CP7 Private Patients">CPG7 - Private Patients</option>
              <option value="Others">Others</option>
            </select>
          <span class="selectRequiredMsg">Please select an item.</span></span></td>
          <td> </td>
          <td> </td>
        </tr>
        <tr>
          <td> </td>
          <td><input type="submit" name="submitbt" id="submitbt" value="Submit" /></td>
          <td> </td>
          <td> </td>
        </tr>
        <tr>
          <td> </td>
          <td colspan="2"> </td>
          <td> </td>
        </tr>
        <tr>
          <td><div align="center">* Mandatory Fields</div></td>
          <td colspan="2"> </td>
          <td> </td>
        </tr>
        <tr>
          <td> </td>
          <td colspan="2"> </td>
          <td> </td>
        </tr>
        <tr>
          <td> </td>
          <td colspan="2"> </td>
          <td> </td>
        </tr>
      </table>
      <input type="hidden" name="MM_insert" value="form1" />
    </form>
    <p> </p>
    <p> </p>
    <!-- end .content --></div>
  <div class="footer"></div>
<script type="text/javascript">
var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1", "none", {validateOn:["blur", "change"]});
var spryselect1 = new Spry.Widget.ValidationSelect("spryselect1", {validateOn:["blur", "change"]});
var sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2", "none", {validateOn:["blur", "change"]});
var sprytextfield3 = new Spry.Widget.ValidationTextField("sprytextfield3", "none", {validateOn:["blur", "change"]});
var sprytextfield4 = new Spry.Widget.ValidationTextField("sprytextfield4", "integer", {validateOn:["blur", "change"]});
var spryselect2 = new Spry.Widget.ValidationSelect("spryselect2", {invalidValue:"-1", isRequired:false, validateOn:["blur", "change"]});
var sprytextfield4 = new Spry.Widget.ValidationTextField("sprytextfield4", "none", {validateOn:["blur"]});
var sprytextfield5 = new Spry.Widget.ValidationTextField("sprytextfield5", "none", {validateOn:["blur", "change"]});
var spryselect3 = new Spry.Widget.ValidationSelect("spryselect3");
var spryselect4 = new Spry.Widget.ValidationSelect("spryselect4");
var spryselect5 = new Spry.Widget.ValidationSelect("spryselect5", {validateOn:["blur", "change"]});
</script>
</body>
</html>
<?php
mysql_free_result($rsattendance);
?>

Similar Messages

  • Some of my apps wont open my phone has  been freezing my mail wont open i took pictures and tent coe up on m phon , and it all has happened after i installed os 7.1.1. what do i do???

    some of my apps wont open my phone has  been freezing my mail wont open i took pictures and tent coe up on m phon , and it all has happened after i installed os 7.1.1. what do i do???

    some of my apps wont open my phone has  been freezing my mail wont open i took pictures and tent coe up on m phon , and it all has happened after i installed os 7.1.1. what do i do???

  • My iphone 5s got stolen and the option to erase data after 10 tries was not enabled. What happens after the incorrect password is input after 10 times?

    my iphone 5s got stolen and the option to erase data after 10 tries was not enabled. What happens after the incorrect password is input after 10 times?

    After the sixth erroneous passcode entry a delay is imposed that increases exponentially and eventually reaches over 40 years before another attempt can be made.
    No one yet knows how long the next delay is.

  • What happens after: "Erase data after ten failed passcode attempts"  ?

    What happens after data is erased from the iPhone after ten passcode attempts?
    Is it the same thing as Settings->General->Erase all content and settings ?
    Does the iPhone essentially becomes a permanent brick, or does the iPhone appear as a fresh device that just awaits reactivating?
    Thanks~!

    All the user data on your phone is encrypted. When 10 failed attempt occur, the phone just securely erases the encryption key (overwrites it multiple times), then reboots. Without the encryption key present, even though all the data is still there, it cannot be decrypted and read anymore. Its just a load of random bits, and useless. The phone will just go through it's 'factory default' setup and quick format the flash ready to be used again as if it was a completely blank brand-new phone. At no point during any of this process is the system partition (the area that stores ios4) touched, so there is no danger of the phone being "bricked".
    And even if the system partition was erased, you could still restore the phone using DFU mode. It's quite difficult to permanently brick an iPhone, you can recover from most problems.

  • What happens after 20 months of EDGE if no upgrade?

    What happens after 20 months of EDGE? Does the service discount remain if you don't upgrade to a new phone? Or does the service price increase even though you don't have an EDGE payment to end up the same amount anyway?

    mrhelper: What else do you know about he month2month discount? I'm currently on a similar edge program but with 2 lines. I still have about 16 more payments left on the edge phones, but I have no intention of upgrading or do another Edge program afterwards. I believe the Verizon Reps told me that I would indeed keep my $25 discount off the access lines when I originally signed up for it, but if that's not the case, where did you hear about that month2month program and what are the details of it?
    Thanks in advance for your help.

  • What happens after 1st year on iPhone contract,ie if in Month 13 get a prob

    I'm thinking of signing upto a new iPhone on an 18month contract in UK
    I know everything has a 1year warranty and I know you can pay extra for AppleCare, or mobile phone insurance but I wont be.
    So what happens after 1st year if you get a problem with the iPhone? who is responsible? is it Apple or O2? and will it be fixed for free?
    bit nervous as its an expensive gadget and if a prob occurs after 1 year?
    cheers

    "suppose, but just with it being used everyday, in pocket, passed around etc etc think it may go wrong, and Loc's law it will go in month 13 onwards!!"
    Still, the warranty is no different than any other warranty on every other product you have ever owned. It is for a specified period (one year being a good length compared to other phones/computers,etc).
    Do you worry this much over every other product that you buy?
    Do all of the other products that you own break right after the warranty expires?
    I always get Applecare and have only had to use it once ( a cd drive on a laptop needed to be replaced).
    I have dropped my iphone more than once and it is fine.

  • HT201263 What happens after you recover your ipod?.

    My ipod is blue and I'm going to recover it , but what happens after I do will it still work ? Will all my stuff be deleted? Does it turn like when you first got it? Will I have iOS 6? 

    If you mean restore the iPod via iTunes see:
    iTunes: Backing up, updating, and restoring iOS software
    The iPod will be erased and if the iPod can be updated, it will be updated to latest available iOS version.

  • What Happens After Launch

    This is question that i have for anyone that has launch an app store application in any conpacity. My question is what happens after launch. Where the best ways to get your application in the hands of people that will bring attention to your app? How do you get your app review by the zine writing articles about apps. How are writing articles about apps? What ways have people found success in advertising your app if you not selling a game?

    Sign in, activation, or connection errors | CS5.5 and later
    For anything beyond that you will have to provide proper technical information.
    Mylenium

  • Running latest version on OS X and mail.  What happened to the icon labeled "not junk?"  Is there any way to brink it back?

    Running latest version on OS X and mail.  What happened to the icon labeled "not junk?"  Is there any way to bring it back?  Thanks in advance!

    Make sure your Junk Mail settings are properly set up, right now neither of those messages are marked as Junk Mail.  When Mail identifies an item as Junk Mail or you manually do, it will add the text "Mail thinks this message is Junk Mail" or "You marked this message as Junk Mail" to the message.  Right now this just looks like regular SPAM that you might get that hasn't been properly identified as Junk Mail or when Junk Mail Filtering is no enabled.  Remember Mail needs to learn what is and is not Junk Mail over time, so if you have recently reset your mail settings through a reinstall or the like, it may still be learning.
    1.  Do you have a Junk folder (system created) as one of your mailboxes?  If there is none, it means that Junk Mail filtering is not enabled or has been enabled but the system has yet to identify any mail as Junk.
    2.  If you do have a Junk folder, try dragging a piece of mail into the folder to see if the banner I am referring to appears.  It should.  You should be able to unmark the mail and drag it it back in your inbox.
    3.  If you manually mark the mail as Junk, does it move into the Junk folder and have the banner I am referring to?  It should.
    4.  If any of the above is not happening, first check your mail settings using the guides below:
    Mail (Yosemite): Reduce junk mail in your inbox
    Mail (Yosemite): If junk mail filters aren’t working correctly
    If all seems correct and it's still not working right, try rebuilding your mailbox:
    Mail (Yosemite): Rebuild mailboxes
    If none of these help you, please post back and we'll try something else.  Oh, and clear out your Previous Recipients window of any unwanted email addresses.  Anything listed in there is usually ignored by the Junk Mail filters.

  • What happens after a year's usage? Will I not be able to access the application anymore?

    What happens after a year's usage? Will I not be able to access the application anymore?

    You can still purchase CS6 products for the time being:
    http://www.adobe.com/products/catalog/cs6._sl_id-contentfilter_sl_catalog_sl_software_sl_c reativesuite6.html

  • What happens after the year of subscription?

    I'm thinking about getting the student version of CC. My question now is, what happens after the year of subscription? Will I get any software that is able to open or even alter the my files? Someone told me that I'll get a copy of CS6. Is that correct?

    fullcorn wrote:
    what happens after the year of subscription? Will I get any software that is able to open or even alter the my files? Someone told me that I'll get a copy of CS6. Is that correct?
    No, not correct.
    When you cancel your subscription, or allow it to expire, your subscription software will stop working until you re-start your membership and start paying the monthly fee again.
    You pay, you use. Stop paying, software stops working.

  • What happens after the 1 year subscribtion.

    I bought a one year subscribtion of CC through surfspot.nl because I am a teacher at NCOI, a large education institute in the Netherlands. What happens after the one year period? Do I have to renew through surfspot.nl? How do I keep my subscription and how much is it going to cost?

    Hi Jenne
    Yes, you'd be best to check the renewal options with Surfspot when the 12 months has almost expired.
    Thanks
    Bev

  • What happens after the 90 days free trial period of Creative Cloud?

    I just wanted to access a free trial Version of InDesign as I didn't have access to my computer with all the Adobe programs back home, but then I ended up (without beeing noticed properly) in the free Creative Cloud test period. Now I'm wondering, what happens after the 90 days, because I can't find any option to delete my Adobe-ID from the Creative Cloud.
    I'm not interested in the paid version of Creative Cloud. How can I delete the connection of my Adobe-ID to Creative Cloud?
    Thanks for your help!

    The free trial is for 30 days, not 90. Just do not want you to be suprised on day 31. And as Cozmicone said a dialog will appear telling you the trial is over and you will no longer be able to run InDesign.

  • HT4113 what happens after the iphone is at iphone disabled wait 60 mins

    what happens after the iphone is at disabled wait 60 mins

    Apple will continue to have service replacements for the iPhone 5 for a long time to come. So if you go to Apple for an exchange, you'll get the same model of iPhone that you turn in. You will not get a 5C.
    As to the price change, there may be nothing to be done, but if you wanted to get the iPhone replaced  but that the Genius could not or would not do the replacement at that time,  talk to the manager of the Apple Store, explain that you were in and reported the problem before the price increase but could not get a replacement then. Perhaps they'll be able to do something for you. If it was your choice not to replace the iPhone, though, then you're probably stuck, just as with any product price increase when you previously elected not to purchase.
    Regards.

  • With my taking any action, my folders and files no longer appear under documents (under Places). Now a folder titled Documents has appeared on my desktop with all my files and folders. What happened?What happened?

    With my taking any action, my folders and files no longer appear under documents (under Places). Now a folder titled Documents has appeared on my desktop with all my files and folders. What happened?What happened?

    The way I moved from 10.3.9 to 10.5.8 was to use "ditto -rsrc" and copy the user homes and the data share to an external firewire drive. Then did the same in reverse.
    I found the key to data and share permissions to make sure that the users had the same UID in Leopard that they had in Panther.
    You can then use "sudo rm -rf" to remove any folder from the relocated homes that you want. Remember if you do choose to remove "~/Library" from each users relocated home, you will be removing any iCal calendars, login.keychains, browser bookmarks, custom screensavers and wallpapers, etc.
    Users don't really care if they can login and do any work. But there will be much wailing, gnashing of the teeth, and anxiety, if they lose their bookmarks and wallpaper.

Maybe you are looking for

  • External Hard Drive USB ok, Firewire not

    This is a weird one. I have 2 external HDs, one a LaCie and one a "Metal Gear Box". Both work fine with firewire on my old ibook G3, but only the LaCie works through firewire on my powerbook G4. The Metal Gear Box will connect through USB, but when I

  • Help please , screen problem  with my 2GB ipod nano

    Hello guys A month ago i had to change the battery for my ipod , after that eveything worked fine for awhile then the screen was half blank and half i can see the menu, so i thought its a problem with the screen to i odered another one , and when i i

  • Unable to clear Inspection Lot

    Dear Sirs, I have a material with Inspection Type - 0101 The inspection lot of this material has the following status -CRTD,PREQ,CHCR,SPRQ,IRCH Unable to clear inspection lot in qa02 - insp specications tab -- while using Tasklist / Spec --> followin

  • I want to get data from only RESB table without loss of any deltas

    i have to fetch the reservation details for the production orders. we are using descrete manufacturing method to keep track the Work in process and cost . for addition of components manually in the production order we can track thru change date i.e F

  • Error when using spell checker correction in a Google doc

    When I right click on a word that is listed as spelled wrong in a Google doc (which in fact is not spelled wrong, such as 'tumble'), the choose the suggested correct spelling ('tumble'), the final letter is added so that the corrected word has an ext