Config for browser settings

Hi,
Im working on creating a php form for a registration, and I'm following some tutorials on you tube, however im having issues!
The code is below, when I view in firefox everything is fine and looks as it should and as per the tutorial, however if I view in IE 9 its all wrong, the text fields are different sizes, the "placeholders" dont exsist, and everything is all bunched up no spaces between the text fields at all and the register button is touching the text fields too.
Why is there so much of a variance between firefox and IE9, how can I remedy this, I sent my code to the guy whos doing the tutorial and he opened a new php page entered my script and tested it on both IE and firefox and he said it works fine for him in both!
Help?
Thanks
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Registration</title>
</head>
<body>
<h1>Register</h1>
<p>
<form action="core/reg-check.php" method="POST">
   <input name="username" type="text" id="username" placeholder="Enter A Username..." size="25">
   <span id="userstatus"></span><br />
   <input name="password" type="password" id="password" placeholder="Enter A Password..." size="25">
      <span id="passstatus"></span><br />
      <input name="password1" type="password" id="password1" placeholder="Re-Enter your Password..." size="25">
      <span id="pass1status"></span><br />
      <input type="submit" value="Register">
</form>       
<p>
</body>
</html>

Those sites likely use javascripts to populate their text fields temporarily and css to control just about everything else.
Definitely use css to control your input boxes. You'll get a lot better cross-browser design/layout consistency that way.
IE has a ton of things "only IE does" and "only IE doesn't do", especially in the older versions. IE10 has gotten much, much better in this respect, but still has some issues.

