Spry, Mousover-Buttons and Email-Form problem. Site is 100% error free.

My site: http://www.wientjesvoegwerk.nl/
Its xhtml1.0 and css validated.
I have a few problems however.
This was how i did it first:
<li class="TabbedPanelsTab" tabindex="0">
          <style>#Home a{display:block;color:transparent;} #Home a:hover{background-position:left bottom;}a#Home {display:none}</style>
          <table id="Home" width=0 cellpadding=0 cellspacing=0 border=0><tr>
          <td style="padding-right:0px" title ="Home">
        <a href="javascript:TabbedPanels1.showPanel(1);" title="Home" style="background-image:url(../Buttons/Home.png);width:172px;height:75px;display:block;"><br/></a></td>
          </tr></table>
          </li>
As you see i use Spry tabbed panels. In a tab i put code wich shows a button with mouse over.
Changing the code so my site would be 100% validated resulted in a broken button.
The button works but loses its mouseover function.
This is it now:
<li class="TabbedPanelsTab">
        <table id="THome" >
          <tr>
            <td style="padding-right:0px" title ="Home"><a href="javascript:TabbedPanels1.showPanel(1);" title="Home" style="background-image:url(Buttons/Home.png);width:172px;height:75px;display:block;"><br/>
            </a></td>
          </tr>
        </table>
      </li>
I tried everything. When using the code above the validator has errors, when using the one below, i lose mouseover...
The validator says <style> tag isnt allowed.
How do i solve this problem? I hope someone can help me out...
Also i have another problem.
I searched for safe email forms and hit this site: http://www.webbyzone.com/2010/01/10/make-xajax-phpmailer-contact-forms-work/
It looks pro but i cant get it working. A little help would be appreciated...
And i cant get my footer down to the bottom since i used Spry. Any help here also would be nice.
xhtml site:
<!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>Wientjes Voegwerk &amp; Renovatie - Home</title>
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <link href="CSS/Style.css" rel="stylesheet" type="text/css" />
     <meta http-equiv="Content-Language" content="NL" />
     <meta http-equiv="imagetoolbar" content="no" />
     <meta name="MSSmartTagsPreventParsing" content="true" />
    <meta name="description" content="Wientjes Voegwerk en Renovatie is een voeg- en renovatiebedrijf gespecialiseerd in gevelrenovatie. Dagelijkse werkzaamheden zijn het voegen van nieuwbouwwerk, en alle voorkomende vormen van gevelrenovatie. Ik geef uw woning, garage of schoorsteen de aandacht die het verdient en ben trots op het resultaat van mijn werk!"/>
    <meta name="keywords" content="Voegwerk, Renovatie, Reinigen, Impregneren, Muur, Voegen, Steen, Woning, Garage, Schoorsteen, Bedrijf, Gevel, Wientjes, Uitslijten, Kappen, Fundering, Vorstschade, Metselen, Metselwerk, Vocht" />
    <meta name="author" content="Rob Nijlaan" />
