Forms10g+jre1.6,  How to work on IE7 or Firefox

Here is my html code, it works fine on ie6 but doesnt work with ie7 and firefox.
(formsweb.cfg jipi parameters has been set.)
html code:
<object classid="clsid:CAFEEFAC-0016-0000-0004-ABCDEFFEDCBA"
     align="baseline" border="0" width="250" height="105">
          <NOEMBED>
     <XMP>
          <APPLET
               CODE           =     "mylib.class"
               CODEBASE     =     "/forms/java"
               ARCHIVE      =      "mylib.jar, icon.jar"
               ALIGN          =     "baseline"
               WIDTH          =     "800"
               HEIGHT     =     "600">
     </XMP>
          <PARAM NAME     =     "java_code"          VALUE     =     "mylib.class">
          <PARAM NAME     =     "type"          VALUE     =     "application/x-java-applet;jpi-version=1.6.0.04">
          <PARAM NAME     =     "archive"     VALUE     =     "mylib.jar">
          <PARAM NAME = "codebase" VALUE="/forms/java">
          <PARAM NAME="serverURL" VALUE="/forms/lservlet?ifcfs=/forms/frmservlet?config=testj">
          <PARAM NAME="networkRetries" VALUE="30">
          <PARAM NAME="serverArgs"
          VALUE="module=menuagac_yeni.fmx userid= sso_userid= debug=no buffer_records=no debug_messages=no array=no query_only=no quiet=yes render=no host= port= record= tracegroup= log= term=">
          <PARAM NAME="separateFrame" VALUE="True">
          <PARAM NAME="splashScreen" VALUE="YAZlogoT.gif">
          <PARAM NAME="background" VALUE="">
          <PARAM NAME="lookAndFeel" VALUE="Generic">
          <PARAM NAME="colorScheme" VALUE="teal">
          <PARAM NAME="serverApp" VALUE="default">
          <PARAM NAME="logo" VALUE="no">
          <PARAM NAME="imageBase" VALUE="CodeBase">
          <PARAM NAME="formsMessageListener" VALUE="">
          <PARAM NAME="recordFileName" VALUE="">
No Java 2 SDK, Standard Edition v 1.4 support for APPLET!!
          </APPLET>           </NOEMBED>
<COMMENT>
<EMBED type="application/x-java-applet;jpi-version=1.6.0.04"
     java_codebase="/forms/java"
     java_code = "mylib.class"
     java_archive = "mylib.jar"
     NAME = "BayBAS Menu"
     WIDTH = 200 HEIGHT = 150
HSPACE="0"
VSPACE="0"
serverURL="/forms/lservlet?ifcfs=/forms/frmservlet?config=testj"
networkRetries="30"
serverArgs="module=menuagac_yeni.fmx userid= sso_userid= debug=no buffer_records=no debug_messages=no array=no query_only=no quiet=yes render=no host= port= record= tracegroup= log= term="
separateFrame="True"
     splashScreen="YAZlogoT.gif"
background=""
lookAndFeel="Generic"
colorScheme="teal"
serverApp="default"
logo="no"
imageBase="CodeBase"
recordFileName=""
     scriptable=false>
</EMBED>
</COMMENT>
</object>
Message was edited by:
Mucahid Uslu

i tried this in html embed tag
type="application/x-java-applet"
instead of
type="application/x-java-applet;jpi-version=1.6.0.04"
and it works fine on firefow now.
but it doesnt work still with IE7.
is there any idea about to work on IE7 ?
thanks
Mucahid USLU