Similar Messages

  • Firefox browser settings for Hyperion Planning 11.1.2.3.500

    Hi All,
    I am windows 8.1 OS on my laptop. So I have only IE version 11 and I cannot degrade to IE10.
    I installed Firefox 31.4.0. Does Hyperion planning work on this version of firefox? if not, what is the latest version of firefox I can use?
    Is there any browser settings needs to be done in Firefox for Hyperion planning?
    Thanks in Advance.
    SKH.

    Hello,
    For all IE compatibility related information you can refer to the support document :
    Hyperion Enterprise Performance Management (EPM) Products Support Status for Internet Explorer ( IE6, IE7, IE8, IE9, IE10 and IE11)
    https://support.oracle.com/epmos/faces/DocumentDisplay?id=1355681.1
    For Firefox browser settings related information you can refer the support document :
    Error Occurs When Opening Workspace in Firefox: "Remote XUL Manager Add-on For Mozilla Firefox Is Not Configured"
    https://support.oracle.com/epmos/faces/DocumentDisplay?id=1946064.1
    Hope this helps!

  • Browser settings for Flash Forms?

    I have set up a site using Flash Forms. It is working for all
    of my coworkers except one. He cannot see Flash Forms on any site,
    not just the one I created. Are there some browser settings that
    need to be set to see Flash Forms? This is happening for him in
    both IE & Firefox, though. Also, we are behind a firewall that
    blocks Activex, so maybe this has something to do with it, but I
    don't know why it would work for everyone else.
    Thanks,

    Nevermind... I found out his Flash Player was WIN 9,0,47,0
    while everyone else is WIN 9,0,124,0 . He upgraded & it is
    working.

  • Message: Your Web browser must accept cookies in order for you to send your data. Please adjust your browser settings to enable this site to store cookies.

    Hello! I have two questions.
    (1) I want to submit a question through www.tune-up.com but the website does not accept my inquiry.
    I get the following message: "Your Web browser must accept cookies in order for you to send your data. Please adjust your browser settings to enable this site to store cookies and access this site again."
    I checked my cookie settings, and it looks like I have the Firefox default settings (i.e. cookies are accepted). Tried to submit my inquiry again but it does not work. Please advise how to make sure I can submit inquiries etc.
    (2) I want to start using the Google search again but not sure how do change the settings. I do not want to have DuckDuck Go as my default. Would you please describe how to change back to Google? Also, is the problem I described above perhaps related to the DuckDuckGo search engine I use?
    I look forward to your assistance which is greatly appreciated - Thank you!

    On #1, you can check the site-specific cookie setting using the Permissions panel of the Page Info dialog. When you are on the page, you can open that dialog using either:
    * right-click the page > View Page Info > Permissions
    * click the padlock or globe icon in the address bar > More Information > Permissions
    Skim or scroll down to "Set Cookies" to make sure it is not set to Block.
    If that is okay, some other random thoughts:
    * Are you using the site in a private browsing window?
    * Do you recall disabling DOM storage, which sites sometimes use instead of cookies to store large blobs of data (Firefox controls access to DOM storage using your cookie setting for the site)?
    On #2, your default search engine should not have changed. To change it to Google, you can use the icon on the left end of the search bar (the classic small search box that appears on the toolbar). Please see: [[Search bar - add, change and manage search engines on Firefox]].
    I don't think there is any connection between #2 and #1.

  • What Internet Browser Settings Must Be Enable or Disabled for a PHP Form Script to Send a Form???

    Helo,
    I am running Windows XP Pro.
    What Are the Internet Browser Setting that can Stops my form''s data from being received as  emails.
    The Form Date is Received into Selected Email Boxes When the Form is Filled Out from Other PCs.
    http://www.collegestudentvoice.com/form.php
    1. All Emails boxes are set up.
    2. Have turned OFF NetworkSolution Firewall.
    3. Firefox  http referer is SET to  2.
    4. Form generated NO ERRORS  when I fill it out.
    cheers,
    Dreamweaver101.1

    Hello,
    The problem may be in a script but I also believe it has to do with my browser settings.
    How else to explain that the form's data is NOT  received  from my laptop but is received  from pc of my friend in LA and the form developer's pc.???
    There three files that deal with the form email script:
    1.   http://www.collegestudentvoice.com/form.php
    2.  http://www.collegestudentvoice.com/send-email-form.php
    3      FORM  ACTION.PHP File :
    <?php
      require_once('recaptchalib.php');
    $privatekey = "6LfwwsISAAAAAAPShkJ6nV3qkgLDHCe2uXj9RTWw";
      $resp = recaptcha_check_answer ($privatekey,
                                    $_SERVER["REMOTE_ADDR"],
                                    $_POST["recaptcha_challenge_field"],
                                    $_POST["recaptcha_response_field"]);
      if (!$resp->is_valid) {
        die ("The reCAPTCHA wasn't entered correctly. Go back and try it again." .
      else {
    include_once('Mail.php');
    include_once('Mail/mime.php');
    $errors ='';
    $max_allowed_file_size = 10000000; // size in KB
    $allowed_extensions = array("jpg", "jpeg", "gif", "bmp");
    $upload_folder = 'files/';
        $name_of_uploaded_file =  basename($_FILES['uploaded_file']['name']);
        $type_of_uploaded_file = substr($name_of_uploaded_file,
                                strrpos($name_of_uploaded_file, '.') + 1);
        $size_of_uploaded_file = $_FILES["uploaded_file"]["size"]/1024;
        if($size_of_uploaded_file > $max_allowed_file_size )
            $errors .= "\n Size of file should be less than $max_allowed_file_size";
        $allowed_ext = false;
        for($i=0; $i<sizeof($allowed_extensions); $i++)
            if(strcasecmp($allowed_extensions[$i],$type_of_uploaded_file) == 0)
                $allowed_ext = true;       
        if(!$allowed_ext)
            $errors .= "\n The uploaded file is not supported file type. ".
            " Only the following file types are supported: ".implode(',',$allowed_extensions);
        if(empty($errors))
            $path_of_uploaded_file = $upload_folder . $name_of_uploaded_file;
            $tmp_path = $_FILES["uploaded_file"]["tmp_name"];
            if(is_uploaded_file($tmp_path))
                if(!copy($tmp_path,$path_of_uploaded_file))
                    $errors .= '\n error while copying the uploaded file';
            $Business = Trim(stripslashes($_POST['Business']));
            $ProfessionalSports = Trim(stripslashes($_POST['ProfessionalSports']));
            $Humor101 = Trim(stripslashes($_POST['Humor101']));
            $CollegeSports = Trim(stripslashes($_POST['CollegeSports']));
            $Politics = Trim(stripslashes($_POST['Politics']));
            $EmailToBusiness = $Business . "@collegestudentvoice.net";
            $EmailToProfessionalSports = $ProfessionalSports . "@collegestudentvoice.net";
            $EmailToHumor101 =  $Humor101 ."@collegestudentvoice.net";
            $EmailToCollegeSports = $CollegeSports . "@collegestudentvoice.net";
            $EmailToPolitics = $Politics . "@collegestudentvoice.net";
            $EmailTo = "[email protected]";
            $EMailSubject = Trim(stripslashes($_POST['Subject']));
            $First = Trim(stripslashes($_POST['First']));
            $Last = Trim(stripslashes($_POST['Last']));
            $Email = Trim(stripslashes($_POST['Email']));
            $Suggestions = Trim(stripslashes($_POST['Suggestions']));
            $Body = "The following form has been filled";
            $Body .= "\n";
            $Body .= "---------------------------------------------------------------------------------";
            $Body .= "\n";
            $Body .= "\n";
            $Body .= "First Name: ";
            $Body .= $First;
            $Body .= "\n";
            $Body .= "Last Name: ";
            $Body .= $Last;
            $Body .= "\n";
            $Body .= "Email: ";
            $Body .= $Email;
            $Body .= "\n";
            $Body .= "Business: ";
            $Body .= $Business;
            $Body .= "\n";
            $Body .= "Professional Sports: ";
            $Body .= $ProfessionalSports;
            $Body .= "\n";
            $Body .= "Humor 101: ";
            $Body .= $Humor101;
            $Body .= "\n";
            $Body .= "College Sports: ";
            $Body .= $CollegeSports;
            $Body .= "\n";
            $Body .= "Politics: ";
            $Body .= $Politics;
            $Body .= "\n";
            $Body .= "Suggestions: ";
            $Body .= $Suggestions;
            $Body .= "\n";
            $Body .= "\n";
            $Body .= "---------------------------------------------------------------------------------\n";
            $Body .= "Emails sent to: " . strtolower($EmailToBusiness) . " / " .strtolower($EmailToProfessionalSports). " / " .strtolower($EmailToHumor101). " / " .strtolower($EmailToCollegeSports). " / ".strtolower($EmailToPolitics). "";
            $to = "[email protected]";
            $subject= $EMailSubject;
            $from = "[email protected]";
            $text = "\n $Body";
            $message = new Mail_mime();
            $message->setTXTBody($text);
            $message->addAttachment($path_of_uploaded_file);
            $body = $message->get();
            $extraheaders = array("From"=>$from, "Subject"=>$subject,"Reply-To"=>$Email);
            $headers = $message->headers($extraheaders);
            $mail = Mail::factory("mail");
            $mail->send($to, $headers, $body);
            if ($Business != "")
                        $mail->send(strtolower($EmailToBusiness), $headers, $body);
            if ($ProfessionalSports != "")
                        $mail->send(strtolower($EmailToProfessionalSports), $headers, $body);
            if ($Humor101 != "")
                        $mail->send(strtolower($EmailToHumor101), $headers, $body);
            if ($CollegeSports != "")
                        $mail->send(strtolower($EmailToCollegeSports), $headers, $body);
            if ($Politics != "")
                        $mail->send(strtolower($EmailToPolitics), $headers, $body);
            print "<meta http-equiv=\"refresh\" content=\"0;URL=form.php?suc=y\">";
    ?>

  • Unable to display Info path form using IE , The form cannot be displayed in the browser because the use of DOM storage has been disabled in the current browser settings. In order to load the form, DOM storage must be allowed.

    I have edited the default edit form for my Issue Tracking Tool using Info Path, But currently when I try accessing the form using IE 10 64x , I got the following error-
    “The form cannot be displayed in the browser because the use of DOM storage has been disabled in the current browser settings. In order to load the form, DOM storage must be allowed.”
    But using Firefox I was able to access the edit form , so can anyone advice on this please?
    Thanks

    . Tools > Internet Options > Privacy Tab > Advanced
    Check the over-ride box to Enable/Accept cookies. Click on Always allow session
    cookies.
    2. Clear Your Cache and Cookie Files
    If you are using an Internet Explorer browser, please follow these instructions to clear
    your cache and cookie files: Open your Internet Explorer browser.
    Tools > Internet Options > General > Browsing History
    Click Delete Browsing History.
    Delete Temporary Internet Files, Cookies and History Also under Browsing History,
    click Settings and make sure that your browser automatically checks for newer versions
    of stored pages. Click OK and restart your browser
     3. Pop-up Blockers
    Turn Off the firewall in IE.
    you can disable\enable it from below:
    http://webdevwonders.com/clear-dom-storage/
    Clear DOM Storage in Firefox:
    Select “Tools” -> “Clear Recent History”, open “Details”, check “Cookies” and select “Everything” as time range.
    ATTENTION: No other time range will clear the DOM Storage. Have a look at
    Mozillas documentation for further info.
    Disable DOM Storage in Firefox:
    Type “about:config” in your address bar and hit enter to view your internal browser settings. Scroll down to „dom.storage.enabled“, right click on it and hit „Toggle“ to disable the DOM Storage.
    Clear DOM Storage in Internet Explorer:
    Select “Tools” -> “Internet Options” -> “General” -> check “Delete browsing history on exit”, click on “Delete”, check “Cookies”, click on “Delete” once more and restart your browser afterwards.
    Disable DOM Storage in Internet Explorer:
    Select “Extras” -> “Internet Options” -> “Advanced” Tab -> Go to “Security” -> uncheck “Enable DOM-Storage”
    Clear DOM Storage in Chrome:
    Select “Tools” -> “Clear browsing data…”, check “Delete cookies and other site data”, select “Everything” from “Clear data from this period” and click on “Clear browsing data”.
    Disable DOM Storage in Chrome:
    Open “Options” and select “Under the Hood” Tab. Click on “Content settings…”, select “Cookies” and set “Block sites from setting any data”.
    If this helped you resolve your issue, please mark it Answered
    ok i did all these steps but still i am getting the same error,, i can not understand how SharePoint works better on firefox and chrome comparing to IE !!! so what i should do now , as all the edit forms that are customized using Info path can not be viewed
    on IE 10 64x !!!!

  • How to use the same services-config for the local and remote servers.

    My flex project works fine using the below but when I upload my flash file to the server I doesn't work, all the relative paths and files are the same execpt the remote one is a linux server.
    <?xml version="1.0" encoding="UTF-8"?>
    <services-config>
        <services>
            <service id="amfphp-flashremoting-service"
                class="flex.messaging.services.RemotingService"
                messageTypes="flex.messaging.messages.RemotingMessage">
                <destination id="amfphp">
                    <channels>
                        <channel ref="my-amfphp"/>
                    </channels>
                    <properties>
                        <source>*</source>
                    </properties>
                </destination>
            </service>
        </services>
        <channels>
        <channel-definition id="my-amfphp" class="mx.messaging.channels.AMFChannel">
            <endpoint uri="http://localhost/domainn.org/amfphp/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
        </channel-definition>
        </channels>
    </services-config>
    I think the problem  is the line
            <endpoint uri="http://localhost/domainn.org/amfphp/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
    but I'm not sure how to use the same services-config for the local and remote servers.

    paul.williams wrote:
    You are confusing "served from a web-server" with "compiled on a web-server". Served from a web-server means you are downloading a file from the web-server, it does not necessarily mean that the files has been generated / compiled on the server.
    The server.name and server.port tokens are replaced at runtime (ie. on the client when the swf has been downloaded and is running) not compile time (ie. while mxmlc / ant / wet-tier compiler is running). You do not need to compile on the server to take advantage of this.
    Hi Paul,
    In Flex, there is feature that lets developer to put all service-config.xml file configuration information into swf file. with
    -services=path/to/services-config.xml
    IF
    services-config.xml
    have tokens in it and user have not specified additional
    -context-root
    and this swf file is not served from web-app-server (like tomcat for example) than it will not work,
    Flash player have no possible way to replace token values of service-config.xml file durring runtime if that service-config.xml file have been baked into swf file during compilation,
    for example during development you can launch your swf file from your browser with file// protocol and still be able to access blazeDS services if
    -services=path/to/services-config.xml
    have been specified durring compilation.
    I dont know any better way to exmplain this, but in summary there is two places that you can tell swf  about service confogiration,
    1) pass -services=path/to/services-config.xml  parameter to compiler this way you tell swf file up front about all that good stuff,
    or 2) you put that file on the webserver( in this case, yes you should have replacement tokens in that file) and they will be repaced at runtime .

  • How can we handle browser settings while dealing with the security ?

    Hi ,
    how can we handle browser settings while dealing with the security ?When we configured security in web.xml , during the first request the container is asking for the authentication credentials once they are provided it go's on. but when the user gives a fresh request from the second window within the same browser that time it is not asking for authentication. How can we overcome this.Is there anything to do with server configurations?
    How can we make the container no to keep the things or act like session?

    Ya... I am taking a small example need not happen always but a kind of possibility i am thinking off.
    once the user sign out and just left without closing the browser and a friend (suppose not a good friend ... just kidding...) of that user may open the same jsp or file .This time the security is breached. If that feature or property exists....
    I know what you might say ... the user will log-out before leaving where a programer might invalidate the session at the time of log out.
    Consider the case of a bad Programing or just a programer might forget to invalidate,At that time as a application administrator how can he solve that issue.
    Thanks.......
    Edited by: user8483670 on Jun 6, 2011 1:08 AM
    Edited by: user8483670 on Jun 6, 2011 1:09 AM

  • How do u get the Ipod touch to group compilations for browsing ?

    How do u get the Ipod touch to group compilations for browsing ?
    With Itunes 9 like earlier versions u have the option to group compilations for browsing, having the effect of not putting a huge list of artists in your view by artist list because they played one song on a compilation you have got. With my old Ipod classic this option was also available through the setting menu. Meaning my ipod exactly mirrored my itunes lists.
    I have recently purchased a ipod touch 32 and can find no settings that allow me to do the same. My artist list has risen from 200 to 400 because of this and makes finding albums by artists very annoying.
    I have looked on the itunes software and can find no mention of syncing this ability to the ipod either.
    Help
    Mike

    Yes i do this to group compilations in itunes.
    But when i then sync to the ipod touch the albums come up under compilations as desired but the artists also appear in the artist list which is not.
    On my old ipod classic it had a setting to group compilations the same as in itunes which would then remove these odd artists from the artist list.
    I can find no equivalent setting on the ipod touch
    Cheers
    Mike

  • I have received this error message when trying to send a comment to a blog : ERROR: Could not read CAPTCHA cookie. Make sure you have cookies enabled and not blocking in your web browser settings. Or another plugin is conflicting. See plugin FAQ., can any

    I have received this error message when trying to send a comment to a blog : ERROR: Could not read CAPTCHA cookie. Make sure you have cookies enabled and not blocking in your web browser settings. Or another plugin is conflicting. See plugin FAQ., can any...
    Only found one question similar and NO ANSWER to it.

    Same problem here...nothing in my settings have changed since the upgrade and I've checked my cookie settings and they allow 3rd party cookies. What's up Mozilla? I've been faithful to you for years and you let me down now?

  • Dreamweaver altered my browser settings

    Hello, I was editing a new template and doing fine until
    SOMETHING in dreamweaver altered my browser settings and now when
    you click on ' view page" in IE browser I have lost the scroll bar
    and can no longer access half of my page. ITS GONE. I have gone
    over the code dozens of times, I even downloaded a new template and
    still I cannot get the scrollbar to show.
    I have tried to work on this for a week contacting the
    template people and my hosting. While I was working on another page
    I put my cursor over an area on my page where some of the borders
    were.... just looking around at different areas but NOT altering
    ANYTHING. When I went to close that page a notice came up from
    DREAMWEAVER that ' Settings for the browser had been altered did I
    want to save them?" SEEING THIS ALARMED ME that this may be the
    problem so I said NO and the page was okay. However this may have
    been what happed on my index.html page. Even tho I didnt type or
    edit ANYTHING on the page at the time. I was moving the cursor
    around on the ' design" protion looking at varioius areas on the
    template.
    THIS MAY HAVE BEEN WHAT ALTERED MY PAGE and now I cant see '
    half of my index.html page and there is no scroll bar.
    PLEASE HELP I have gone everywhere to get some help

    If you can't see half of your page, it's probably in your
    code. Sounds like
    a tag of somesort hasn't been closed.
    As Ade said, post a link to your page, or put the page
    through the validator
    http://validator.w3.org/ this
    may pick up your problem.
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.DreamweaverResources.com
    |Tutorials|SEO |CSS Templates
    http://www.csstemplates.com.au
    http://www.adobe.com/devnet/dreamweaver/css.html
    CSS Tutorials for Dreamweaver
    > Hello, I was editing a new template and doing fine until
    SOMETHING in
    > dreamweaver altered my browser settings and now when you
    click on ' view
    > page"
    > in IE browser I have lost the scroll bar and can no
    longer access half of
    > my
    > page. ITS GONE. I have gone over the code dozens of
    times, I even
    > downloaded a
    > new template and still I cannot get the scrollbar to
    show.
    >
    > I have tried to work on this for a week contacting the
    template people and
    > my
    > hosting. While I was working on another page I put my
    cursor over an area
    > on
    > my page where some of the borders were.... just looking
    around at
    > different
    > areas but NOT altering ANYTHING. When I went to close
    that page a notice
    > came
    > up from DREAMWEAVER that ' Settings for the browser had
    been altered did
    > I
    > want to save them?" SEEING THIS ALARMED ME that this may
    be the problem
    > so I
    > said NO and the page was okay. However this may have
    been what happed on
    > my
    > index.html page. Even tho I didnt type or edit ANYTHING
    on the page at
    > the
    > time. I was moving the cursor around on the ' design"
    protion looking at
    > varioius areas on the template.
    >
    > THIS MAY HAVE BEEN WHAT ALTERED MY PAGE and now I cant
    see ' half of my
    > index.html page and there is no scroll bar.
    >
    >
    > PLEASE HELP I have gone everywhere to get some help
    >
    >

  • Dateformat depending on Browser settings

    Dear all,
    I have set my Application Language settings to : derived from Browser.
    Numbers and weekdays in reports are displayed correctly. The only problem
    i am facing is the following:
    I have some fields with Datepicker. I would like to display
    the selected date in the browser specific format.
    Example:
    For german settings I would like to display DD.MM.YYYY
    For english seetings I would like to display MM/DD/YYYY
    Is there any possibility / setting to do this?
    Thanks in advance for your support.
    Best regards.
    KMC

    There is a posting in this forum asking for something similar:
    Date Language in format fmDay, fmDD fmMonth, YYYY
    I don't think this is exactly the same what you were asking for.
    See this working solution:
    http://apex.oracle.com/pls/otn/f?p=31517:194
    I don't know of a better solution but eventually someone else.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Forms Central - Internet Explorer Recommended Browser Settings

    I created a form in Adobe Acrobat X Pro, added it to Forms Central and then linked it to our company website for members to complete and then click submit.  I have a member that said her submit button will not work, she clicks it and nothing happens.  My question: What is the recommended browser settings for Internet Explorer to be able to submit the form.

    Most of the major browsers have some sort of PDF preview built into them. These preview capabililties don't have enough functionality to allow filling in of PDF Forms. Therefore regardless of browser or platform (Mac) you likely need to install our Acrobat Reader plugin. Additionally in some cases you will need to tell the browser that you want to use our (Adobe Reader) plugin when displaying PDF. Each browser is a little different, but the concept is the same.
    Andrew

  • BEA Portals will NOT work with particular browser settings

    Hi Everyone,
    A colleage just had very unexpected results when using our portal (v8.1 SP2).
    We found that the problem was due to the broswer cache setting. The 'Check for
    newer versions of stored pages' option in IE5.5 was set to 'never' and obviously
    the browser was redisplaying wrong pages of the portal causing various errors.
    Surely when these portals are released to the public you don't need to ask for
    specific browser settings for people to use them?
    Is there anyway to force the browser to not use the cache? Has anyone had any
    other browser issues with Portal?
    Thanks in Advance,
    Alex.

    Hi Alex,
    We've experienced similar problems. Setting the following metatags in the head-section
    of the should work:
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Cache-Control" content="no-store">
    <meta http-equiv="Expires" content="-1">
    You can set them in the head.jsp file in the framework, right after the <head>
    tag.
    Due to some bug in IE when size is less than 64 Kb. you will also have to set
    the following just before the </html> tag. I've set them in shell.jsp in the framework:
    <head>
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Expires" content="-1">
    </head>
    (Yes - you need the <head> and </head> tags!?)
    Hope this helps??
    - Peter
    "Alex Cave" <[email protected]> wrote:
    >
    Hi Everyone,
    A colleage just had very unexpected results when using our portal (v8.1
    SP2).
    We found that the problem was due to the broswer cache setting. The 'Check
    for
    newer versions of stored pages' option in IE5.5 was set to 'never' and
    obviously
    the browser was redisplaying wrong pages of the portal causing various
    errors.
    Surely when these portals are released to the public you don't need to
    ask for
    specific browser settings for people to use them?
    Is there anyway to force the browser to not use the cache? Has anyone
    had any
    other browser issues with Portal?
    Thanks in Advance,
    Alex.

  • How do I allow all third party cookies in my browser settings on my MacBook Pro?

    How do I allow all third party cookies in my browser settings on my MacBook Pro?

    pirihi,
    open Safari’s Preferences, and select its Privacy tab. For the “Block cookies and other website data” set of radio buttons, select “Never”.

Maybe you are looking for

  • File import failure in premiere pro on specific files

    I have installed the latest version of Premiere Pro CC 2014. I am trying to import several video files that i have recorded on a Canon 5D Mark III. The problem is that while some of the files gets successfully imported, many files cant import because

  • Auto Configure not prompting for credentials

    Hi Folks, I've a problem where users of Outlook on XenApp cannot configure an email profile. It just times out. I access the same XenApp server/user account from a Published Desktop or RDP the profile configures fine.  The Outlook Auto Configuration

  • Usage of Pattern Development UIElements in NW CE or Ehp1

    Hi All, Can we use Pattern Development UIElements in NW CE or Ehp1 ? Still I see a message in NWDS saying "ContextualPanel: To be used only by the Portal Platform group. Other usages by applications and customers WILL NOT BE SUPPORTED!" . Regards, An

  • Making actionscript global & portable

    Forgive me if this is the improper forum for this question. I am certain that if it is, someone will kindly re-direct me. What can I say, I'm sort of a noob. Anyway, I have a single frame .swf file that is mostly actionscript that is triggered by a s

  • Multiple Take Edits & Trouble Shooting

    I have a few problems with Logic's take use. For starters, I recorded drums on multiple takes using multiple mics and tracks. I would like to edit all the tracks for the drums at the same time. I cant figure it out, as right now I have to do one trac