</head>
<body>
<div id="WContainer">
       <div id="WHeader" align="center">
         <img src="Pictures/VoegenRenLos.png" width="540" height="58" alt="Voeg en Renovatiebedrijf" /><br />
    <img src="Pictures/WientLogo.png" width="600" height="136" alt="Wientjes Voegwerk &amp; Renovatie" /></div>
     <div id="TabbedPanels1" class="VTabbedPanels">
       <ul class="TabbedPanelsTabGroup">
       <li class="TabbedPanelsTab">
        <table id="THome" >
          <tr>
            <td style="padding-right:0px" title ="Home"><a href="javascript:TabbedPanels1.showPanel(1);" title="Home" style="background-image:url(Buttons/Home.png);width:172px;height:75px;display:block;"><br/>
            </a></td>
          </tr>
        </table>
      </li>
      <li class="TabbedPanelsTab" >
        <table id="TInfo" >
          <tr>
            <td style="padding-right:0px" title ="Info"><a href="javascript:TabbedPanels1.showPanel(2);" title="Info" style="background-image:url(Buttons/Info.png);width:172px;height:75px;display:block;"><br/>
            </a></td>
          </tr>
        </table>
      </li>
      <li class="TabbedPanelsTab" >
        <table id="TGallerij" >
          <tr>
            <td style="padding-right:0px" title ="Gallerij"><a href="javascript:TabbedPanels1.showPanel(3);" title="Gallerij" style="background-image:url(Buttons/Gallerij.png);width:172px;height:75px;display:block;"><br/>
            </a></td>
          </tr>
        </table>
      </li>
      <li class="TabbedPanelsTab" >
        <table id="TContact" >
          <tr>
            <td style="padding-right:0px" title ="Contact"><a href="javascript:TabbedPanels1.showPanel(4);" title="Contact" style="background-image:url(Buttons/Contact.png);width:172px;height:75px;display:block;"><br/>
            </a></td>
          </tr>
        </table>
      </li>
      <li>
        <p class="footer"><br />
          <br />
          <br />
          <br />
          <br />
          Wientjes Voegwerk en Renovatie<br />
          <br />
          tel; 06 - 221 464 28<br />
          <br />
          kvk; <br />
          <br />
          <a href="http://jigsaw.w3.org/css-validator/check/referer"> <img style="border:0;width:88px;height:31px"
        src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
        alt="Valide CSS!" /> </a><br />
        <a href="http://validator.w3.org/check?uri=referer"><img
        src="http://www.w3.org/Icons/valid-xhtml10-blue"
        alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a> </p>
       </li>
      </ul>
       <div class="TabbedPanelsContentGroup">
<div class="TabbedPanelsContent" id="Home">
                   <h1>Welkom Bij Wientjes Voegwerk en Renovatie!</h1>
      <p>Wientjes Voegwerk en Renovatie is een voeg- en renovatiebedrijf gespecialiseerd in gevelrenovatie.<br />Dagelijkse werkzaamheden zijn het voegen van nieuwbouwwerk, en alle voorkomende vormen van gevelrenovatie.<br />Ik geef uw woning, garage of schoorsteen de aandacht die het verdient en ben trots op het resultaat van mijn werk!<br /><br />Wientjes, J </p>
      <h2>Voegen/Renovatie/Reinigen &amp; Impregneren. </h2>
<table border="0" align="right"><tr><td>
<a href="Foto/Foto's telefoon1 075.jpg"><img src="Foto/Foto's telefoon1 075.jpg" alt="Muur met Steiger" width="379" height="354" align="right" />
</a></td></tr><tr><td><center>klik op de foto voor een groter voorbeeld</center></td></tr></table>
  <p>Vaak wordt er bij het kopen van een woning weinig aandacht besteed aan het voegwerk. Er wordt alleen gekeken naar hoe een woning is gebouwd.<br />Een voeg bepaalt echter wel het aanzicht van een woning. Van een goed aangebrachte voeg heeft u uiteraard veel langer plezier. <br />Renovatie bestaat voornamelijk uit het uitslijpen of kappen van het oude voegwerk. Waar nodig het verwijderen van scheuren die zijn ontstaan door:</p>
  <ul>
    <li>
      <p>
        Verzakking van de fundering
      </p>
    </li>
    <li>
      <p>
        Slecht voegwerk
      </p>
    </li>
    <li>
      <p>
        Vorstschade
      </p>
    </li>
    <li>
      <p>
        Doorhangen of ontbreken van ...
      </p>
    </li>
  </ul>
  <p>Bij gevelvervuiling van uw woning kunnen er problemen ontstaan die het wooncomfort negatief kunnen beïnvloeden.<br />Wanneer de voeg is aangetast of het metselwerk is door vorstschade beschadigd, kunnen er vochtproblemen in huis ontstaan.<br />Mos en alg hechten zich goed aan beschadigde stenen en voegwerk. <br /><br />Door middel van impregnering wordt een woning waterafstotend gemaakt.<br />Dit betekent dat het voeg- en metstelwerk jarenlang wordt beschermd tegen weersinvloeden. <br />Ook is impregnering beter voor de isolatie van de woning.</p>
<p align="left"><img src="Pictures/TelnrLos.png" width="525" height="49" align="top" alt="Telefoonnummer"/></p>
                         </div>
                   <div class="TabbedPanelsContent" id="Info">
                test2
                   </div>
                   <div class="TabbedPanelsContent" id="Gallerij">
                test3
                   </div>
                        <div class="TabbedPanelsContent" id="Contact">
                <?php echo '<div id="contact_result">'.$form.'</div>'; ?>
                </div>
    </div>
    </div>
    <script type="text/javascript">
