Dysfonctionnement de ma page contact

Bonjour,
Je vous remercie pour la réponse à ma première question et j'ai encore un petit problème.
J'ai refais tout mes scripts et maintenant ,
CSS :
td {font-weight: bold; text-align: left;}
td.liste{text-align: left;}
th {font-size: 2em; color: red; padding: 0;}
</style>
<style type="text/css" media="print">
div.nepasvoir p:first-line {font-weight: bold;}
tr#nepasimprimer {display: none;}
</style>
<style type="text/css" media="screen">
div.nepasvoir {display: none;}
td {padding: 0.25em 1px;}
td.lesboutons{}
</style>
<script type="text/javascript" language="Javascript" >
<!--
function verification()
          if(document.formulaire.entreprise.value == "") {
  alert("Veuillez entrer votre le nom de votre entreprise svp");
  document.formulaire.entreprise.focus();
  return false;
  else
            if(document.formulaire.nom.value == "") {
  alert("Veuillez entrer votre Nom et prénom svp");
  document.formulaire.nom.focus();
  return false;
  else
            if(document.formulaire.email.value == "") {
  alert("Veuillez entrer votre adresse electronique svp");
  document.formulaire.email.focus();
  return false;
  else
            if(document.formulaire.email.value.indexOf('@') == -1) {
  alert("Ce n'est pas une adresse electronique, verifiez la svp");
  document.formulaire.email.focus();
  return false;
  else
   sujetoption = -1
   for (i=0; i<formulaire.sujet.length; i++)
             if(document.formulaire.sujet[i].checked){
   sujetoption = i
             if (sujetoption == -1) {
            alert("Veuillez choisir un sujet pour votre mail svp");
  return false;
   else
          if(document.formulaire.texte.value == "") {
            alert("Veuillez entrer le texte de votre message svp");
            document.formulaire.texte.focus();
  return false;
//-->
</script>
Form_contact :                                      (DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">)
<form name='Formulaire' action='envoyer.php' method='post'>
          <table cellspacing="0">
                    <th colspan="2">Formulaire de contact</th>
                              <tr><td class="info">Votre Entreprise: </td><td class="champ"><input name='entreprise' type='text' size='50' class="writein"></td></tr>
                              <tr><td class="info">Votre Nom et Prénom : </td><td class="champ"><input name='nom' type='text' size='50' class="writein"></td></tr>
                              <tr><td class="info">Votre email</td><td class="champ"><input name='email' type='text' size='50' class="writein"></td></tr>
                              <tr><td class="subject">Le motif de votre message</td><td class="liste">
                      <input name='sujet' type='radio' value='renseignement'>Renseignement<br />
                                        <input name='sujet' type='radio' value='demande'>Demande de prix<br />
                                        <input name='sujet' type='radio' value='appel'>Appel téléphonique</td></tr>
                              <tr><td class="contenu">Votre message</td><td class="contenant"><textarea name='texte' cols='50' rows='20' class="writein"></textarea></td></tr>
                              <tr id="nepasimprimer"><td class="lesboutons"><input name='soumettre' type='submit' value='Envoyer'></td></tr>
          </table>
                    <div class="nepasvoir">
                              Tous les champs du formulaire <strong>doivent</strong> &ecirc;tre remplis.
                    </div>
</form>
envoyer.php
<?php
$adresse="[email protected]";
$from="From: $nom $entreprise<$email>\r\n";
$from.="Reply-To: $nom $entreprise <$email>\n";
$from.="X-priority:3\n";
$texte="<html>";
$texte.="$texte";
$texte.="</html>";
$from.="MIME-Version: 1.0\r\n";
$from.="Content-Type: text/html";
if (mail($adresse,$sujet,$texte,$from))
echo("<center><font color=green><br><br><br><h2>Formulaire envoy&eacute; ! Nous vous r&eacute;pondrons rapidement. Merci!</h2></font><br><a href=/>Cliquez ici pour revenir &agrave; l'accueil</a></center>");
?>
Maintanant mon formulaire part bien et je le reçois sur ma boîte mail,
Réception :
J'ai bien le Nom et Prénom de l'expéditeur
J'ai aussi le nom de l'entreprise
et la sélection du sujet
Mais par-contre ma zone texte du message est vide alors que j'avais tapé du texte, j'ai cherché mais j'ai encore pas trouvé la solution.
Pouvez-vous m'aider ?
En ce qui concerne la sécurité, je verrais ceci à suivre mais je veux déja résoudre ce problème avant
Je vous remercie d'avance
A très bientôt

Bonjour, je n’arrive pas à résoudre certains problèmes avec Muse CC.  1) Lorsque je fais un double clique sur un bouton avec menu déroulant, le bas de ma page monte et descend de 3 à 5 mm (10 à 15 ppp). Le bas de page vibre.  2) J’ai un problème d’état dans une barre de navigation. Lorsque je passe mon curseur sur un bouton celui-ci est en surbrillance : c’est OK. Lorsque je clique, j’ai un menu déroulant : c’est OK. Mais quand je quitte ce bouton pour une autre action celui-ci ne se referme pas automatiquement.  Avez-vous des solutions ? En vous remerciant par avance. Cordialement.

Similar Messages

  • Customer Master tab page "Contact Person"

    Dear All
    In the custome master general Data the * contact person tab page * is not appearing, How to make it appears the tab page
    contact person, since we need to add the contact person name for that customer.
    Please give me the soluation, its very urgent.
    Thanks in advance for your answer.

    Dear Friend,
    This is because of the suppressed entry in the account group creation.
    Go to TC : OBD2 :
    Select your account group and then go to the details in the magnifying options you will find the datails of the sales area ....
    In the sales area go to bussiness partner assignment.
    Radio it to optional entry......
    now create customers...
    reward if useful..
    regards,
    SAP SD

  • Problème avec la page contact sur DREAMWEAVER CS5.5

    J'ai un problème sur ma page contact de mon site, http://www.amio.fr je pense que mon script et le PHP ne sont pas bon. J'ai donc refait un formulaire beaucoup plus simple qui s'appelle :
    Form_contact.html
    <table width="738" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="233" align="left" valign="top">
                  <form id="form1" name="form1" method="post" action="PHP/envoyer.php">
          <p>
                    <label>Entreprise :
            <br /><input name="Entreprise" type="text" id="entreprise" size="50"/>
            </label>
          </p>
          <p>
                    <label>Nom, Prénom :
            <br /><input name="Nom" type="text" id="nom" size="50"/>
            </label>
          </p>
          <p>
                    <label>Adresse E-mail :
            <br /><input name="mail" type="text"id="mail" size="50" />
            </label>
          </p>
          <p>
                    <label>Votre message :
          <br /><textarea cols="70" rows="10" name="message" id="message" ></textarea>
                    </label>
          </p>
           <input type="submit" value="Envoyer le message"/>
                  </form>
         </td>
      </tr>
    </table>
    envoyer.php
    <?php
    if(isset($_POST['entreprise']) AND isset($_POST['nom']) AND isset($_POST['mail']) AND isset($_POST['message']))// Si les variables existent :
              if($_POST['entreprise']!=NULL AND $_POST['nom']!=NULL AND $_POST['mail']!=NULL AND $_POST['message']!=NULL)// si on a quelque chose à enregistrer :
                        $entreprise = stripslashes($_POST['entreprise']);
                        $nom = stripslashes($_POST['nom']);
                        $mail = stripslashes($_POST['mail']);
                        $message = stripslashes($_POST['message']);
                        $expediteur = "[email protected]";
                        $expediteurIP = $_SERVER['REMOTE_ADDR'];
                        $titre = "1 nouveau message de l'entreprise: $entreprise";
                        $contenu = "$nom envoi le message suivant :\n\n$message \n\nAdresse E-mail du destinataire :$mail";
                        $headers = 'from:"AMIO Contact"<'.$mail.'>'."\n";
                        // Envoie du l'e-mail :
                        mail($expediteur, $expediteurIP, $titre, $contenu, $headers);
                        // Affichage "e-mail envoyé" :
                        echo "Votre message a bien été envoyé !";
              else {
                        echo "Votre message n'a pas été envoyé ! Cause : Tous les champs doivent être rempli.";
    ?>
    après vérification et essais de plusieurs script cela ne fonctionne toujours pas : Je remplis mon formulaire sans problème et lorsque j'ai terminé j'appuis sur envoyer et la mon formulaire disparaît de l'écran pour laisser la place au message votre document à bien été envoyé et là plus rien ne se passe et le courrier je ne le reçois dans aucune de mes boîtes mails préalablement sélectionnées
    Est-ce que je pourrais avoir un petit coup de main afin de résoudre ce problème.
    Je vous en remercie d'avance
    A très bientôt

    Bonjour David,
    Je te remercie pour ta réponse et j'ai encore un petit problème.
    J'ai refais tout mes scripts et maintenant ,
    CSS :
    td {font-weight: bold; text-align: left;}
    td.liste{text-align: left;}
    th {font-size: 2em; color: red; padding: 0;}
    </style>
    <style type="text/css" media="print">
    div.nepasvoir p:first-line {font-weight: bold;}
    tr#nepasimprimer {display: none;}
    </style>
    <style type="text/css" media="screen">
    div.nepasvoir {display: none;}
    td {padding: 0.25em 1px;}
    td.lesboutons{}
    </style>
    <script type="text/javascript" language="Javascript" >
    <!--
    function verification()
              if(document.formulaire.entreprise.value == "") {
      alert("Veuillez entrer votre le nom de votre entreprise svp");
      document.formulaire.entreprise.focus();
      return false;
      else
                if(document.formulaire.nom.value == "") {
      alert("Veuillez entrer votre Nom et prénom svp");
      document.formulaire.nom.focus();
      return false;
      else
                if(document.formulaire.email.value == "") {
      alert("Veuillez entrer votre adresse electronique svp");
      document.formulaire.email.focus();
      return false;
      else
                if(document.formulaire.email.value.indexOf('@') == -1) {
      alert("Ce n'est pas une adresse electronique, verifiez la svp");
      document.formulaire.email.focus();
      return false;
      else
       sujetoption = -1
       for (i=0; i<formulaire.sujet.length; i++)
                 if(document.formulaire.sujet[i].checked){
       sujetoption = i
                 if (sujetoption == -1) {
                alert("Veuillez choisir un sujet pour votre mail svp");
      return false;
       else
              if(document.formulaire.texte.value == "") {
                alert("Veuillez entrer le texte de votre message svp");
                document.formulaire.texte.focus();
      return false;
    //-->
    </script>
    Form_contact :                                      (DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">)
    <form name='Formulaire' action='envoyer.php' method='post'>
              <table cellspacing="0">
                        <th colspan="2">Formulaire de contact</th>
                                  <tr><td class="info">Votre Entreprise: </td><td class="champ"><input name='entreprise' type='text' size='50' class="writein"></td></tr>
                                  <tr><td class="info">Votre Nom et Prénom : </td><td class="champ"><input name='nom' type='text' size='50' class="writein"></td></tr>
                                  <tr><td class="info">Votre email</td><td class="champ"><input name='email' type='text' size='50' class="writein"></td></tr>
                                  <tr><td class="subject">Le motif de votre message</td><td class="liste">
                          <input name='sujet' type='radio' value='renseignement'>Renseignement<br />
                                            <input name='sujet' type='radio' value='demande'>Demande de prix<br />
                                            <input name='sujet' type='radio' value='appel'>Appel téléphonique</td></tr>
                                  <tr><td class="contenu">Votre message</td><td class="contenant"><textarea name='texte' cols='50' rows='20' class="writein"></textarea></td></tr>
                                  <tr id="nepasimprimer"><td class="lesboutons"><input name='soumettre' type='submit' value='Envoyer'></td></tr>
              </table>
                        <div class="nepasvoir">
                                  Tous les champs du formulaire <strong>doivent</strong> &ecirc;tre remplis.
                        </div>
    </form>
    envoyer.php
    <?php
    $adresse="[email protected]";
    $from="From: $nom $entreprise<$email>\r\n";
    $from.="Reply-To: $nom $entreprise <$email>\n";
    $from.="X-priority:3\n";
    $texte="<html>";
    $texte.="$texte";
    $texte.="</html>";
    $from.="MIME-Version: 1.0\r\n";
    $from.="Content-Type: text/html"; 
    if (mail($adresse,$sujet,$texte,$from))
    echo("<center><font color=green><br><br><br><h2>Formulaire envoy&eacute; ! Nous vous r&eacute;pondrons rapidement. Merci!</h2></font><br><a href=/>Cliquez ici pour revenir &agrave; l'accueil</a></center>");
    ?>
    Maintanant mon formulaire part bien et je le reçois sur ma boîte mail,
    Réception :
    J'ai bien le Nom et Prénom de l'expéditeur
    J'ai aussi le nom de l'entreprise
    et la sélection du sujet
    Mais par-contre ma zone texte du message est vide alors que j'avais tapé du texte, j'ai cherché mais j'ai encore pas trouvé la solution.
    Pouvez-vous m'aider ?
    En ce qui concerne la sécurité, je verrais ceci à suivre mais je veux déja résoudre ce problème avant
    Je vous remercie d'avance
    A très bientôt

  • HT1918 my credit card expired, so it tells me i have to update my payment method, in which i do since all i have to do is change the exp date and the 3 digit security number. upon doing this i just get a link to this page "contact apple support"

    I am currently deployed near russia, we have internet and everything else works, but when i loaded my redeem card to my acct (which took just fine) it tells me to update my information. upon trying to do this it tells me to go to support page......that does not help, i just want to use the money that i loaded on my acct.

    If you are getting a message to contact iTunes Support then you can do so via this link and ask them for help (we are fellow users here on these forums) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Unlink Facebook 'home page' & contact pictures

    I have Facebook contact sync off, but it has been synced before (so the pictures in their contact cards are their FB profile pictures). Is there a way to remove these photos and the 'home page'/facebook link, other than manually?
    For example in each contact that was previously linked to a FB account, in their contact card there is a 'home page' field (fb://profile/00000) and a 'Facebook' field with their name. I want all of this crap gone!!
    Thanks!

    I agree is is not a third party issue.  My phone has been crazy since the update (but wasn't great before).  This is my second phone because of problems I have had with it.  It does crazy things like when I unlock the screen the time is ALWAYS exactly an hour prior to the actual time (and the time zone is correct). Also, when I go to send a text message, the message appear correctly but if I click on them quickly when I start typing I am actually sending the message to the person that was in that message slot 24 hours before.  My text messages no longer show my contact photos even though I don't have "phone only" checked.  I have tried both with and without being synched to FB but still no success.  And another weird thing, since the update I have discovered I am able to take a screen shot and that is without an app because I've never downloaded one or even tried that...it was an accident the first time and I did it again and again and it works.  Craziest phone I've ever seen.  I do want a solution to my photos being in my text message contacts.  Their names are there with their numbers, just no photos, no matter if it is a saved photo from the phone or a FB linked contact

  • Firefox is now hard to load, and no matter what I click on for a web page, or even my mail I get the connection was reset and I have to hit the try again button 5 - 6 times usually to get the page to load.

    I updated internet explorer also changing my server provider so that my web page contact emails would go thru. I have quest broadband and could not use my yahoo accounts as they are not compatible, had me open a q.com email will transfer to outlook for my web pages. That all works, but now firefox is acting up.

    Many business users chose to use the downgrade option to XP until Windows 7 had been out awhile longer ,which may be what happened on your machine. Where I work, most all of the machines still run XP.
    Recovery Disks contain the OS and all drivers/software for a specific model. A plain Windows disk contains just the OS.Not sure which you have, but a true Recovery Disk set will not work on any machine.
    It really sounds like you have a Windows Repair disk which requires a backup image to repair an installation.Could you confirm what exact disk you have?
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • I have created a working php contact file but I do not know how get it onto my website properly

    Hi,
    I don't know if this a big job or too complicated for me, but I thought I would ask anyway.
    I have a contact page www.bristolequestrianservices.co.uk/contactus.html which has never ever actually worked.  I have now spend ages and ages doing a new contact page, contact.php, and this one now works perfectly.
    My problem is now I don't know how to put it all together if that makes sense.  My contactus.html has all my other things ie, header, topnav and everything like that but the contact php is just a contact page.
    Hope all of this makes sense and don't know if anyone has the time to help me with this as I think it's most probably too much!  I'm so close but so far!
    Thanks in anticipation

    Below is the entire contact.php page. Just reinstate your email address where the XXXXXXXXXX are (I don't post email address in the forum because of spam issues.)
    I have not had chance to entirely style the form but it's near. The form css is in the page. You can move it out and into its own stylesheet. You will now have to change your contact page links in your other pages from contact.html to contact.php
    Its a lot of <divs> for a simple form. This all could have been produced with 50% less code.
    <?php
    // Set email variables
    $email_to = '[email protected]';
    $email_subject = 'Form submission';
    // Set required fields
    $required_fields = array('fullname','email','comment');
    // set error messages
    $error_messages = array(
    'fullname' => 'Please enter a Name to proceed.',
    'email' => 'Please enter a valid Email Address to continue.',
    'comment' => 'Please enter your Message to continue.'
    // Set form status
    $form_complete = FALSE;
    // configure validation array
    $validation = array();
    // check form submittal
    if(!empty($_POST)) {
    // Sanitise POST array
    foreach($_POST as $key => $value) $_POST[$key] = remove_email_injection(trim($value));
    // Loop into required fields and make sure they match our needs
    foreach($required_fields as $field) {
    // the field has been submitted?
    if(!array_key_exists($field, $_POST)) array_push($validation, $field);
    // check there is information in the field?
    if($_POST[$field] == '') array_push($validation, $field);
    // validate the email address supplied
    if($field == 'email') if(!validate_email_address($_POST[$field])) array_push($validation, $field);
    // basic validation result
    if(count($validation) == 0) {
    // Prepare our content string
    $email_content = 'New Website Comment: ' . "\n\n";
    // simple email content
    foreach($_POST as $key => $value) {
    if($key != 'submit') $email_content .= $key . ': ' . $value . "\n";
    // if validation passed ok then send the email
    mail($email_to, $email_subject, $email_content);
    // Update form switch
    $form_complete = TRUE;
    function validate_email_address($email = FALSE) {
    return (preg_match('/^[^@\s]+@([-a-z0-9]+\.)+[a-z]{2,}$/i', $email))? TRUE : FALSE;
    function remove_email_injection($field = FALSE) {
    return (str_ireplace(array("\r", "\n", "%0a", "%0d", "Content-Type:", "bcc:","to:","cc:"), '', $field));
    ?>
    <!DOCTYPE HTML>
    <html>
    <head>
    <script type="text/javascript" src="http://www.bristolequestrianservices.co.uk/js/jquery.js"></script>
    <script type="text/javascript" src="http://www.bristolequestrianservices.co.uk/js/timothy.js"></script>
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/mootools/1.3.0/mootools-yui-compressed.js"></script>
    <script type="text/javascript"  src="http://www.bristolequestrianservices.co.uk/contact/validation/validation.js"></script>
    <script type="text/javascript">
    var nameError = '<?php echo $error_messages['fullname']; ?>';
    var emailError = '<?php echo $error_messages['email']; ?>';
    var commentError = '<?php echo $error_messages['comment']; ?>';
    function MM_preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    </script>
    <script>
    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
    ga('create', 'UA-47829305-1', 'bristolequestrianservices.co.uk');
    ga('send', 'pageview');
    </script>
    <link href="http://www.bristolequestrianservices.co.uk/css/styles.css" rel="stylesheet" type="text/css" media="screen">
    <link href="http://www.bristolequestrianservices.co.uk/css/print.css" rel="stylesheet" type="text/css" media="print">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="Content-Type" content="cache" />
    <meta name="robots" content="INDEX,FOLLOW" />
    <meta name="keywords" content="mobile field shelter,mobile stables,good quality,prices,cheap,shelters, shelter, stables, stables, mobile filed shelters, mobile stable, " />
    <meta name="description" content="Quality mobile stables and field shelters, we will not be beaten on price for this quality" />
    <title>Mobile Field Shelters | Mobile Stables | Bristol Equestrian Services</title>
    <!-- Google Analytics Code Goes Below Here -->
    <meta name="google-site-verification" content="zUg_yn4KVoI6Xy8LLvw0PjtwgXPmlQVNKb3tY001yp4" />
    <!-- End Google Analytics Code -->
    <style>
    #formWrap {
        width:648px;
        margin-top: 0px;
        margin-left: 0px;
        background:#fff;
        border:1px solid #F1F1F1;
        -moz-border-radius:20px;
        -moz-box-shadow:2px 2px 5px #999;
        -webkit-border-radius:20px;
        -webkit-box-shadow:2px 2px 5px #999;
        padding: 0;
    #formWrap #form {
        border-top:1px solid #EEE;
        width:648px;
    #formWrap #form .row {
        border-bottom:1px dotted #EEE;
        display:block;
        line-height:38px;
        overflow:auto;
        padding: 10px 0px;
        width:100%;  
    #form .row .label {
        font-size:16px;
        font-weight:bold;
        font-family:Arial, Helvetica, sans-serif;
        width:180px;
        padding-right:10px;
        margin-right:10px;
    #form .row .input {
        float:left;
        margin-right:10px;
        width:auto;
    /* width:auto;*/
    width: 455px;
    #form .row .input2 {
        float:left;
        margin-right:10px;
        width:auto;
    /* width:auto;*/
    width:455px;
    .detail {
        width:455px;
        font-family:Arial, Helvetica, sans-serif;
        font-size: 14px;
        padding: 10px 8px;
        margin:0px;
        display:block;
        border-radius:5px 5px 5px 5px;
        background:#e9e9e9;
        border:1px solid #ccc;
    .mess {
        width:455px;
        max-width:450px;
        height:280px;
        overflow:auto;
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        padding:7px 8px;
        line-height:1em;
        margin:0px;
        display:block;
        border-radius:5px 5px 5px 5px;
        background:#e9e9e9;
        border:1px solid #ccc;
    .detail:focus {
        background-color:#fff;
        border:1px solid #999;
        outline:none;
    .detail:mess {
        background-color:#fff;
        border:1px solid #999;
        outline:none;
    #form .row .context {
        color:#999;
        font-size:11px;
        font-style:italic;
        line-height:14px;
        font-family:Arial, Helvetica, sans-serif;
        width:200px;
        float:left;
    #form #submit {
        font-family:Arial, Helvetica, sans-serif;
        margin: 25px 0 0 0;
        color:#000;
        font-size:16px;
        text-shadow:1px 1px 1px #999;
        padding:10px;
    span.error{
        color:#000;  
        display:block;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        background-image:url(http://www.bristolequestrianservices.co.uk/contact/images/x.png);
        background-repeat:no-repeat;
        background-position: 10px center;
        padding-left: 10%;
        width: 90%;
    #formWrap h2 {
        font-family:Arial, Helvetica, sans-serif;
        font-size: 26px;
        font-weight: normal;
        color:#255e67;
        margin: 25px 0 0 20px;
    </style>
    </head>
    <body>
    <div id="outer">
    <div id="wrapper">
    <div id="header">
    <div id="companyLogo">
    <img src="http://www.bristolequestrianservices.co.uk/images/logo4.jpg" alt="americanbarn" width="182" height="110" /><img src="http://www.bristolequestrianservices.co.uk/images/banner1.jpg" alt="horsebanner" width="302" height="84" />
    </div> <!-- end logo-->
    <div id="contact">
    <span class="phone">Tel: 07800538607 | 07920408396<br></span>
    <span class="email">Email: [email protected]</span>
    </div>
    </div>
    <!-- end header -->    
    <div id="topnav">
    <ul>
    <li><a href="index.html">Home</a></li>
    <li><a href="stables.html">Stables</a></li>
    <li><a href="shelters.html">Shelters</a></li>
    <li><a href="gallery.html">Gallery</a></li>
    <li><a href="pricelist.html">Price List</a></li>
    <li><a href="usefullinks.html">Useful Links</a></li>
    <li><a href="contactus.php">Contact Us</a></li>
    </ul>      
    </div>
    <img src="http://www.bristolequestrianservices.co.uk/images/photos/lisa1.jpg">
    <img src="http://www.bristolequestrianservices.co.uk/images/photos/me.jpg">       
    <div id="content">
    <h1>Contact Us</h1>
    <p><span class="big-blue">DUE TO A TECHNICAL ISSUE WITH THE CONTACT FORM PLEASE CONTACT US ON [email protected]</span><p>When contacting us please give us as much details as you can. If you want a quote for delivery please submit your post code. We will endeavour to respond to all emails within a few hours.</p>
    <p>Office opening hours: Monday to Friday 7.30am-6pm</p>
    <p>Saturday 8am-5pm</p>
    <p>Sunday CLOSED</p>
    <div id="formWrap">
    <h2>We Appreciate Your Feedback</h2>
    <div id="form">
    <?php if($form_complete === FALSE): ?>
    <form action="contact.php" method="post" id="comments_form">
    <div class="row">
    <div class="label">Your Name</div> <!--end .label -->
    <div class="input">
    <input type="text" id="fullname" class="detail" name="fullname" value="<?php echo isset($_POST['fullname'])? $_POST['fullname'] : ''; ?>" /><?php if(in_array('fullname', $validation)): ?><span class="error"><?php echo $error_messages['fullname']; ?></span><?php endif; ?>
    </div><!-- end .input -->
    </div><!-- end .row -->
    <div class="row">
    <div class="label">Your Email Address</div> <!--end .label -->
    <div class="input">
    <input type="text" id="email" class="detail" name="email" value="<?php echo isset($_POST['email'])? $_POST['email'] : ''; ?>" /><?php if(in_array('email', $validation)): ?><span class="error"><?php echo $error_messages['email']; ?></span><?php endif; ?>
    </div><!-- end .input -->
    </div><!-- end .row -->
    <div class="row">
    <div class="label">Your Message</div> <!--end .label -->
    <div class="input2">
    <textarea id="comment" name="comment"  class="mess"><?php echo isset($_POST['comment'])? $_POST['comment'] : ''; ?>
    </textarea><?php if(in_array('comment', $validation)): ?><span class="error"><?php echo $error_messages['comment']; ?></span><?php endif; ?>
    </div><!-- end .input -->
    </div><!-- end .row -->
    <input type="submit" id="submit" name="submit" value="Send Message" />
    </form>
    <?php else: ?>
    <p style="font-size:35px; font-family:Arial, Helvetica, sans-serif; color:#255e67; margin-left:25px;">Thank you for your Message!</p>
    <script type="text/javascript">
    setTimeout('ourRedirect()', 5000)
    function ourRedirect () {
    location.href='index.html'
    </script>
    <?php endif; ?></div><!-- end #form-->
    </div><!-- end formWrap div -->
    </div>
    <div id="rightside">
    <h2>Latest News</h2>
    <p><a href="latestdesign.html">Our Latest Design</a></p>
    <p><a href="newpictures.html">New Pictures Added</a></p>
    <p><a href="testimonials.html">New Testimonials</a></p><br>
    <h4>View Gallery</h4><br>
    <img src="http://www.bristolequestrianservices.co.uk/images/buttons/viewgallery.jpg" /><br>
    <br><h4>Follow Us</h4><br>
    <div id="social-media-icons2">
    <ul>
    <li><a href="https://www.facebook.com/groups/150449201771804/"><img src="http://www.bristolequestrianservices.co.uk/images/icons/facebook.jpg" /></a></li>
    <li><a href="£"><img src="http://www.bristolequestrianservices.co.uk/images/icons/rss.jpg" /></a></li>
    <li><a href="http://www.twitter.com"><img src="http://www.bristolequestrianservices.co.uk/images/icons/twitter.jpg" /></a></li>
    <li><img src="http://www.bristolequestrianservices.co.uk/images/icons/youtube.jpg" /></li>
    </ul>
    </div>
    </div>
    <div id="rightside-bottom">
    <div id="footer">
    <p class="footer-text">Copyright 2014 Bristol Equestrian Services</p>
    </div>
    </div>
    </body>
    </html>

  • Contact details in wrong order - am I the only one?

    I use an iPhone 3G and sync it with my Macs using MobileMe. All software is up to date.
    One thing bugs me since I have an iPhone:
    The contact details are in a different order than on my Macs. They are even different for different contacts.
    Example:
    Contact 1 on Mac: 1. Mobile number 2. home number 3. work number 4. pager
    Contact 1 on iPhone: 1. home number 2. work number 4. pager 3. mobile number
    Contact 2 on iPhone 1. work number 2 home number 3. mobile number
    This is really anonying. I wonder if I am the only person with this problem? I use the german language on iPhone and on my Macs.
    I know that in the Mac Adress book I can set the order of the various contact details and that works very well. But not on the iPhone.
    I do not so much care about a particular order, I just want to have my contacts in order. It is very difficult to quickly dial somebodys number when you first have to look where the mobile number is hidden.

    hi,
    I tried something new and i found it interesting. in Address book under Edit menu you have "Edit Distribution List". you will see three columes;"Group, Name and the third one on which you can click and change it to the phone. then you can click on the desired number which turns to bold and that will be the default number for that name. you will encounter a conflict when a name has assigned to different groups so you should check that name for each group.
    Let me know your feed back.
    Happy New Year

  • Search Box is not showing in custom master page

    Hi 
    I am using "Office 365 Enterprise E3 Trial"
    and have created a custom master page for my public SharePoint
    site .
    I have added Search snippet from the snippet gallery but the search
    box is not showing in the master page .I am not able to find the reasons .

    My Master page code is like bellow
    <!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" xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">
        <head>
            <meta http-equiv="X-UA-Compatible" content="IE=10" xmlns="" />
            <!--CS: Start Page Head Contents Snippet-->
            <!--SPM:<%@Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
            <!--SPM:<%@Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
            <!--SID:00 -->
            <meta name="GENERATOR" content="Microsoft SharePoint" xmlns="" />
            <meta http-equiv="Content-type" content="text/html; charset=utf-8" xmlns="" />
            <meta http-equiv="Expires" content="0" xmlns="" />
            <!--MS:<SharePoint:RobotsMetaTag runat="server">-->
            <!--ME:</SharePoint:RobotsMetaTag>-->
            <!--MS:<SharePoint:PageTitle runat="server">-->
                <!--MS:<asp:ContentPlaceHolder id="PlaceHolderPageTitle" runat="server">-->
                    <!--MS:<SharePoint:ProjectProperty Property="Title" runat="server">-->
                    <!--ME:</SharePoint:ProjectProperty>-->
                <!--ME:</asp:ContentPlaceHolder>-->
            <!--ME:</SharePoint:PageTitle>-->
            <!--MS:<SharePoint:StartScript runat="server">-->
            <!--ME:</SharePoint:StartScript>-->
            <!--MS:<SharePoint:CssLink runat="server" Version="15">-->
            <!--ME:</SharePoint:CssLink>-->
            <!--MS:<SharePoint:CacheManifestLink runat="server">-->
            <!--ME:</SharePoint:CacheManifestLink>-->
            <!--MS:<SharePoint:PageRenderMode runat="server" RenderModeType="Standard">-->
            <!--ME:</SharePoint:PageRenderMode>-->
            <!--MS:<SharePoint:ScriptLink language="javascript" name="core.js" OnDemand="true" runat="server" Localizable="false">-->
            <!--ME:</SharePoint:ScriptLink>-->
            <!--MS:<SharePoint:ScriptLink language="javascript" name="menu.js" OnDemand="true" runat="server" Localizable="false">-->
            <!--ME:</SharePoint:ScriptLink>-->
            <!--MS:<SharePoint:ScriptLink language="javascript" name="callout.js" OnDemand="true" runat="server" Localizable="false">-->
            <!--ME:</SharePoint:ScriptLink>-->
            <!--MS:<SharePoint:ScriptLink language="javascript" name="sharing.js" OnDemand="true" runat="server" Localizable="false">-->
            <!--ME:</SharePoint:ScriptLink>-->
            <!--MS:<SharePoint:ScriptLink language="javascript" name="suitelinks.js" OnDemand="true" runat="server" Localizable="false">-->
            <!--ME:</SharePoint:ScriptLink>-->
            <!--MS:<SharePoint:CustomJSUrl runat="server">-->
            <!--ME:</SharePoint:CustomJSUrl>-->
            <!--MS:<SharePoint:SoapDiscoveryLink runat="server">-->
            <!--ME:</SharePoint:SoapDiscoveryLink>-->
            <!--MS:<SharePoint:AjaxDelta id="DeltaPlaceHolderAdditionalPageHead" Container="false" runat="server">-->
                <!--MS:<asp:ContentPlaceHolder id="PlaceHolderAdditionalPageHead" runat="server">-->
                <!--ME:</asp:ContentPlaceHolder>-->
                <!--MS:<SharePoint:DelegateControl runat="server" ControlId="AdditionalPageHead" AllowMultipleControls="true">-->
                <!--ME:</SharePoint:DelegateControl>-->
                <!--MS:<asp:ContentPlaceHolder id="PlaceHolderBodyAreaClass" runat="server">-->
                <!--ME:</asp:ContentPlaceHolder>-->
            <!--ME:</SharePoint:AjaxDelta>-->
            <!--MS:<SharePoint:CssRegistration Name="Themable/corev15.css" runat="server">-->
            <!--ME:</SharePoint:CssRegistration>-->
            <!--MS:<SharePoint:AjaxDelta id="DeltaSPWebPartManager" runat="server">-->
                <!--MS:<WebPartPages:SPWebPartManager runat="server">-->
                <!--ME:</WebPartPages:SPWebPartManager>-->
            <!--ME:</SharePoint:AjaxDelta>-->
            <!--CE: End Page Head Contents Snippet-->
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
            <!--DC:Two Tomorrows-->
           <link href="style1.css" rel="stylesheet" type="text/css" />
            <link href="slider.css" rel="stylesheet" type="text/css" />
            <!-- JS -->
            <!-- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">//<![CDATA[!-->
            <script type="text/javascript" src="https://purplechannelltd-public.sharepoint.com/_catalogs/masterpage/DNV/js/jquery-1.10.2.min.js">//<![CDATA[
            //]]>
            </script>
            <script type="text/javascript" src="js/custom.js">//<![CDATA[
            //]]>
            </script>
            <script type="text/javascript" src="js/bjqs-1.3.min.js">//<![CDATA[
            //]]>
            </script>
            <script type="text/javascript" src="/Documents/clients_hover.js">//<![CDATA[
            //]]>
            </script>
            <script type="text/javascript" src="/Documents/jquery.backgroundSize.js">//<![CDATA[
            //]]>
            </script>
            <script type="text/javascript" class="secret-source">//<![CDATA[
            jQuery(document).ready(function($) {
              $('#banner-fade').bjqs({
                width       : 1600,
                height       : 377,
                responsive  : true
            //]]>
            </script>
            <script type="text/javascript">//<![CDATA[
    $(document).ready(function () {
        if((window.location.href=="https://purplechannelltd-public.sharepoint.com/")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/default.aspx")||(window.location.href=="https://purplechannelltd-public.sharepoint.com/Pages/default.aspx")
          $("#banner-fade").removeAttr("style");
          $("#BannerLine").removeAttr("style");
          $("#trBreadCrumb").css("display","none");
          $("#trNewsAndTraningHome").removeAttr("style");
          $("#trNewsOnly").css("display","none");
        else
         $("#banner-fade").css("display","none");
         $("#BannerLine").css("display","none");
         $("#trBreadCrumb").removeAttr("style");
         $("#trNewsAndTraningHome").css("display","none");
         $("#trNewsOnly").removeAttr("style");
        if((window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/Services.aspx")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/Key-issues.aspx")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/Industries.aspx")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/Clients.aspx")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/About-us.aspx")
        ||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/walking-the-talk.aspx")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/what-is-sustainability.aspx")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/our-team.aspx")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/assurance-code-of-conduct.aspx")
        ||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/Contact-us-EMEA.aspx")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/Contact-us-asia-pacific.aspx")||(window.location.href=="http://purplechannelltd-public.sharepoint.com/Pages/Contact-us-Americas.aspx")){
          $("#banner-fade").css("display","none");
         $("#BannerLine").css("display","none");
          $("#trBreadCrumb").css("display","none");
          $("#trNewsAndTraningHome").removeAttr("style");
          $("#trNewsOnly").css("display","none");
        if (window.location.href.indexOf("dnv-gl-launches-new-global-brand") >= 0 ||window.location.href.indexOf("how-future-proof-your-business") >= 0||window.location.href.indexOf("human-rights-time-walk-talk") >= 0 )
         $("#trNewsOnly").css("display","none");
        if($("#trNewsOnly").html().indexOf("Web Part Error:")>0)
        $("#trNewsOnly").css("display","none");
        if($("#trBreadCrumb").html().indexOf("Web Part Error:")>0)
        $("#trBreadCrumb").css("display","none");
            //]]>
            </script>
            <!--[if gte mso 9]><xml>
    <mso:CustomDocumentProperties>
    <mso:ContentTypeId msdt:dt="string">0x0101000F1C8B9E0EB4BE489F09807B2C53288F0054AD6EF48B9F7B45A142F8173F171BD10003D357F861E29844953D5CAA1D4D8A3A</mso:ContentTypeId>
    <mso:HtmlDesignAssociated msdt:dt="string">1</mso:HtmlDesignAssociated>
    <mso:HtmlDesignFromMaster msdt:dt="string"></mso:HtmlDesignFromMaster>
    <mso:HtmlDesignStatusAndPreview msdt:dt="string">https://purplechannelltd-public.sharepoint.com/_catalogs/masterpage/DNV/TT.html, Conversion successful.</mso:HtmlDesignStatusAndPreview>
    <mso:HtmlDesignConversionSucceeded msdt:dt="string">True</mso:HtmlDesignConversionSucceeded>
    </mso:CustomDocumentProperties>
    </xml><![endif]-->
        </head>
        <body>
            <!--CS: Start Ribbon Snippet-->
            <!--SPM:<%@Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
            <!--SPM:<%@Register Tagprefix="wssucw" TagName="Welcome" Src="~/_controltemplates/15/Welcome.ascx"%>-->
            <!--MS:<SharePoint:SPSecurityTrimmedControl runat="server" HideFromSearchCrawler="true" EmitDiv="true">-->
                <div id="TurnOnAccessibility" style="display:none" class="s4-notdlg noindex" xmlns="">
                    <a id="linkTurnOnAcc" href="#" class="ms-accessible ms-acc-button" onclick="SetIsAccessibilityFeatureEnabled(true);UpdateAccessibilityUI();document.getElementById('linkTurnOffAcc').focus();return false;">
                        <!--MS:<SharePoint:EncodedLiteral runat="server" text="&#60;%$Resources:wss,master_turnonaccessibility%&#62;" EncodeMethod="HtmlEncode">-->
                        <!--ME:</SharePoint:EncodedLiteral>-->
                    </a>
                </div>
                <div id="TurnOffAccessibility" style="display:none" class="s4-notdlg noindex" xmlns="">
                    <a id="linkTurnOffAcc" href="#" class="ms-accessible ms-acc-button" onclick="SetIsAccessibilityFeatureEnabled(false);UpdateAccessibilityUI();document.getElementById('linkTurnOnAcc').focus();return false;">
                        <!--MS:<SharePoint:EncodedLiteral runat="server" text="&#60;%$Resources:wss,master_turnoffaccessibility%&#62;" EncodeMethod="HtmlEncode">-->
                        <!--ME:</SharePoint:EncodedLiteral>-->
                    </a>
                </div>
            <!--ME:</SharePoint:SPSecurityTrimmedControl>-->
            <div id="ms-designer-ribbon" xmlns="">
                <!--SID:02 {Ribbon}-->
                <!--PS: Start of READ-ONLY PREVIEW (do not modify) --><div class="DefaultContentBlock" style="background:rgb(0, 114, 198); color:white; width:100%; padding:8px; height:64px; overflow:hidden;">The SharePoint
    ribbon will be here when your file is either previewed on or applied to your site.</div><!--PE: End of READ-ONLY PREVIEW -->
            </div>
            <div id="s4-workspace" xmlns="">
                <div id="s4-bodyContainer">
                    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" xmlns="http://www.w3.org/1999/xhtml">
                        <tr>
                            <td align="left" valign="top" class="headerLeft">
                            </td>
                            <td width="886" align="left" valign="top">
                                <div class="header">
                                    <a href="https://purplechannelltd-public.sharepoint.com/">
                                        <img src="images/logo.gif" width="189" height="109" alt="Logo" />
                                    </a>
                                    <h1>Sustainability Advisory Services
                                    </h1>
                                    <ul id="topNav">
                                        <li>
                                            <a href="http://purplechannelltd-public.sharepoint.com/Pages/About-us.aspx">About us
                                            </a>
                                        </li>
                                        <li>
                                            <a href="https://purplechannelltd-public.sharepoint.com/Pages/News.aspx">News
                                            </a>
                                        </li>
                                        <li>
                                            <a href="http://purplechannelltd-public.sharepoint.com/Pages/Contact-us.aspx">Contact us
                                            </a>
                                        </li>
                                    </ul>
                                    <!-- top nav -->
                                    <div style="right: 0px; ; color: rgb(0, 51, 153); font-weight: bold; top: 25px;">
                                       BUSINESS ASSURANCE
                                                                    </div>
                                    <!-- twitter -->
                                    <div class="twitterSec">RT @damidefelice: @edgeoftheocean Anna Turrel shows how @TwoTomorrows assesses corporate human right
                                    </div>
                                    <!-- twitter -->
                                    <!-- search -->
                                    <!--<form action="" method="get" id="search">
                                        <input name="" type="text" class="searchText"/>
                                        <input name="" type="image" src="images/search-icon.gif"/>
                                    </form>!-->
                                    <!-- search -->
                                    <!--ADD!-->
                                    <div id="search">
                                        <div data-name="SearchBox">
                                            <!--CS: Start Search Box Snippet-->
                                            <!--SPM:<%@Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint,
    Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
                                            <!--MS:<SharePoint:DelegateControl runat="server" ControlId="SmallSearchInputBox">-->
                                                <!--PS: Start of READ-ONLY PREVIEW (do not modify)--><div class="ms-webpart-chrome ms-webpart-chrome-fullWidth
    "><div WebPartID="00000000-0000-0000-0000-000000000000" HasPers="true" id="WebPart" width="100%" class="ms-WPBody noindex " OnlyForMePart="true" allowDelete="false" style=""><div componentid="ctl00_SmallSearchInputBox_csr" id="ctl00_SmallSearchInputBox_csr"><div
    id="SearchBox" name="Control"><div class="ms-srch-sb ms-srch-sb-border" id="ctl00_SmallSearchInputBox_csr_sboxdiv"><input type="text" value="Search..." maxlength="2048" accessKey="S" title="Search..." id="ctl00_SmallSearchInputBox_csr_sbox" autocomplete="off"
    autocorrect="off" onkeypress="EnsureScriptFunc('Search.ClientControls.js', 'Srch.U', function() {if (Srch.U.isEnterKey(String.fromCharCode(event.keyCode))) {$find('ctl00_SmallSearchInputBox_csr').search($get('ctl00_SmallSearchInputBox_csr_sbox').value);return
    Srch.U.cancelEvent(event);}})" onkeydown="EnsureScriptFunc('Search.ClientControls.js', 'Srch.U', function() {var ctl = $find('ctl00_SmallSearchInputBox_csr');ctl.activateDefaultQuerySuggestionBehavior();})" onfocus="EnsureScriptFunc('Search.ClientControls.js',
    'Srch.U', function() {var ctl = $find('ctl00_SmallSearchInputBox_csr');ctl.hidePrompt();ctl.setBorder(true);})" onblur="EnsureScriptFunc('Search.ClientControls.js', 'Srch.U', function() {var ctl = $find('ctl00_SmallSearchInputBox_csr'); if (ctl){ ctl.showPrompt();
    ctl.setBorder(false);}})" class="ms-textSmall ms-srch-sb-prompt ms-helperText" ><a title="Search" class="ms-srch-sb-searchLink" id="ctl00_SmallSearchInputBox_csr_SearchLink" onclick="EnsureScriptFunc('Search.ClientControls.js', 'Srch.U', function() {$find('ctl00_SmallSearchInputBox_csr').search($get('ctl00_SmallSearchInputBox_csr_sbox').value);})"
    href="javascript: {}"><img src="https://purplechannelltd-public.sharepoint.com/_catalogs/theme/Themed/E97CFE0A/searchresultui-61174269.themedpng?ctag=7" class="ms-srch-sb-searchImg" id="searchImg" alt="Search" ></a></div></div></div><noscript><div
    id="ctl00_SmallSearchInputBox_noscript">It looks like your browser does not have JavaScript enabled. Please turn on JavaScript and try again.</div></noscript><div id="ctl00_SmallSearchInputBox"></div><div class="ms-clear"></div></div></div><!--PE:
    End of READ-ONLY PREVIEW-->
                                            <!--ME:</SharePoint:DelegateControl>-->
                                            <!--CE: End Search Box Snippet-->
                                        </div>
                                    </div>
                                    <!--ADDEND!-->
                                </div>
                            </td>

  • Page display based on count of records

    Hi All,
    i have one report requirement in BIP.
    my report should contains 3 pages only.
    Fist page contains first contact information.
    Second page should contain Second contact inforamtion.
    Third page should contain comparing of first contact age and second contact age.
    if we select first contact record it should display first page contact info only no need to display compare page.
    if we select two contacts then it should display first contact page, second contact page and compare contact age page also. (here first contact and second contact columuns should match. example address, country but age not required to match)
    if we select three or more contacts they should get a message please select two contact records only message.
    Now my question is regarding to page displays, how can we count records then display first page, otherwise display all pages, else message. Here i want to generate report with sub template logic.
    Thanks,
    jag
    Edited by: user7498756 on Aug 30, 2012 8:45 AM

    as you were saying they will select the option so in your template
    use if condition based on user input to execute the block you need .
    if selected value = first member
    call subtemplate first part
    end if
    if selected value = second member
    call subtemplate second part
    end if
    if selected value = more than 2
    keep static message
    end if
    in subtemplate create
    2 parts of code
    first part
    will have first page logic
    second part will have
    its logic required

  • R12 Payables supplier Contact- Email validation

    Hi there,
    I am trying to modify this page /oracle/apps/pos/supplier/webui/ByrAddrPG that in this page Contact Details and Purpose. There is a field email address and it has validation to ensure that the email is correct. I can't find the controller or AM method that preforms this validations. Can anyone assists ?
    I wish to know how the code looks like to check for email validation to enable and disable it.
    thank you in advance.
    jlee

    Suppliers in R12 are included within the TCA.
    Supplier Banks will now be categorized as Parties. You may validate it by checking that the bank information you have loaded into IBY_EXT_BANK_ACCOUNTS would also get loaded into HZ_PARTIES.
    Bank address information will be a part of the Party Site.
    Bank Site and Location information will have to be loaded into HZ_PATRY_SITES and HZ_LOCATIONS. For that, you will have to use the TCA APIs hz_party_site_v2pub.create_party_site and hz_location_v2pub.create_location
    Regards,

  • Uploading pages to FTP - Get error of internal data error

    I had malware on my computer and had to redo the whole computer and reinstall Dreamweaver CS5. I have not had to redo this for 4 years and in the process ..none of my pages will upload with Dreamweaver as before. All I did was update my pictures like I do every month. I got some of the text updated on the web using Filezilla, but the Dreamweaver upload will not work..I get the Dreamweaver internal data error sign.
    What am I doing wrong?
    My web site is www.williamshomesteadranch.com
    The index page, contact us page, well done page, and infor links pages uploaded ok with Filezilla, but the none will  upload with Dreamweaver. Filezilla uploaded all but the new pictures on the other pages.
    Please help!
    Sue

    > I'd like to know if there is a fix out there
    We haven't identified the source of the problem yet. I have
    no trouble
    uploading PDFs with any version of DW, so I would be
    profoundly surprised if
    this were a DW problem.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Mustang151" <[email protected]> wrote in
    message
    news:eggkcj$gpt$[email protected]..
    > I've just recently encountered a similar problem with
    uploading PDF's
    > through
    > Dreamweaver. All other file types upload just fine, but
    the PDF's give an
    > 'internal data error'. I'd like to know if there is a
    fix out there, or
    > pending, as I really would like to avoid having to use a
    different FTP
    > client
    > to upload one file type. I have the most recent
    Dreamweaver MX2004 update,
    > which doesn't seem to have fixed the problem. Any
    further suggestions?
    >

  • How on Earth do you Print Contact Sheet in Landscape Orientation in the new iPhoto?

    Just upgraded to Maverick and new iPhoto and boy am I sorry.  In the last version of of iPhoto it was really difficult to print 4 to a page contact sheets from iPhoto in landscape mode.  Why would you want to print in any othe mode when most photos are taken in landscape?
    Pleae help as I have to print these photos ASAP for a client.

    First set the page size to letter- borderless. Next after selecting the Contact theme click on the Print Settings button and reset the page size to 11 wide and 8.5 high.
    Finally set the columns to 2 which will give you this:
    To test it without having to print each time use the PDF ➙ Save as PDF menu option.  If all looks good you can print from the PDF file.
    There's no provision for adding a title at the top of the page.  However, create a TextEdit, Word, Pages, etc., document, put the title at the top and print over the printed contact sheet.

  • TS1292 How to get a refund for a faulty iTunes card? Or proper iTunes contact no?

    Hi folks,
    Does anyone know how to get a refund on a faulty iTunes card? The number is basically illegible. The FAQ is useless, and every time I try to find a proper email contact, or similar method of contacting a HUMAN in Customer Support, I keep getting shunted back to the idiotic start screen.
    Under Australian law, I am entitled to a refund if something is faulty.

    See this support article:
    http://support.apple.com/kb/TS1292
    If you can't get to work after perusing that page, contact the iTunes Store Support; instructions are at the bottom of that article. And that will connect to a human, though via email, of course.
    Regards.

  • Questions: using Bridge CS3 to create ID contact sheets

    I just discovered the powerful tool to create multi-page contact sheets from Bridge to InDesign.
    By default, it will generate a 1 pt border color around the image as well as the caption text box. Also, there is no predefined text type and size. Photoshop contact sheets will let you choose the font type as well as the size.
    Is there an extra script I need to download for InDesign or Bridge in order accomplish this or am I missing an option within one of these programs?

    1. I assume you are talking about thumbs for video files. I think it grabs the first frame of the video, which may be a blank screen. I have gotten around this by using snipping tool in Vista to make a jpeg shot to represent the video.
    2. Type in Metadata in Bridge Help and see if that answers your questions. Don't mix up the concept of metadata with keywords and ratings.
    3. It is always the best to back up you data to another hard drive or to CD's. A hard drive will fail at some point, usually when you have not backed up for a long time.

Maybe you are looking for

  • Hung b channel on t1 isdn

    hi guys. i have a t1 running isdn 5ess. looking with show controller call-counters i see this : DS0's Active: 1 DS0's Active High Water Mark: 1 TimeSlot Type TotalCalls TotalDuration 1 pri 0 00:00:00 2 pri 0 00:00:00 3 pri 0 00:00:00 4 pri 0 00:00:00

  • Enabling multiple BAdi Calls

    Hello there, i'm relatively new to ABAP and SAP R/3. I use SAP CRM 5.0, and implemented an address check for the transaction BP (for creation of business partners) via the BAdi "address_check". Now I'd like to know why a BAdi is only called once afte

  • Sony A7 mk2 RAW file not recognized

    I recently upgraded from a Sony A7 to a A7mk2. When I try to import the RAW file from the A7mk2, Lightroom cannot provide preview of the file and would not import the files. It was working fine with A7 files. I tried to open the new file with Photosh

  • I can't import my cd's into itunes...I get error 0x77686174

    I'm trying to import songs from cd's and everytime I try to I get an error message that an error had occured CONVERTING the file (error 0x77686174). Anyone have any ideas of what I can do to fix this and be able to use iTunes? Thanks for any help you

  • Bob, how did you change the icon of your Windows drive?

    CandyBar only shows my Macintosh HD in the volumes window. I am afraid to drag it into CandyBar's volumes window as this might unmount it and cause all sorts of issues. Thanks ... Ken