Question about forms

This is my first time using a form in a website.
I have added a form to my website and i am trying to figure out how the whole process works. I have searched for the answer but i am still a ittle confused.
From what i understand the action field is where the processing of the form happens. Is it possible to have the information gathered in this form (very simple name, sex and email address) sent to my email address?
what exactly do i put in the action field?
thanks so much
Jason

the form
<form action="enviar.php" method="post" name="Contacto" id="Contacto">
        <table width="50%" align="center" cellpadding="5" cellspacing="5" id="Contact0">
          <tr>
            <td><span id="nombre">
              <label for="Name">Nombre</label>
               <input type="text" name="Name" id="Name ">
              <span class="textfieldRequiredMsg">Seguro tienes algún nombre.</span></span>
           </td>
          </tr>
          <tr>
            <td><span id="empresa">
              <label for="Empresa">Empresa</label>
              <input type="text" name="Empresa" id="Empresa">
</span>            </tr>
          <tr>
            <td><span id="correo">
            <label for="Email">Correo</label>
            <input type="text" name="Email" id="Email">
            <span class="textfieldRequiredMsg">Necesitamos tu correo.</span><span class="textfieldInvalidFormatMsg">Formato Inválido.</span><span class="textfieldMinCharsMsg">Minimum number of characters not met.</span></span></td>
          </tr>
          <tr>
            <td><span id="telefono">
            <label for="Telefono">Teléfono</label>
            <input type="text" name="Telefono" id="Telefono">
            <span class="textfieldRequiredMsg">Escribe tu teléfono.</span><span class="textfieldInvalidFormatMsg">Invalid format.</span><span class="textfieldMinCharsMsg">Hay un problema con el número escrito</span><span class="textfieldMaxCharsMsg">Exceeded maximum number of characters.</span></span></td>
          </tr>
          <tr>
            <td><span id="sprycheckbox1">
              <input type="checkbox" name="Dise&ntilde;o Web" id="Dise&ntilde;o Web">
              <label for="Dise&ntilde;o Web">Diseño Web</label>
            <span class="checkboxRequiredMsg">Please make a selection.</span></span></td>
          </tr>
          <tr>
            <td><span id="comentarios">
            <label for="Comentarios">Comentarios</label>
            <br>
            <textarea name="Comentarios" id="Comentarios" cols="25" rows="8"></textarea>
            <span id="countcomentarios"> </span><span class="textareaMaxCharsMsg">Uff... tienes mucho que decir, si te parece poder hablar en persona.</span><span class="textareaRequiredMsg">¿Cómo te podemos ayudar?.</span></span></td>
          </tr>
          <tr>
            <td><span id="codigo">
            <label for="Codigo">Código Promocional</label>
            <input type="text" name="Codigo" id="Codigo">
<span class="textfieldMinCharsMsg">el código es incorrecto.</span><span class="textfieldMaxCharsMsg">el código es incorrecto.</span><span class="textfieldInvalidFormatMsg">Formato inválido.</span></span></td>
          </tr>
          <tr>
            <td><input name="Borrar" type="reset" id="Borrar" value="Borrar">
            <input name="Enviar" type="submit" id="Enviar" value="Enviar"></td>
          </tr>
        </table>
        </form>