<!--
var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
//-->
</script>
     <div id="WFooter" align="center">
         <p class="footer">Wientjes Voegwerk &amp; Renovatie     ,    03- '02         »        Site by ;    <b>Rob Nijlaan</b>        »        Problemen of vragen over deze site?    -    <b><a href="mailto:[email protected]">[email protected]</a></b></p>
     </div>
</div>
</body>
</html>
CSS script:
@charset "utf-8";
/* CSS Document */
html,body {
     height:100%; /* needed for container min-height */
     width:100%;
     background: #FFFFFF url(../Pictures/Background.png) no-repeat center;
     color:#000;
h1{
font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif; color: #595999;
font-weight: bold;
font-style:italic;
font-size: 230%;
h2{
font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif; color: #595999;
font-weight: bold;
font-size: 180%;
p{
font-family: "Verdana", verdana, arial, helvetica, sans-serif;
font-size: 100%;
.footer{
font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
font-size: 70%;
text-align:center;
#WContainer{
     position:absolute;
     margin:0 auto;
     width:80%;
     background:none;
     height:auto;
     height:100%;
     min-height:100%;
     margin-left: 10%;
     margin-right: 10%;
#WHeader{
     height: 195px;
     width:100%;
     margin-bottom: 10px;
     margin-left: 0px;
     margin-right: 10px;
.VTabbedPanels .TabbedPanelsTabGroup {
     float: left;
     width: 172px;
     height: 75px;
     background-color: #FFF;
     position: relative;
     border-top: solid 0px #FFF;
     border-right: solid 0px #FFF;
     border-left: solid 0px #FFF;
     border-bottom: solid 0px #FFF;
.VTabbedPanels .TabbedPanelsTab {
     float: none;
     margin: 0px;
     border-top: none;
     border-left: none;
     border-right: none;
.VTabbedPanels .TabbedPanelsContentGroup {
     margin-left: 220px;
     width: auto;
     height: auto;
     min-height:50%;
     max-width:83%;
     min-width:500px;
     padding: 20px 20px 20px 20px;
     border-left: solid 1px #999;
     border-bottom: solid 2px #999;
     border-top: solid 1px #999;
     border-right: solid 2px #999;
#WFooter{
     clear:both;
     height: 30px;
     margin-top:1px;
ul
list-style-type: none;
padding: 0px;
margin: 0px;
li
list-style-type: none;
padding: 0px;
margin: 0px;

I finnaly knew what was wrong with the buttons.
This is my renewed code:
HTML:
<li class="TabbedPanelsTab">
     <table class="Button">
          <tr>
               <td style="padding-right:0px" title ="Home">
                    <a href="javascript:TabbedPanels1.showPanel(1);" title="Home" style="background-image:url(../Buttons/Home.png);width:172px;height:75px;display:block;"><br /></a>
               </td>
          </tr>
     </table>
</li>
CSS:
.Button a{display:block;}
.Button a:hover{background-position:left bottom;}
a.Button {display:none}
My only problem is the Footer that is in top instead bottom.
And the mail form from: http://www.webbyzone.com/2010/01/10/make-xajax-phpmailer-contact-forms-work/
wich wont work so far...

Similar Messages

  • Muse, Business catalyst and email forms

    Dear users,
    I'd have a request about business catalyst and email forms.
    I made a simple web site for a test by Adobe Muse. In the contatc area I add an email form of Muse which requirs business catalyst. I subscibe a trial period with catalyst, tested it in its host and it was ok. Now I'm going to create a new site which is going to be published in a personal wed address (www.domainname.com) Is it enought to pay for a basic subscription of business catalyst, or do I need additional stuffs? Please consider that the site will be hosted in a different web space than catalyst
    I thank you in advacne for your kind collaboration
    Best regards
    Fabrizio Zambelli

    Thank you for your kind reply. Unlucky there are 2 problems with my explanition: I'm not so confidential with wed hosting stuffs and english!!!!!
    I have a domain (www.example.com) which is hosted and registred in Italy by a service like Godaddy.
    I downloaded the web site which I created with Muse on that domain and it works. I made a page which uses the email form widget from Muse and obviously, it says to me that BC is required to work. Basicaly I'm looking for a suggestion on how to get it working. Thanks agains expecially for your patience!!!!!!!!   Fab

  • How can i transfer all my datas and email form old Mac G5 to new iMac ?

    How can i transfer all my datas and email form old Mac G5 to new iMac ?

    Generally Mugration Assistant will suffice importing all Data ito a new user, but you can manually import it...
    Users/YourUserName/Library/Mail
    Users/YourUserName/Library/Mail Downloads
    (Could be a different folder here if you chose such in Mail Prefs)

  • Email form problems

    I am trying to get a simple as2 email flash cs3 form to work
    on our goDaddy hosted server. They are not sure how to help. Their
    advice is to change the extension from .php to .php5. Does anyone
    have as2 Flash script and php script that will make a email form
    work on goDaddy? I am posting my code for both that does not work
    now.

    Hi kglad. One. not sure how to "use the onData event of
    receiveLoad and see what error message you're getting." Sorry,
    don't use as2 very much. Two. I am doing all this on the same
    domain, so there should not be any security issues.
    I asked goDaddy what the problem might be and this was their
    (snarky) reply;
    "As you have already been informed, when using a flash form
    on your site, in the scripting for the form you will need to
    reference our SMTP server at relay-hosting.secureserver.net and
    this server does not require authentication."
    They gave me this code a couple of days ago and told me to
    stick this into my PHP code. It didn't help.
    This is beyond me I am afraid.

  • Save and Email Form

    Hi,
    I have a form which has a Submit via email button configured on it. The form itself is an application form with lots of fields for customers to fill in. Once they have filled in the form, I want them to click the Submit button which will then open up the local email client (all outlook) and send the email back to me. Ive tried to distribute the form via the File Menu but this is not working. It only sends the filled in fields. How do I program or set the button so when the applicant click's the submit button, it sends the entire form along with the data which has been typed in to me?

    There are two ways to deal with this.....
    1. Set the control type to Regular in Object Palette for the email button and use the following JavaScript code in 'click' event of the button.
    event.target.submitForm({cURL:"mailto:[email protected]?subject=Newform&body=Fill the form and click on email submit button.",cSubmitAs:"PDF",cCharset:"utf-8"});
    2. Set the control type to Submit in Object Palette for the email button and in the 'Submit' tab set 'PDF' in Submit as dropdown and check PDF in the Include section.

  • Contact / email form problem

    I am adding a contact / forward email form to a website I am building and ran into a snag. I have the Adobe Classroom in a book for AS3, and in chapter 13 it gives me the code, along with a start file and completed file. The problem is, the completed file doesn't work. The code links up to a web address that has the PHP file that generates the email. Has anyone else had a problem with this? I have access to a server running PHP and uploaded it there and redirected the AS code in the example and still nothing. And yes, I have checked the book website for updates. Relevant code follows.
    Thanks,
    Jeff
    var variables:URLVariables = new URLVariables();
    var mailAddress:URLRequest = new URLRequest("http://www.turnkeycreations.com/clients/tgc/email.php");
    name_txt.tabIndex = 1;
    email_txt.tabIndex = 2;
    subject_txt.tabIndex = 3;
    note_txt.tabIndex = 4;
    print_btn.tabIndex = 5;
    send_btn.addEventListener(MouseEvent.CLICK, onSubmit);
    function onSubmit(e:Event):void {
        variables.sName = name_txt.text;
        variables.sEmail = email_txt.text;
        variables.sMessage =variables.sName + " has sent this note:" + "\n\n"+note_txt.text;
        variables.sSubject = subject_txt.text;
        mailAddress.data = variables;
        mailAddress.method = URLRequestMethod.POST;
        sendToURL(mailAddress);
        feedback_txt.text = "Your mail has been sent";
    PHP:
    <?php
    $sendTo = $_POST["sEmail"];
    $subject = $_POST["sSubject"];
    $headers = "From: " . $_POST["sName"] . "<" . $_POST["sEmail"] .">\r\n";
    $headers .= "Reply-To: " . $_POST["sEmail"] . "\r\n";
    $headers .= "Return-path: " . $_POST["sEmail"];
    $message = $_POST["sMessage"];
    mail($sendTo, $subject, $message, $headers);
    ?>

    I guess technically it does work, I sent it to another address to test it again. The problem is,
    the address I used first is (not real) [email protected]  .  It has a period before the first and last name. Could this be the problem? If so, how do I fix?

  • On/off button and customer relationship problem in Istanbul

    like most people i have a problem with my on/off button (iphone 5).
    last week i saw the info about Apple's replacement program about iphone 5 with this issue.
    i checked mey serial number and it was eligible for the program.
    yesterday i went to apple store in Istanbul, they also checked my serial number and verified that it is eligible for replacement program.
    they told me to get an appointment from their web site for genius bar.
    last night i checked the site and it told me there is no valid date for appointment.
    i tohught that maybe it was a temporary situtation. i checked this morning and afternoon and still i am getting the same error "no valid date".
    then i decided to call Apple Store Istanbul to see if there is anything else i can do.
    the girl on the phone told me there is a problem of getting an appointment for genius bar online for 3 weeks and you cant get an appointment in any other way.
    actually they dont care what you need or how to solve a problem. i asked her 3 times what should i do now ? she told me maybe you can try after 12 pm on sunday.
    maybe it ll work to get an appointment online. i asked if i can speak to someone who can help me or show me any other way. but the answer is simple; NO.
    what should i do ? i ll be glad if someone can help me or show me a way.
    Thank you
    Can Ozkurt

    Hi Can,
    i wondered if you managed to get an appointment at the Genius Bar in Istanbul.
    I have a iPhone 5s which is completely dead (hardware problem diagnosed by iTunes)  and have been informed by apple support that I'm eligible for a replacement. I'll be traveling from N Cyprus but I'm finding it impossible to get an appointment. I've been trying for days. 
    This as you know is very frustrating. I wondered if you had any advice.
    Many thanks

  • Upgrading from 7.5 to version 8: Web and Email Collaboration problem

    Hi All;
    To be able to upgrade from 7.5 to version 8.x then the web and email collaboration should be removed and this is the hard thing !
    To go through all the web collaboration objects and remove it one after one is something not possible, special when I am trying to remove for example an agent who is belonging to the skill group and it gives us: you do not have a permission !!
    So I decided to do a clean at the database level (specially that the problem appears when running EDMT), I need a help to know the following to be able to do this cleaning:
    1) Should I do this in the side_A database or on the AWDB?
    2) If I removed the Application Instance that is related to the Collaboration, could this resolve the problem to do the upgrade from version 7.5 to 8.x? Or I have to delete all the values related to the Collaboration (for example, the media class, the used skill group and the used agents, ... etc)?
    Looking to a help PLZ.
    Regards
    Bilal

    Hi All;
    To be able to upgrade from 7.5 to version 8.x then the web and email collaboration should be removed and this is the hard thing !
    To go through all the web collaboration objects and remove it one after one is something not possible, special when I am trying to remove for example an agent who is belonging to the skill group and it gives us: you do not have a permission !!
    So I decided to do a clean at the database level (specially that the problem appears when running EDMT), I need a help to know the following to be able to do this cleaning:
    1) Should I do this in the side_A database or on the AWDB?
    2) If I removed the Application Instance that is related to the Collaboration, could this resolve the problem to do the upgrade from version 7.5 to 8.x? Or I have to delete all the values related to the Collaboration (for example, the media class, the used skill group and the used agents, ... etc)?
    Looking to a help PLZ.
    Regards
    Bilal

  • Everytime I try to setup and email alias I get a server error. What gives?

    I've been trying for days to set up and email alias and this is what I get. Am I doing something wrong or is iCloud having issues?

    Same thing here. Called Apple 3 times. They keep saying they have server problems and that I am not the only one affected by this.

  • Submit Button for Email Form

    I have searched the forum (my apologies if I missed the
    correct solution) and have done my fair share of Googling on this
    topic to no avail.
    Is there a "simple" solution to setting up a submit button to
    send a form to email.
    I have the action of the form as mailto:myemailaddress.com
    Method set to "Get"
    Enctype set to "text/plain"
    When I test to submit button it provides a popup window with
    a warning indicating the senders email address will be divulged. I
    click OK and a new window popsup for my yahoo sign in. I suppose
    this would happen as the default email interface used. However, the
    form isn't sent.
    Any solutions would be very helpful. Thanks
    P.S. I use DW 8

    This is posted here 2-5 times a week -
    There are only two ways to process form data -
    1. Use mailto:[email protected] as the action of the form
    2. Use a server-side scripting method to a) harvest the
    form's data, b)
    process it in some manner, e.g., enter it into a database, c)
    formulate and
    send an email to one or more email recipients, and d)
    redirect the visitor
    to some ending page
    Method 1 is quite simple, and is also the least reliable. It
    depends both
    on your visitor having an email client already installed on
    their computer -
    this eliminates public computers, or home users without email
    clients
    installed (more and more it seems) - and on the installed
    email client
    responding to
    the mailto call. It is not possible to use this method *and*
    send the
    visitor to a
    thank you page as well.
    Method 2a is the preferred method, since it eliminates the
    problems of
    method
    1, but it means that you have to grapple with
    server-scripting somehow (ASP,
    CF, PHP, perl, etc.).
    Method 2b would be to use some third-party form processing,
    like
    http://www.bebosoft.com/products/formstogo/,
    or if your server supports PHP,
    you could investigate
    http://www.geekministry.com/formbuilder/,
    a very nice
    product by a frequent poster here.
    You would have to decide which of these methods is best for
    your needs,
    but if it's Method 2a, then start by asking your host what
    they provide for
    form
    processing. If it's 2b, then read their FAQ/instructions
    carefully.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "DBistrow" <[email protected]> wrote in
    message
    news:[email protected]...
    >I have searched the forum (my apologies if I missed the
    correct solution)
    >and
    > have done my fair share of Googling on this topic to no
    avail.
    >
    > Is there a "simple" solution to setting up a submit
    button to send a form
    > to
    > email.
    >
    > I have the action of the form as
    mailto:myemailaddress.com
    >
    > Method set to "Get"
    >
    > Enctype set to "text/plain"
    >
    > When I test to submit button it provides a popup window
    with a warning
    > indicating the senders email address will be divulged. I
    click OK and a
    > new
    > window popsup for my yahoo sign in. I suppose this would
    happen as the
    > default
    > email interface used. However, the form isn't sent.
    >
    > Any solutions would be very helpful. Thanks
    >
    > P.S. I use DW 8
    >

  • Submit button and using form fields

    Hello all, I'm a bit new to using LiveCycle.  I created a form in acrobat. I have all my fields working properly but I ran into a snag.  Seems as though people with reader can't open and fill in my form because of a saving issue.  So I figured... let's try LiveCycle. I opened the same form.
    This is what I can figure out: I need a submit button that can attach the current pdf to a new email and then grab some of the field values from the form.  These field values are used to fill in the subject and the "To" field in outlook. I had a button that could do this in acrobat, but it doesn't seem to work in LiveCycle.  Can someone please offer some guidance?  Thanks so much.
    This is what I had on the acrobat form that worked before LiveCycle if it helps at all (used from an adobe sample):
    // This is the form return e-mail. Its hardcoded
       // The form will return to the manager chosen from the dropdown bob
       var cToAddr = "[email protected]";
       // First, get the client CC e-mail address
       var cCCAddr = this.getField("manager").value;
       // Now get the beneficiary e-mail only if it is filled out
       var cBenAddr = this.getField("PlaceHolderEmail").value;
       // Get the name and req number
       var cName = this.getField("EmployeeName").value;
       var cNumber = this.getField("Department").value;
       // Set the subject and body text for the e-mail message
       var cSubLine = "Absence Notification - " + cName + " - " + cNumber;
       var cBody = "Thank you for submitting this form.\n" +
                   "Save the mail attachment as a record";
       //** Send the form data as an PDF attachment on an e-mail
       // Build the e-mail URL
       var cEmailURL = "mailto:" + cCCAddr + "?cc=" + cBenAddr
                     + "&subject=" + cSubLine
                     + "&body=" + cBody;
       this.submitForm({cURL: cEmailURL, cSubmitAs:"PDF", cCharSet:"utf-8"});

    Here is a sample form for your reference..
    https://acrobat.com/#d=CK4QgXn38l49bzQlhWtKSA
    You need to use the rawValue to get the field value in LiveCycle..
    for example
          // First, get the client CC e-mail address
         var cCCAddr = manager.rawValue;
    Thanks
    Srini

  • Submit Button and Email Ady issu

    hi all .. i have an issue here.. I would like to insert two
    email addresses that pop up your email app, and at the bottom of
    message box i have a submit button as well.. i would like that to
    goto to an email as well.. I am sucha noob at this its not even
    funny. i tried flashvalue email button inflash tut but got nothing
    out of it.. Can someone please get me walked through this with the
    most basic instructions out there? thanks so much

    to bring up the users email program use:
    getURL('mail:[email protected]');
    but if you're trying to use the 'submit' button to send a
    message that was entered into a textfield on your site, you can't
    pass info to the program, and you must use the LoadVars class, and
    have a server-side script like php, that will process the info pass
    in and send the email.

  • 123-reg and natemail form problem

    Hi,
    I am using natemail for my contact forms and hosting the site
    on 123-reg. I
    get an error message HTTP 405 when trying to send an email
    (using the PHP
    natemail form). I guess that is because of the host. Is there
    an alternative
    way of sending contact forms with hosts that will not allow
    PHP forms?

    Hi bodds2013,
    I found a few discussions that could help you.
    http://forums.adobe.com/message/3357971#3357971 (Dated 2010 but the general guidelines should help you)
    http://forums.adobe.com/message/5374622
    http://forums.adobe.com/message/5110006#5110006
    Thanks,
    Preran

  • Mobile data and email sudden problems (808 PV)

    Ok, whatta ... is goin on... I have not updated or nothing and still have the FP1 that is still "ok" but suddenly my two Hotmail-widgets stopped updating the emails...and I removed my email accounts from the phone and added them again...no problem so far....but now I have less settings and the fastest email account sync. I can set is every 5 minutes...before there was "snarast"(swedish) which mean it constantly syncing the email...and the "mobile data" symbol under 3G on the top just comes up when it need to come up, before it was always there...and then I try sync my email accounts wit hthe spinning arrows at the bottom it doesn´t respond...its like it only sync then it wants to sync...probably every 5th minute...before everyhting happen instantly and responding fast and quicly...now  Idont trust anything...ive restarted many times still same thing...before there was more settings on each email accounts...now  Isee only "Signaturetext", "reply email" and "Myname" and now I have to manuall tipe how many emails the phone is downloading to each account..before  I think max was 250 ...now if I choose 25 and and one day delete 5......5 older emails from my Hotmailis downloaded and are marked as "new"...and when deleting emailson my hotmail account through my computer the phone dont show them deletes after sync...and same when I delete from my phonethey are still there on my computer...Im really **bleep** when ive not done anything to my 808...no upgrade or downloaded app...and this Mobiel data" that is off most of the time and only turned on when I start the webbrowers or something...I want it online constantly as before...and this changes in the email program I cant understand!! Help me!! The phone is ofcoarse the wonderful 808 PV! 

    Anyone with 808 and Hotmail here?? Can you have constant email sync and is your Hotmail account syncing with the computer version? It seem my have changed to minimum 5 min. by itself between sync, and still deleted emails in the phone are still in Hotmail account when checking via computer...  And personal folders in my Hotmail account is not downloaded to my 808 anymore...it only downloads new emails...and spinning arrows button dont respond often... I have done nothing, its like the phone have changed all this by itself... And mobile data symbol dissaper often and when abroad the mobila data symbol is still there but chopped or splitted even roaming and all are off, no data traffic luckily but annoying its there for no reason! Whats goin on?

  • Hold Button and Headphone Jack problems (not a question, DO NOT ANSWER)

    I received an old iPod with color display when the hold button appeared to be locked. The previous owner gave it to me for free. I waited about 3 years and finally looked into actually opening and fixing it. It turns out that a small ribbon cable connects the headphone jack and hold switch to the motherboard. The cable simply came out of its jack on the motherboard. All that was needed to fix the problem was simply opening the iPod and reconnecting the cable. For information on how to open your iPod's case check this link:
    http://www.youtube.com/watch?v=g21_JdLtJW8
    The blue tool pictured is not necessary. A few flathead precision screwdrivers work perfectly. Try it and good luck!

    P.S.
    The hold button was constantly locked and had no control.

Maybe you are looking for