Similar Messages

  • Servlet file download works in IE7 and FireFox but not IE 6

    We have a table with export button. When user clicks on export link, we download table content as csv file. It is working correctly in IE7. In IE6, It is not working. When user clicks export button, I am gettting the folloiwng information
    File Download box reports
    Name: GridAction.action
    Type: Unknown File type
    FromL localhost
    This is my code.
    //oResponse is HttpResponse
    // Set the content type
    oResponse.setContentType("text/plain");
    // Set the content-disposition aka the file name
    oResponse.addHeader("Content-disposition", attachement;
    filename=test.csv");
    // Set the cache control
    oResponse.setHeader( "Cache-Control", "max-age=1" );
    // Get the outputstream
    OutputStream oOutput = oResponse.getOutputStream();
    // Copy content to output
    oOutput.write(grid.getExporter().getContent());
    // Flush
    oOutput.flush();
    What am I doing wrong???

    I don't understand..Can u explain more ?
    oResponse.addHeader("Content-disposition", attachement;filename=test.csv");
    Although this can't be your real code anyway.

  • HELP - CS5 - Site works in IE7 but not IE8 or Firefox?

    Hope some one can help or pint me in the right direction as i am a complete beginner.
    My webpage desplays perfectly in IE7 but not quite correctly in other browsers. Is there a bit of code i can add that will rectify this problem?
    My html code is:
    <!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>BDC Intranet</title>
    <link href="styles/check_cs5.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
    background-image: url();
    </style>
    </head>
    <body>
    <div id="outerWrapper">
    <div id="container">
            <div id="header">
             <img src="images/logo.jpg" title="" alt="" class="logo" />
                <address>
                <p>Braintree District Council, Causeway House, Bocking End, CM7 9HB</p></address>
                <img src="images/email.jpg" title="" alt="" class="email" />
                <img src="images/bdclogo.jpg" title="" alt="" class="bdclogo" />
                <ul class="mainNavigation">
                 <li><a href="index.html">- Home</a></li>
              <li><a href="http://bdcintiis/intranet/">/ Library</a></li>
                    <li><a href="http://bdcintiis/Intranet/Library/">/ Directory</a></li>
                    <li><a href="http://bdcintiis/Intranet/PeopleDirectory/">/ Forum</a></li>
                    <li><a href="traffic.html">/ Traffic Report</a></li>
                    <li><a href="http://bdcintiis/intranet/">/ Local Weather</a></li>
         <li><a href="http://braintree-cp01/directory/directory.php?sID=10e1ae435af25009f959623e823f4a62&search= 1&SearchStr=&Items=1">/ Contacts</a></li>
                    <li><a href="http://bdcintiis/Intranet/Help/">/ Help</a></li>
                    </ul>
                <h1>You are currently at the intranet homepage</h1>
            </div>
            <div id="column1">
      <h2>Links</h2>
                <ul class="sideNavigation">
                 <li><a href="index.html">- Home</a></li>
                    <li><a href="http://bdcintiis/Intranet/Braintree-Colchester/">- BDC Working</a></li>
                    <li><a href="http://bdcintiis/Intranet/Organisational+Development+and+Learning/">- BDC Learning</a></li>
                    <li><a href="http://bdcintiis/Intranet/Social/">- BDC Social</a></li>
                    <li><a href="http://bdcintiis/intranet/">- Departments</a></li>
                    <li><a href="http://bdcintiis/intranet/">- Your Ideas</a></li>
                    <li><a href="http://bdcintiis/intranet/">- BDC Calendar</a></li>
                    <li><a href="http://bdcintiis/intranet/News/">- News & Events</a></li>
                    <li><a href="http://bdcintiis/intranet/">- Current Issue</a></li>
                </ul>
                  <div id="braintreeUpdate">       
                  <h5>Local News</h5>
                  <br />
    <script src="http://www.gmodules.com/ig/ifr?url=http://www.ajaxgaier.com/iGoogle/rss-reader%2B.xml&amp; up_title=&amp;up_feed=http%3A%2F%2Fwww.braintreeandwithamtimes.co.uk%2Fnews%2Fbraintree_ne ws%2Frss%2F&amp;up_contentnr=19&amp;up_fontsize=10&amp;up_titlelink=&amp;up_bullet=1&amp;u p_reload_feed=0&amp;synd=open&amp;w=190&amp;h=195&amp;title=&amp;border=%23ffffff%7C3px%2C 1px+solid+%23999999&amp;output=js"></script>      
            </div>
            <h5>Get in Touch</h5>
            <img src="images/getintouch.jpg" title="" alt+""/>      
            </div>
          <div id="column2">
                <h1>Local News about Braintree District Council</h1>
                <h2>Police crack down on motoring offences - click here for more information</h2>
                <div id="pageBanner">
                 <p>Police crack down on<br />motoring offences</p>
            </div>
                <div class="thumbContainer">
                <div class="thumb">
                 <img src="images/shaping.jpg" title="" alt="" />
                    <p>We have been trying to keep the momentum of the Shaping up for the Future conferences alive. click here</p>
                </div>
                <div class="thumb">
                 <img src="images/cycle.jpg" title="" alt="" />
                    <p>Serco are taking part in a charity bike ride, from London to Brighton. Click here for more information</p>
                </div>
                <div class="thumb">
                 <img src="images/field.jpg" title="" alt="" />
                    <p>A programme inspired by residents and will officially launch in June and run for two years. Click here</p>
                </div>
                </div>
      <div id="notices">
            <h3>Latest BDC Notices and Events</h3>
              <p>- Solid pine bedroom furniture - Solid pine chunky rustic bedroom furniture with oiled finish -  £150 ono - <a href="http://bdcintiis/Intranet/Notices/?ID=2271">Click here</a><br />
                - Toy Story Mania Wii Game + Ray Gun - Disneys Toy Story Mania Wii Game including the Ray Gun for it. £12 - <a href="http://bdcintiis/Intranet/Notices/?ID=2270">Click here</a><br />
                - For Sale: Ford Mondeo - 1995 Ford Mondeo (auto) 1.8 LX Taxed & MOT until Oct 2010 £250 - <a href="http://bdcintiis/Intranet/Notices/?ID=2269">Click here</a><br />
              - Bon Jovi tickets - 2 tickets for Bon Jovi at the O2 Sunday 20th June 2010 Block 107 on lower tier row E seats 226 and 227 £150 for the pair. - <a href="http://bdcintiis/Intranet/Notices/?ID=2311">Click here</a><br />    
      </div>
            </div>       
      <div id="column3">
                <h2>Links</h2>
                <ul class="rightNavigation">
                <li><a href="http://bdcintiis/Intranet/Login.htm">- Log into the Content Management System</a></li>
                <li><a href="http://bdcintiis/Intranet/Login.htm">- Open the live version of the BDC website</a></li>
                </ul>
          <h4>A to Z</h4>
                <p><img src="images/AtoZ.jpg" title="" alt+""/><br />
                  <br />
                </p>
    <h4>Local Weather Update</h4>
          <script src="http://www.gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/10916253967 9639397174/weather.xml&amp;up_location=Braintree&amp;up_scale=C&amp;up_title=Braintree&amp ;up_icons=Google&amp;synd=open&amp;w=188&amp;h=356&amp;title=&amp;border=%23ffffff%7C3px%2 C1px+solid+%23999999&amp;output=js"></script>
          </div>       
            <div id="footer">
            <h1>All of the pages on this website are the copyright © of Braintree District Council</h1>
            </div>
            <div class="advertContainer">
            <div class="advert">
             <img src="images/bottompics.jpg" title="" alt="" /> </div>
            </div>
        </div>
    </div>
    </body>
    </html>
    My CSS code is:
    body   { font-size: 100%; font-family: Arial, Helvetica, sans-serif; background: #c0c0c0; margin: 0px; padding: 0px; }
    #outerWrapper  { width: 1000px; margin: 0 auto; }
    #container  { width: 980px; padding: 10px; margin: 0 auto; float: left; background: #fff; }
    #header   { width: 980px; height: 150px; margin-bottom: 10px; position: relative; background: #595959; }
    #column1  { float: left; width: 198px; margin-right: 10px; border: 1px solid #adc411; }
    #column2  { float: left; width: 560px; }
    #column3  { float: left; width: 198px; margin-left: 10px; border: 1px solid #adc411; }
    #footer   { width: 980px; height: 35px; margin-bottom: 10px; margin-top: 10px; position: relative; background: #595959; }
    #header img.logo      { position: absolute; top: 5px; left: 10px; }
    #header img.bdclogo      { position: absolute; top: 5px; right: 5px; }
    #header img.email      { position:absolute; top: 77px; right: 131px; }
    #header ul.mainNavigation    { width: 980px; height: 20px; padding:0px; margin: 0px; background: #fff; position: absolute; bottom: 35px;    left: 0px; list-style: none; }
    #header ul.mainNavigation li   { float: left; list-style: none; width: 120px; display: block; background: #fff; }
    #header ul.mainNavigation li a   { display: block; color: #595959; text-decoration: none; font-weight: bold; line-height: 20px;  text-align: center; font-size: 80% }
    #header ul.mainNavigation li a:hover {  }
    #header h1        { color: #fefefe; margin: 0px; padding: 0px; position: absolute; bottom: 10px; left: 10px; font-size: 80%; }
    #header address       { position: absolute; top: 63px; right: 10px; color: #fefefe; font-size: 75%; font-weight: bold; font-style: normal; }
    #column1 h2,
    #column3 h2        { background: #adc411; color: #fefefe; line-height: 20px; width: 188px; margin: 0px 0px 10px 0px; padding: 4px 5px; font-size: 95%; }
    #notices        { float: left; height: 200px; width: 560px; margin-top: 10px; margin-right: 10px; border: 1px solid #adc411; font-size: 80%; }
    #notices h3        { background: #595959; color: #fefefe; line-height: 20px; width: 550px; margin: 0px 0px 10px 0px; padding: 4px 5px; font-size: 110%; }
    #column2 h1        { color: #adc411; margin: 0px; padding: 0px; font-size: 110%; font-weight: bold; }
    #column2 h2        { color: #595959; margin: 0px; padding: 0px; font-size: 80%; }
    #column2 #pageBanner     { width: 560px; height: 200px; position: relative; background: url(../images/police.jpg) no-repeat center; margin-bottom: 10px; margin-top:  10px; }
    #column2 #pageBanner p     { color: #fefefe; font-weight: bold; position: absolute; bottom: 10px; left: 10px; }
    #column1 ul        { float: left; list-style: none; padding: 0px; margin: 0px; }
    #column1 ul li       { float: left; clear: both; padding: 4px 5px; list-style: none; }
    #column1 ul li a      { display: block; text-decoration: none; color: #595959; font-weight: bold; font-size: 90%; }
    #column1 ul li a:hover     {  }
    #column1 h5        { background: #595959; color: #fefefe; line-height: 20px; width: 188px; margin: 0px 0px 5px 0px; padding: 4px 5px; font-weight: bold; font-size: 80%; }
    #column3 ul        { float: left; list-style: none; padding: 0px; margin: 0px; }
    #column3 ul li       { float: left; clear: inherit; padding: 4px 5px; list-style: none; }
    #column3 ul li a      { display: block; text-decoration: none; color: #595959; font-weight: bold; font-size: 90%; }
    #column3 ul li a:hover     {  }
    #column3 h4        { background: #595959; color: #fefefe; line-height: 20px; width: 188px; margin: 0px 0px 5px 0px; padding: 4px 5px; font-weight: bold; font-size: 80%; }
    .thumbContainer       { float: left; width: 570px; overflow: hidden; }
    .thumb         { float: left; width: 170px; height: 190px; padding: 5px; margin-right: 10px; background: url(../images/backroundgreen.jpg) no-repeat; font-size: 75%; font-weight: bold; color: #fefefe; }
    #footer h1        { color: #fefefe; margin: 0px; padding: 0px; position: absolute; bottom: 10px; left: 230px; font-size: 80%; }
    .advertContainer      { float: left; width: 980px; height: 35px; overflow: hidden; }
    .advert         { position: absolute; top: 890px; left: 330px; }

    I know i am really sorry the page is only a mock up so i dont have a link i could send you.
    If you have an email address i could email you the files as they are only small.
    If it helps to understand i have 2 screen shots below of how it looks in IE7 & IE8.
    Thank you very much for your help.
    IE7
    IE8 - The left and right green headings are not there and the bottam banner has moved up to the top?

  • Silverlight 5 WebBrowser Control - Is the SL5 WebBrowser control is set to work in IE7 mode only? I have a 3rd party web site i'm hosting and now they will not work with IE 7 Compatibility mode. Looks like this control can't detect I'm setup for IE 9.

    Silverlight 5 WebBrowser Control - Is the SL5 WebBrowser control is set to work in IE7 mode only? I have a 3rd party web site I'm hosting and now they will not work with IE 7 Compatibility mode. Looks like this control can't detect I'm setup for IE 9. I'm
    running IE 11 with registry hack for IE 9. I think the SL5 webbrowser control is set to work only in IE 7. can some one verify this or tell me how to set the WebBrowser control up to run either IE8, 9, 10 or 11? I have same issue with machines running IE 8
    and above. This Silverlight 5 application is running out of browser with the elevated privileges (hack) and at test certificates install in proper stores. This application has been running for 2.5 years. Vender switch on some changes a couple days ago that
    broke this application. Help!!

    Hi,
    It seems there is nothing to do with IE mode.
    Please make sure your link still can be accessed.
    The WebBrowser displays HTML content in applications running in a Silverlight 4 or later out-of-browser applications or in Silverlight 5 in-browser trusted applications only.
    For more infromation,please check link below:
    http://msdn.microsoft.com/en-us/library/system.windows.controls.webbrowser(v=vs.95).aspx
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I have an app that only works on IE7 is there a firefox version equivalent to IE&7?

    My LTS 2808me DVR's only work on IE7, and I can no longer down garde that far to IE7 on my windows laptop. I was told that firefox has a version equilent to IE7 , how do I download it?

    If that application is using proprietary IE (MS) code then it will only work in IE and not in Firefox.
    You can install a portable (ESR) Firefox version to access websites that do not work with the current Firefox release.
    The portable version comes with its own profile folder and doesn't interfere with the currently installed release version.
    *http://portableapps.com/apps/internet/firefox_portable
    *http://portableapps.com/apps/internet/firefox_portable-esr

  • How to work with both desktop and Surface pro 3

    Hello,
    I have a desktop for my normal use of Adobe Creative Cloud for Photoshop and Lightroom.  I have my lightroom catalog on a separate external drive.  I just got Surface pro 3 to do Adobe on it.  I am now confused on how to work on Surface and how to access my Lightroom catalog.
    Thanks for your help.
    Mo

    Just install Lightroom on your Surface Pro, plug-in the external drive, and double-click the LR catalog file.

  • How to work with 360 video?

    I am new to AE and am trying to work with a 360 equirectangular video I shot with a Freedom 360 and 6 go pros.
    Are there any tutorials on how to work with 360 spherical videos? Do I need to download additional plugins?
    Thank you,
    Phil

    Phil,
    Of course, the image needs to be big for this, but the plugin you would use is CC Sphere.
    Drop your movie into a composition and apply CC Sphere to the video.
    Then set the Render option in the effect to "Inside".
    Under Shading set Ambient to 100% and Diffuse to 0%.
    Then scale inside the effect until the image fills the screen.
    Then you'll be able to use the Rotate Y controls in CC Sphere to spin around inside your video!
    You can also add Optics Compensation and Reverse the Lens Distortion to straighten out your image.
    Let me know if you have any questions!
    Trent

  • Hey Guys, from Germany. I want to connect my iMac 21" with my Tv just for fun. Does anyone know, how it works. With a Hdmi adapter?

    Hey guys! I want to connect my Imac 21 " with my Tv just for fun. Does anyone know , how it works?

    Selecting the correct adapter and cable depends on which year model iMac you have and what inputs the TV has?
    Check the User's Guide that came with your iMac or your Spec's at > Apple - Support - Technical Specifications
    to see if your iMac has a Mini-DVI or Mini DisplayPort and then select that adapter with the correct connection for the TV.
    Example: if you have a 2010 or 2011 iMac and an HDMI ready TV, then you would want the > Moshi Mini DP to HDMI Adapter with Audio Support - Apple Store (U.S.)

  • I am trying to open a website that is using Microsoft content viewer, and the page does not show. Any ideas on how to view this site using firefox. It works on IE.

    I am participating in an online class whose website uses Microsoft Content Viewer to view the class content. The browser opens a new page, but nothing is there. At the top of the tab it says Microsoft Content Viewer, and nothing else. Can anyone tell me how to view my course using Firefox? I would prefer not to use IE, but it works there.

    When originally creating the pdf, you would need to choose another pdf conversion setting. In Word if you use the pdf menu, change your settings there: Adobe PDF > Change Conversion Settings. I would use High Quality Print instead. If you use the File > Print method, click the Properties button next to the Adobe PDF printer selection.
    For your already created form, you can change the file so your users will not encounter issues. In Acrobat 9, which hopefully is similar in process to 8: Advanced > Preflight > Profile tab > PDF/A compliance > Remove PDF/A information.(You'll have to unsecure your form first).
    You can read about PDF/A files in the Help.

  • I was looking at the "Find my iPhone" app and I have a doubt regarding how it works for the macbook. In order to detect the location, the macbook should remain signed into iCloud. What if the thief logs out of iCloud. Would we able to locate the macbook?

    I was looking at the "Find my iPhone" app and I have a doubt regarding how it works for the macbook. In order to detect the location, the macbook should remain signed into iCloud. What if the person who has stolen my macbook logs out of iCloud.
    It should work fine for iPhone/iPad because we can enable "Restrictions" to prevent the user from signing out of iCloud. Do we have simialr settings for the macbook?
    Thanks,

    If it's not on the device list, it indicates that someone has gone to Find My iPhone on icloud.com and manually deleted it from the device list (as explained here: http://help.apple.com/icloud/#mmfc0eeddd), and it has not gone back online since (which would cause it to reappear on the device list; Find My iPhone has been turned of in settings on the device; the iClolud account has been deleted from the device; or the entire devices has been erased and restored.
    Unfortunately, there's no other way to track the phone other than through Find My iPhone.  You could call your carrier and see if they would blackliste it so at least the theif couldn't use it.

  • I need to change my apple ID because I'm changing my email address. I'm worried that when I do, I'll no longer be able to use my first generation apple tv unless I change the apple ID there as well.  Does anyone know how this works??

    I have to change my apple ID because I'm changing my email address. (I have a Comcast address and am switching to U-verse) I'm worried that when I do, I'll no longer be able to use my first generation apple tv unless I change the apple ID there as well. I'm also trying to find out if changing my apple ID is going to interfere with getting my itunes content on my computer and my iphone.  Does anyone know how this works??

    My iTunes appleID is an old defunct e-mail address - it does not have to be functional.
    Do what Winston says to ensure you keep getting correspondence related to that ID.
    AC

  • HT3209 how many times i can watch the show after i purchased on i tune and how this works

    I was just wondering if sombody can help me with this because i am new to itune  . I would like to know how it works after u purchase tv show , do i have to pay once and watch more time or i have to pay every time i watch . Thank you in advance .

    I was just wondering if sombody can help me with this because i am new to itune  . I would like to know how it works after u purchase tv show , do i have to pay once and watch more time or i have to pay every time i watch . Thank you in advance .

  • On my ipod touch I'm not too sure how I uploaded a album onto my ipod from my laptop. But, now there is no way to delete the album full of pictures. What do I do? I only gotten it a while ago and not fully sure how to work it. Help?

    On my ipod touch I'm not too sure how I uploaded a album onto my ipod from my laptop. But, now there is no way to delete the album full of pictures. What do I do? I only gotten it a while ago and not fully sure how to work it. Help?

    http://support.apple.com/kb/HT4236

  • I no longer have access to my icloud email and don't know the answers to my security questions. Does anyone know how to work around this to reset my icloud ID without losing my info? I haven't backed up in a year because of this.

    I no longer have access to my icloud email and don't know the answers to my security questions. Does anyone know how to work around this to reset my icloud ID without losing my info? I haven't backed up in a year because of this.

    You need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
    (123381)

  • I pad 2 updated to iOS 6.1.3 and now wifi is greyed out. Apple support engineers say replace but my warranty exited 09/12. Funny how it worked perfectly fine before the update.

    I just updated to6.1.3 and now my wifi button is greyed out. Apple support said it is a hardware issue. Funny how it worked just fine on the previous iOS. Now apple wants me to buy a replace not because my warranty expired 09/12. Seems to me like ios6.1.3 was an update to sell more products. Tried all suggested fixes with no success. With all the noted issues with ios6 there may be another class action lawsuit coming. Apple tech senior advisor unwilling to help. First advisor told me just buy a new I pad. Second advisor wants me to pay for a replacement. Can someone explain to me how an apple approved software upgrade that damaged my i pad is classified as my fault. I've seen some shady selling techniques but this one takes the cake in my book. Anyone have the contact information to higher up executives in apple for me to speak with about my issues?

    Have you check the following?
    Verify that airplane mode is off by tapping Settings > Airplane Mode.
    Reset the network settings by tapping Settings > General > Reset > Reset Network Settings. Note: This will reset all network settings, including Bluetooth pairing records, Wi-Fi passwords, VPN, and APN settings
    Ensure that your device is using the latest software.
    If your issue is still unresolved, perform a software restore in iTune

Maybe you are looking for

  • AP invoice heirarchy approval problem...

    We have recently configured AP invoice workflow using AME approval management. All procedure seems okay but when preparer enters invoice and initiate for approval, it shows invoice initiated but on review invoice history, it doesn't display any hiera

  • Users having trouble in Adobe X with a form created in Adobe 9

    I was told by and Adobe support person to recreate it in the newer version, Adobe X, but will this be an issue for users on previous Adobe software versions? Issues submitted by client: We are having difficulty with my government forms packet. I fill

  • Help maintaining portrait orientation in PDF

    Does anyone know how I can save my iBook as a PDF and have it open in the portrait orientation? I have tried multiple different templates, but all of them reformat my work and display it as lanscape. Is it possible to open it in portrait? If so can a

  • How to implement a forms application with an application server

    Hi, I want to implement a forms application with OAS version 10.1.0. How to configure? Where can I find some documents? Max

  • Command-Click Channel Icon Selects inverse in CMYK/RGB channels?

    Photoshop CS4, Mac, PPC OS 10.5.8. When i command+click on a channel icon to select the contents of a channel in CMYK or RGB mode, it selects the white/highlights instead of the shadow/content of the channel. The opposite is true when I command+click