and the mailer (enviar.php)
<?php
$where_form_is="http://".$_SERVER['SERVER_NAME'].strrev(strstr(strrev($_SERVER['PHP_SELF']),"/"));
mail("[email protected]","Contacto D","Contacto b:
Nombre: " . $_POST['Name'] . "
Empresa: " . $_POST['Empresa'] . "
Correo: " . $_POST['Email'] . "
Teléfono: " . $_POST['Telefono'] . " 
Comentarios: " . $_POST['Comentarios'] . "
Código Promocional: " . $_POST['Codigo'] . "
include("gracias.php");
?>
this is what i use on my website, both on php i use teh old trick of reverse enginerring
its a poty that dreamweaver doenst help too much on spry, even with spry transitiosn or forms
copy that an then change or leran from that im still figurinfg how to do a multiple checkbox
Message was edited by: ignacio galdames

Similar Messages

  • Follow-up question about forms and SharePoint Online

    I asked a question about life after InfoPath earlier, and got a good answer:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/fb23b3d9-8a09-4267-aab5-09929f6a3082/life-after-infopath-seeking-advice
    After looking at all of the limitations of SharePoint Online, I'm wondering how developers are dealing with the limitations. Lets say you are asked to develop something that has complex logic, including fetching data from external web services, dynamically
    displaying parts of a process to people depending on role, and ending up with a printable document. In our on-premises environment, InfoPath is well suited to this task, with some code behind for some things. Or, if not using InfoPath, we would use application
    pages and workflow.
    Neither of those are available in SharePoint Online, so what would you do?

    Some things, such as the conditional display of content, can be done via JavaScript. More advanced items, such as integrating external web services would likely require a SharePoint "app". A SharePoint app is essentially a link to a separate site
    that is running an asp.net web app (or PHP, or whatever). This asp.net site can do anything it needs with any web services, or conditional formatting, or anything. Because it's registered as a SharePoint app, it can also call back into the SharePoint site
    and work with data. So, a SharePoint App could present the user with a robust form that simply sends the data back to a SharePoint list. The SharePoint app can also be surfaced on the SharePoint site itself in an iframe, so the user won't know that the form
    is hosted by another server.
    By the way, the ideas behind the app model permeate the entire SharePoint environment: instead of having the SharePoint server itself run all kinds of custom business logic, that workload is handled by other servers, so the SharePoint servers can be focused
    on running the core bits of SharePoint. InfoPath puts a large load on the servers, so it's out.  XSLT list views also put a load on the server, so they're also out. SSRS is an amazingly fantastic tool, but is not supported in the cloud (and there's no
    alternative). Timer jobs, event handlers, workflow, and many other things have been re-architected to take the load off the SharePoint servers.
    Mike G.

  • Questions about forms users once the form is completed

    I am on a Macintosh platform, OX 10.5 (Leopard), using Adobe Acrobat Professional that came with CS3 (version 8 I believe - I am not in front of that computer at the moment). I have creted a few forms in LifeCycle, but now my boss wants this to be completely Mac so Monday I need to start creating them in a Mac. I know the basics of how to create a form from a pdf file.
    Here are my questions:
    1 - Acrobat 8 is so old I can't find any help information in the Adobe help section. Everything that says version 8 takes me to X or XI when I click on the link. Does anyone know where I might find some help with this version?
    2 - How do I create a form that the person using can save with the data, the completed fields, so they can open it again and look at what they filled in?
    3 - As a corrollary to number 2, how can we also get the data?
    4 - We want to take a booklet that has been paper up to now, create a pdf, and then number them to sell for one use only.  Is there any way to make a form one-time-use only, so it can't be passed on to someone else to also complete?
    I appreciate any help I can get. Thank you.

    2. You need to apply the Extended Reader Rights. In version 8 I believe it was under the Advanced menu.
    3. The users can submit the file back to you in various formats, such as PDF (the entire file), FDF, XML, etc.
    You can add a submit button to the file that will help them do that, or they can just do it themselves.
    4. Impossible, unless you use some kind of DRM technology, but those are extremely expensive.

  • Questions about Forms 11g !!!!!!!

    Hi,
    I have few questions regarding Oracle Forms & Reports 11g. I have installed Oracle Forms and Reports 11g on Linux and it is working and running fine. In our environment, all the operating systems are on Linux like Database Server, Fusion Middle Ware and our client's machines are also on Linux. My questions are below;
    1) This time only I am accessing Forms and Reports Developer from my Linux machine, Can more than one developer access Forms and Reports Developer from their machines?
    2) During Reports migration from 6i to 11g Linux, how I can keep the same Reports font on 11g Reports
    3) Can I keep the same Forms 6i short cut keys in Forms 11g, like F7 for Enter Query, F8 for Execute Query, F10 For saving record instead of using F11 for Enter Query, Ctrl+F11 for Execute Query, Ctrl+S For saving record?
    4) When I run my Application "Oracle Forms Services Oracle Fusion Middleware 11g" message comes. Can I display my own message?
    5) What is the best practices for migrating 6i Application into Oracle Forms 11g Linux.
    Thanks in Advance,
    Yousuf.

    You can find the "Forms 6i to 11g Migration" document here:
    http://download.oracle.com/docs/cd/E15523_01/doc.1111/e10394/toc.htm
    Other upgrade documents (including Reports/Portal, etc) can be found here:
    http://download.oracle.com/docs/cd/E15523_01/upgrade.htm
    Hope this proves useful
    R/ Zaf

  • Stupid Noob Question About Form Validation

    I can't get this code to work. Can some kind-hearted soul
    look at it and tell me what stupid thing I'm doing wrong? It
    processes the output of a contact or email form. The field "status"
    is indeed defined on the form as a hidden field. When I enter
    appropriate text in the fields of the form, it takes me to
    "error.cfm" every time. Here's what I'm entering in the form for
    testing purposes:
    fromemail = [email protected]
    yourname = Jack
    phone = 407-755-0757
    message = Message
    Here's the code that processes the form output:
    <cfset emailIndex = FindOneOf("@aeiou",
    form.fromemail)>
    <cfset nameIndex = FindOneOf("aeiou", form.yourname)>
    <cfset phoneIndex = FindOneOf("123456789",form.phone)>
    <cfset messageIndex = FindOneOf("aeiou",form.message)>
    <!--- Check to see if the form was submitted. Also check
    for valid data in each form field. --->
    <cfif isDefined("form.status") AND form.status eq
    "sendemail" AND emailIndex GT 1 AND nameIndex GT 1 AND phoneIndex
    GT 1 AND messageIndex GT 1>
    <!--- If the form was submitted, send the email! --->
    <!-- NOTE: Hosting company email security requires that
    the username, password, and server name be included in the
    ColdFusion code. -->
    <cfmail to="[email protected]"
    from="[email protected]"
    username="[email protected]"
    password="correct_password_verified"
    server="correct_server_verified"
    replyto="#form.fromemail#"
    subject="Email From website"
    failto="[email protected]">
    This message is from: #Form.yourname#, #form.fromemail#,
    #form.phone#
    #FORM.message#
    </cfmail>
    <cflocation url="success.cfm">
    <cfelse>
    <cflocation url="error.cfm">
    </cfif>
    The form is located at
    http://www.GwenHarrison.com/contact/contactme.cfm.

    The "error.cfm" only appears when the initial <cfif>
    statements comes back as false. Meaning if it fails ANY of the
    criteria it will go to "error.cfm".
    1. What is "FORM.status" -- is that the submit button?
    a. If
    yes to above, then is "sendemail" the name of the submit
    button?
    2. Instead of doing "emailIndex GT 1 AND nameIndex GT 1 AND
    phoneIndex GT 1 AND messageIndex GT 1" do this:
    <cfif isDefined("FORM.status") and FORM.status eq
    "sendemail" and isdefined("FORM.fromemail") and FORM.fromemail NEQ
    "" and isdefined("FORM.yourname") and FORM.yourname NEQ "" and
    isdefined("FORM.phone") and FORM.phone NEQ "" and
    isdefined("FORM.message") and FORM.message NEQ "">
    HI
    <cfelse>
    <cfdump var="#form#">
    </cfif>
    Report back what you see.

  • Questions about using a PDF form online

    I have a client who wants to create an online version of a PDF form that they are currently using. I am currently trying to explain to them that this would be best done as an HTML web form, but I may not win this argument. I have only used PDFs for printed forms (either hand-written or using form fields) so I am not familiar with any problems that converting the form for use online would entail.
    When the 'Submit' button is pressed on the form, is there a way to redirect to another web page after the data is submitted? (i.e. does the PDF have access to it's outer 'environment'?)
    Are there any security issues submitting data using the PDF form as opposed to using a standard web form? (There may be sensitive data being submitted)
    I'm not sure how they plan to handle the data that is submitted, but there are several options in the submitForm parameters - I am assuming that using the HTML option would submit the data in the same format as a web form would. Am I correct here?
    Can the PDF be prevented from being downloaded or printed? This form should only be used to submit data to their server, not as a printed form.
    Are there any other 'gotchas' that I need to look out for? Does anyone have a recommendation for a site which contains any tutorials or guidelines for using PDF forms online?

    Thanks for the information.
    Yes, I agree that there is less reason for it to be a PDF form (Actually, no real reason other than the original form already exists in PDF), but I am unfortunately in the position that my input in this project is not necessarily being considered (my company is following direct -and inconsistent- directions from the client, and I have no contact with the client to ask questions about what their actual needs are). I have been told to give the client the 'Tomato' that they are asking for, even though they are describing an 'Apple'.
    The reason this form is not meant to be printed is that we have replaced the 'Signature' fields from the original form with checkboxes that the user must check to confirm they have 'signed' the document. If they are to print/fax/whatever the document, they should use the original form, not this one. And I am still trying to explain to them that this would be better served with an HTML web form, but I fear I am losing that battle.
    I have brought up the fact that it is not 100% guaranteed that Acrobat will be available in the browser, although I can only guess that it is less than likely that anyone will not have some sort of PDF viewer available to their browser.
    I will also mention that issues may arise if the file is not submitted from within the browser.

  • A question about UDA and Data-Forms

    Hi all,
    I have a couple of questions about UDA. I am using Hyperion Planning 11.1.1.3m, and when I desing a Data-Form I would need to use the UDA I asigned for the Entity dimension: is that posiible?
    The other question is, when creating a Substiution Variable in Essbase I use the function @UDA (+dimension+, "MemberA"), but when using this variable in the Data-Form, it does nothing at all(in fact, it is been detected as an error). Why is that happening?
    Thanks a lot

    Use an attribute dimension to achieve what you are trying to do with UDA's in a data form. An attribute dimension will allow you to filter on members in the base dimension by a specific attribute the same way a UDA will. You can create the attribute dimension in the dimension editor in Planning by selecting the base dimension (Entity) and then select the custom attributes' button. Check the dba guide for a step-by-step approach.
    With regards to the subvar, are you trying to add the function as a value of the subvar when you create it in EAS? If so, this is not allowed. What are you trying to do with the subvar on the form? Subvars are supported in data forms as part of the member selection for a dimension. For instance, you can set up a subvar called CurYear and set the value equal to FY11 for the Fiscal Year dimension. In the data form you can set the member selection for the Fiscal Year dimension to CurYear. When the user opens the form, the member FY11 is returned.

  • Few common questions about Mobile Forms

    Hello, everyone!
    I have a few questions about mobile forms:
    Can a form be integrated with a portal, which is build NOT on Adobe CQ\AEM technology?
    I've created a form and loaded it to the server repository via Form Manager. Now I can access it in my browser like this:
    http://testlcserver:8080/lc/content/xfaforms/profiles/hrform.html?contentRoot=repository%3 A%2F%2F%2FApplications%2FTest%2F1.0&template=UberForm.xdp&dataRef=
    And the question is: what is the right way to share forms to users on a production environment (without integration in a portal pages on so on, let it be just a link to a form which users have to fill in)?  I mean, should it be the same link, or it is only for developers need and to share forms to users some other way must be used?

    For integrating on custom portal, you would need to integrate with form submit proxy for handling of submission as mentioned @ http://helpx.adobe.com/livecycle/help/mobile-forms/mobile-forms-service-proxy.html.
    As far as url of form is concerned, it’s really up you. You can choose to hide the request parameters as couple of other customers are doing. You can find more information about hiding form template and content root from request parameter @ http://blogs.adobe.com/foxes/hide-parameters-from-mobile-form-url/

  • Hello am using ios 7.0.4 I have a question about messages that it does not show the time of a particular message after first message that I recive form a paricular person so please in the next version change this and with every message show time and date

    hello am using ios 7.0.4 I have a question about messages that it does not show the time of a particular message after first message that I recive form a paricular person so please in the next version change this and with every message show time and date

    Hi,
    How is everything going? Have you checked this issue from OWA? If so, please let me know the result.
    In adition, please also try to use the following powershell commands to check if the assistant has right permissions:
    Get-MailboxFolderPermission -Identity
    CEO’s email address:\Calendar -User assistant’s email address
    Also check with:
    Get-Mailbox -Identity CEO’s mailbox
    | fl *GrantSendOnBehalfTo
    Please let me know the result.
    Best Regards,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Questions about Adobe Interactive Forms

    Hi everybody,
    I have some questions about Adobe Interactive Forms with CRM 2007.
    I can create AIFs with the Template Designer via the WebUI. These templates appear e.g. for the account in the selection PopUp "Create from template". But these templates are not interactive at all, just the BP-information is displayed.
    Is the template-function only a static way to create a static PDF from the BP-information? Or is there a way to have the BP-information loaded to the PDF but still interactive input to communicate via a webservice?
    Thanks a lot for answers.
    Regards,
    Ben.

    My really modify is :
    CLASS: CL_CRM_WFD_ASSIGNMENT_FOLLOWUP
    METHOD: GET_ATTACHMENT
    ORIGINAL CODE:
    cl_crm_oi_ads=>call_ads(
            EXPORTING
              iv_xml_string      = lv_ws_data
              iv_xdp_string      = lv_template_data
              iv_returntype      = lv_doc_type      "cl_crm_oi_ads=>gc_doc_type_pdf
            IMPORTING
              ev_result_document = lv_pdf_xstring
    NEW CODE
    cl_crm_oi_ads=>call_ads(
            EXPORTING
              iv_xml_string      = lv_ws_data
              iv_xdp_string      = lv_template_data
    *{   INSERT         CRDK900138                                        1
    * Modify for correct Interactive Form
              iv_fillable        = 'X'
    *}   INSERT
              iv_returntype      = lv_doc_type      "cl_crm_oi_ads=>gc_doc_type_pdf
            IMPORTING
              ev_result_document = lv_pdf_xstring

  • Question about internet security...please help!

    Hi everyone,
    I have a question about the macbook's internet security.
    A few days ago I became aware that my sibling was using a laptop for internet use at my house which he got from a person that I do not trust. He is very computer-savy and we're worried that he may have installed some form of spy ware on that laptop and in turn, may have tried (or succeeded) in accessing my Macbook through some form of spyware. My house is hooked up with a D-Link wireless router, and at the time, it had no internet/access-password.
    So my question is, could this person have accessed my computer and personal information remotely by and through the laptop that my sibling got from him. I was under the impression that Mac's have very strong firewalls, but I have also heard that as long as he knew what he was doing, he could have accessed my computer. I don't have a wireless "network" set up at my house, I just simply use the router for internet. But my sibling told me that this guy was his "network administrator" which leads me to believe that he must have had remote access to the laptop.
    Can anyone with knowledge on this problem please weigh in and let me know what I need to do to confirm that no one has accessed anything from my macbook.
    Thanks!

    One option if you want to be extra safe is turning on FileVault (System Preferences -> Security), which will encrypt everything on your computer so that if somehow someone does gain access to your computer they will have a next to zero chance of being able to read anything they get from your computer. You have to have a lot of extra hard drive space on your computer to turn it on though.
    Also, a "network" is just a connection between computers, regardless of the internet is involved or not. So when you connect your computer to the router which gives you the internet, you are putting your computer on a network. Now I believe that in order for this person whom you don't trust to gain remote access to your computer, they would have to have more information such as an IP address for your computer, through the router in order to get to it.
    One thing I think is very important to consider that isn't on the technical side of things is something called "Social Engineering" which is a form of cracking, or hacking. You can do your own research, but in a nutshell Social Engineering is getting people that have access to something I'm trying to hack to give me information. For instance, this person you don't trust could be giving your brother the computer in the hopes that he will download something through your router to that laptop which could give him IP addresses and other information. And then when he gets that laptop back he could scan it for useful information and your brother wouldn't know he did anything wrong at all. The best way to avoid this is purely education and communication. Even if your brother doesn't share the same suspicions about this person, surely he will understand the need to be careful and smart when it comes to sharing personal information in the digital world.

  • Question about garageband: I have 3 short original songs that i wanted to merge ala "Bohemian Rhapsody". Is that possible in garageband? their tempos are all different from each other. Advance thanks.

    Question about garageband: I have 3 short original songs that i wanted to merge ala "Bohemian Rhapsody". Is that possible in garageband? their tempos are all different from each other. Advance thanks.

    First of all, GarageBand iOS allows for only one tempo and there is no Merge Song feature.
    What you can do.
    Switch between the songs and copy-paste the individual Tracks. You can also Merge Tracks if you run into the 8 Track limitation.
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • Question about Rescheduling Start Date of a Task

    Question about Rescheduling Start Date of a Task
    I'm trying to determine whether the 'Reschedule' action is appropriate to my situation...
    I have a service that consists of 4 tasks.  The first 3 tasks will be completed immediately and then the request's 4th task will sit in a queue for about a month so that all of these requests can be grouped together and fulfilled during a few overnight work sessions.
    While the 4th task is waiting to be fulfilled, the technician will be contacting the requestor to schedule the work to be done sometime during a 3 day window.  The technician needs to specify which of the 3 days each request will be worked on.  I'm not sure if I should store the date in a service form field or have the technician reschedule the task so that the start date of the task is set to one of the 3 days.  If I use the reschedule feature, are there any downsides?
    The advantage of using the reschedule feature is that the scheduled start date can be displayed in ServiceManager's task list and can therefore be sorted on and queried.  This wouldn't be possible if I stored the date in a dictionary field on the service form.  In that case, I'd have to use custom reports to group the tasks by start date.
    Please let me know your thoughts...
    Thanks,
    Scott

    This strikes me as a very good use of this feature, since your need to to have the date for this task rescheduled/reflected in ServiceManager. This is the specific effect of using this feature.
    For the benefit of others reading this post, remember: this rescheduled date will not change the due date for the service.

  • Question about Scheduled Task

    Question about Scheduled Task
    RequestCenter 2008.3
    Oracle 10g
    Websphere 6.1.27
    IE 7
    Hi:
    I have tried to get a scheduled task to work without any luck.  I am referencing a date/time field on the form and the task goes to "Scheduled", but never moves to "Ongoing".
    I've opened a case with support, but was wondering if anyone has gotten this to work.
    Thank you
    Daniel
    Safeway Inc.

    We just went through this too. If the plan is fairly complex, and has allot of conditional tasks you will have difficulty.
    The explanation I got from Shweta is that the calculation that determines the OLAs before my scheduled task was to start looks at ALL the potential tasks and combines them, essentially saying the duration is much longer than what you think it should be, ie the sum of all potential task OLAs, not just the tasks that became active.
    Bottom line if your scheduled date is with

  • Question About Photo Printers

    Excuse me for asking a question about photo printers here, but I could not find a place in the Apple Discussions form for printers.
    I'm thinking about buying an Epson R1900 printer since my primary selection criteria is the quality of glossy photographs.
    However, I have been told that use of the R1900 for general purposes (with a "standard" printer setting and non-photo paper) will detract from the R1900's performance when it will be used for printing photos (with photo RPM printer settings on premium photo paper or other media). But I just do not know whether this is correct. I was planning to have only one printer and expecting to use the photo printer as my "general purpose" printer (text, documents etc.).
    I would appreciate receiving advice/guidance from people who know about printers and/or people having with experience with the Epson R1900.
    Thanks for your help.

    I use my photo printer in two ways.
    For high quality prints I use the manufacturers Glossy paper and their expensive archival Quality inks for excellent results. More commonly though, I change out those ink cartridges and replace them with a cheaper water soluble ink bought online and use normal A4 copy paper for printing web pages and PDF documents.
    This second practice is about 60% cheaper in ink and copy paper is only about 1 cent per sheet and is satisfactory for such documents.
    The disadvantage is that is does require physically replacing one set of ink cartridges for the other, also if moving from basic to quality, I also do the inkhead alignment tests and adjustments to ensure that the output for glossy photos is going to be first rate.
    I find this necessary to prevent waste of good pigments, yet it still allows the printer to be used for more mundane usage of printing documents. The cost of printers is heavily discounted, as the manufacturers recoup their cost from the sale of ink. Hence one needs to have this dual usage in place to get the best of both worlds.
    This advice is not specific to one model photo printer, rather it is a general approach developed after spending too much money on good ink, printing web pages.

Maybe you are looking for

  • Problem with merged help

    argggh. ok. i (thought i) followed peter grainge's merged help on a simple merged webhelp project, but am having a devil of a time producing the desired result, and updating the published files to show what's been merged (e.g., the child projects). t

  • Using Thunderbird/Firefox - since last upgrade, issues with HTML emails and opening PDF

    Since last upgrade, it seems that I'm having 2 (maybe 3) problems: 1)  emails have white/grey horizontal lines in the bottom half of the email's text or graphics 2)  can't open pdf files - when I could without issue before upgrade 3)  Adobe Reader -

  • HT201413 Help! can't dowload my purchased music because of error.

    When try to dowload music system give me error message. I checked my system and everything seems to be okay. any suggestions?

  • WPA2 on Mac Mini 10.6.2 Airportd Crash

    I've been trying to get my mac mini on one of our wireless networks at work using WPA2 PSK +tkip. It's running 10.6.2 I've applied the airport update from 12/9. This is a clean build and this machine has never connected to this network with 10.6. It

  • Photos lost from iPod touch after being powered off |HELP!|

    help please!!!! so I backed up my iPod touch 4th gen to iCloud and all 3 days ago as well as updating to IOS 6.1.5. Then I powered it off. Tonight (3 days later) I turn it on, connect to the wifi, and go to my photos. I had about 800, now it says it'