PHP Authentication & Internet Explorer

I am using DW8.02 and PHP 5.0 to develop my website. My
service provider is using a Linux box and Apache. My PHP login
webpages work fine using Firefox, Opera, and Netscape but I get my
'access not allowed' webpage when using Internet Explorer 6.0 and
7.0. I am using Dreamweaver 8.02's built-in 'Authentication Server
Behavior' to create the log in page and to add a 'Restrict Access
to Page' PHP script to the restricted webpages. Here is my code:
Log in User:
<?php
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType,
$theDefinedValue = "", $theNotDefinedValue = "")
$theValue = get_magic_quotes_gpc() ? stripslashes($theValue)
: $theValue;
$theValue = function_exists("mysql_real_escape_string") ?
mysql_real_escape_string($theValue) :
mysql_escape_string($theValue);
switch ($theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" :
"NULL";
break;
case "long":
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
case "double":
$theValue = ($theValue != "") ? "'" . doubleval($theValue) .
"'" : "NULL";
break;
case "date":
$theValue = ($theValue != "") ? "'" . $theValue . "'" :
"NULL";
break;
case "defined":
$theValue = ($theValue != "") ? $theDefinedValue :
$theNotDefinedValue;
break;
return $theValue;
?>
<?php
// *** Validate request to login to this site.
if (!isset($_SESSION)) {
session_start();
$loginFormAction = $_SERVER['PHP_SELF'];
if (isset($_GET['accesscheck'])) {
$_SESSION['PrevUrl'] = $_GET['accesscheck'];
if (isset($_POST['Username'])) {
$loginUsername=$_POST['Username'];
$password=$_POST['Password'];
$MM_fldUserAuthorization = "Status";
$MM_redirectLoginSuccess = "comm_t4tadmin_edit.php";
$MM_redirectLoginFailed = "access_error.html";
$MM_redirecttoReferrer = false;
mysql_select_db($database_leathernecks, $leathernecks);
$LoginRS__query=sprintf("SELECT Username, Password, Status
FROM tblaccess WHERE Username=%s AND Password=%s",
GetSQLValueString($loginUsername, "text"),
GetSQLValueString($password, "text"));
$LoginRS = mysql_query($LoginRS__query, $leathernecks) or
die(mysql_error());
$loginFoundUser = mysql_num_rows($LoginRS);
if ($loginFoundUser) {
$loginStrGroup = mysql_result($LoginRS,0,'Status');
//declare two session variables and assign them
$_SESSION['MM_Username'] = $loginUsername;
$_SESSION['MM_UserGroup'] = $loginStrGroup;
if (isset($_SESSION['PrevUrl']) && false) {
$MM_redirectLoginSuccess = $_SESSION['PrevUrl'];
header("Location: " . $MM_redirectLoginSuccess );
else {
header("Location: ". $MM_redirectLoginFailed );
?>
Restrict Access:
<?php
if (!isset($_SESSION)) {
session_start();
$MM_authorizedUsers = "edit";
$MM_donotCheckaccess = "false";
// *** Restrict Access To Page: Grant or deny access to this
page
function isAuthorized($strUsers, $strGroups, $UserName,
$UserGroup) {
// For security, start by assuming the visitor is NOT
authorized.
$isValid = False;
// When a visitor has logged into this site, the Session
variable MM_Username set equal to their username.
// Therefore, we know that a user is NOT logged in if that
Session variable is blank.
if (!empty($UserName)) {
// Besides being logged in, you may restrict access to only
certain users based on an ID established when they
login.
// Parse the strings into arrays.
$arrUsers = Explode(",", $strUsers);
$arrGroups = Explode(",", $strGroups);
if (in_array($UserName, $arrUsers)) {
$isValid = true;
// Or, you may restrict access to only certain users based
on their username.
if (in_array($UserGroup, $arrGroups)) {
$isValid = true;
if (($strUsers == "") && false) {
$isValid = true;
return $isValid;
?>
Does anyone have any ideas why this is not working in only
Internet Explorer? Any suggestions or help to resolve this is
greatly appreciated.

holymackeral wrote:
> Another curious note... whether or not "Allow Cookies"
is tuned on in IE 7.0,
> localhost (running WindowsXP/IIS5.1) correctly processes
the logons and
> displays the restricted webpages locally. However with
"Allow Cookies" turned
> on, IE 7.0 still will not open restricted webpages on
the remote host site
> (running Linux/Apache).
>
> Does this narrow or broaden the issue? Help??
No idea, sorry. :(
David Powers
Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
http://foundationphp.com/

Similar Messages

  • How To Remove PHP Extension File Association With Internet Explorer

    When I select a PHP file to open it is redirected to be downloaded and opened (or I can choose to save) in Internet Explorer.  I need to test the file in different browsers.  How can I remove this automatic association?
    I've tried selecting a php file from Windows Explorer and selecting a different browser with no success.  I recently bought a new computer with Windows 8.  It's a big jump from my old one which used XP where there was no problem opening files with
    a php extension.
    Pat

    it sounds like you have a file association for .php, and, that you don't want to have one, so the original default behaviour would instead be preferable?
    This discussion, although for Win7, may be helpful:
    (the discussion occurs between "camelgrass" and "Brink")
    http://www.sevenforums.com/tutorials/19449-default-file-type-associations-restore.html#post259052
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Ciosco WLC Web Authentication with Internet Explorer 10

    Hi my name is Ivan
    I have a question:
    Cisco WLC Web Authentication woks fine with Internet Explorer 10. I have worked with Chrome, Mozilla, IE 7 and I don't have any trouble.
    When i put the ip address https://1.1.1.1/login, the web page show me.
    Thanks for your answers
    Regards

    HUmm Im a mac guy hard for me to test. I also did a search and dont see anything about bugs. Did you make any chnages to IE10 settings ? Is proxy enabled ?
    "Satisfaction does not come from knowing the solution, it comes from knowing why." - Rosalind Franklin
    ‎"I'm in a serious relationship with my Wi-Fi. You could say we have a connection."

  • Authentication issues on Windows 7 with Internet Explorer 8 (Crystal 2008)

    Hi,
    We are in the process of migrating from Windows XP to Windows 7 (with Internet Explorer 8).
    I have noticed that a web application which depends on Crystal 2008 is behaving differently in the new environment. For example, when I try to load a report I get this error:
    Access to report file denied. Another program may be using it.
    I know that this error can be caused by a permissions problem on the Windows temp folder, and I know there are various ways of pinpointing the exact permissions problem and various ways of resolving if that's the case. The fix that worked for us in Windows XP does not seem to work in Windows 7. My gut feeling is that IE is passing credential in some way differently from how it did before.
    Since many aspects of security are so different in Windows 7 compared with XP, I was hoping to find some general guidelines from SAP/Crystal re: how to deploy or configure the client/server in this environment.
    Are there any general guidelines available?
    Thank you for any help... shannon

    Hi Shannon,
    Not really, CR assumes it can access all of it's dependencies so it is a permission issue. Other than the usual config issues with IIS, full access to the      emp folder, full permissions on the Viewer folder, setting the framework in App pool correctly, etc.
    Do you have Service Pack 3 installed for Cr 2008 and the latest Fix Pack 3.5?
    https://smpdl.sap-ag.de/~sapidp/012002523100009989492010E/cr2008_sp3_fullbuild.zip ( requires uninstall first -  keycode is required )
    Incremental for SP2 - https://smpdl.sap-ag.de/~sapidp/012002523100007123572010E/cr2008_sp3.exe
    Fix Pack: https://smpdl.sap-ag.de/~sapidp/012002523100006341722011E/cr2008fp35.exe
    References for WEB app's:
    [Crystal Report Viewers in Visual Studio .NET u2013 Toolbar Images|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/50aa68c0-82dd-2b10-42bf-e5502b45cd3a]
    This one could be a great reference also:
    [Deploying Crystal Reports 10 .NET Applications|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/30c6d7c6-7164-2b10-90b8-d6020b116f4d]
    You could also use Process Monitor from Microsoft and scan the log file for Access Denied on the IIS Process.
    And also search [Microsoft's Forums|http://social.msdn.microsoft.com/Search/en-US?query=iis%207%20configuration%20and%20security&Refinement=123&ac=3] on how to:
    Thank you
    Don

  • Zzxc: When I click on a link in my email it doesn't go to the page. It is a blank page. It will work in internet explorer. When I sign in at certain sites, it doesn't redirect. Why is that?

    <blockquote>Locked by Moderator.
    Please continue the discussion in this thread: [tiki-view_forum_thread.php?locale=en-US&comments_parentId=688606&forumId=1]
    Thanks - c</blockquote>
    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    zzxc: When I click on a link in my email it doesn't go to the page. It is a blank page. It will work in internet explorer. When I sign in at certain sites, it doesn't redirect. Why is that?
    I am still having the same problem. I did what you said to do, but it didn't help. I cleared all of firefox's cache and still doesn't work.
    == Firefox version
    ==
    most recent
    == Operating system
    ==
    Windows 7
    == Plugins installed
    ==
    just windows,itunes, flash

    I have not found a way for the email hypertext to go to the FaceBook App, but I no longer click on the hypertext as I know whatever information or posting it is directing me to in FaceBook will show up when I open my FaceBook App.  I also have noticed that many pop-ups on the Browser don't actually know if you already have the software they are promoting. 

  • Cisco IOS SSL VPN Not Working - Internet Explorer

    Hi All,
    I seem to be having a strange SSL VPN issue.  I have a Cisco 877 router with c870-advsecurityk9-mz.124-24.T4.bin and I cannot get the SSL VPN (Web VPN) working with Internet Explorer (tried both IE8 on XP and IE9 on Windows 7).  Whenever I browse to https://x.x.x.x, I get "Internet Explorer Cannot Display The Webpage".  It sort of works with Chrome (I can get the webpage and login, but I can't start the thin client, when I click on Start, nothing happens).  It only seems to work with Firefox.  It seems quite similar to this issue with the ASAs - http://www.infoworld.com/d/applications/cisco-asa-users-cant-use-ssl-vpns-ie-8-901
    Below is the config snippet:
    username vpntest password XXXXX
    aaa authentication login default local
    crypto pki trustpoint TP-self-signed-1873082433
    enrollment selfsigned
    subject-name cn=IOS-Self-Signed-Certificate-1873082433
    revocation-check none
    rsakeypair TP-self-signed-1873082433
    crypto pki certificate chain TP-self-signed-1873082433
    certificate self-signed 01
    --- omitted ---
            quit
    webvpn gateway SSLVPN
    hostname Router
    ip address X.X.X.X port 443 
    ssl encryption aes-sha1
    ssl trustpoint TP-self-signed-1873082433
    inservice
    webvpn context SSLVPN
    title "Blah Blah"
    ssl authenticate verify all
    login-message "Enter the magic words..."
    port-forward "PortForwardList"
       local-port 33389 remote-server "10.0.1.3" remote-port 3389 description "RDP"
    policy group SSL-Policy
       port-forward "PortForwardList" auto-download
    default-group-policy SSL-Policy
    gateway SSLVPN
    max-users 3
    inservice
    I've tried:
    *Enabling SSL 2.0 in IE
    *Adding the site to the Trusted Sites in IE
    *Adding it to the list of sites allowed to use Cookies
    At a loss to figure this out.  Has anyone else come across this before?  Considering the Cisco website itself shows an example using IE (http://www.cisco.com/en/US/products/ps6496/products_configuration_example09186a008072aa61.shtml), surely it should work in IE you'd think?
    Thanks

    Hi,
    I would check where exactly it is failing, either in the ssl connection itself or something after that. The best way to do that is run a wireshark capture when you try to access the page using IE. You can compare this with the one with Mozilla too just to confirm the ssl is working fine.
    Also can you try with different SSL ciphers as one difference between browsers is the ciphers they use. 3des should be a good option to try.

  • Image placeholder not working in internet explorer

    I'm using DreamweaverMX and I used the swap image behavior to make thumbnails appear in a larger placeholder below. When I load the site in Firefox the thumbnails come up and when you click them it displays properly below. However when I open it in internet explorer the placeholder shows up on the screen prior to clicking thumbnails with a red X in the corner. This is a problem because there is more than one placeholder for the different orientations and they are showing up on the page. Any advice appreciated. Thanks

    That is correct behavior for IE - unlike FF, it will display the broken image icon when the image is missing.
    You might consider simply starting with a transparent.gif which you dimension the the needed size.
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Internet Explorer - Memory Usage

    Hi,
    I have developed a VC model and deployed it in the portal. When i execute the model in internet explorer 7 or 6, the memory usage keeps building up and does not drop even after getting all the data. I have got couple of popup iviews in the model which when executed increases the memory usage further more and eventually internet explorer stops responding.
    Currently the only way to clear the memory is to close the Internet explorer window. Is there any other way to flush out the memory after the data has been retrieved from the back-end.
    Regards,
    Ravi.

    Hi Ravi,
    I googled in and found few links which can be helpful to you.
    http://cybernetnews.com/browser-comparison-internet-explorer-firefox-chrome-safari-opera/ - which is all abut the memory tests which were conducted for various browsers including ie regarding the usage of memory.
    http://www.bigresource.com/PHP-Flush-clearing-buffer-3rXPLSop.html
    http://www.wimpyplayer.com/docs/howto/clear_cache.html - which tells about the way to flush out the browser memory for better usage.
    With Regards,
    Vipin Vijayan.

  • How can I process an xml/xsl file pair that require the Internet Explorer dom?

    My personal navigation device (GPS) generates xml files that contain a record of where I have been, together with when I was there, how fast I was driving at the time, etc. taken at approx. 5 second intervals. This xml file has an xml-stylesheet with type="text/xsl" but that stylesheet is written to the Internet Explorer dom standard. The stylesheet interfaces with google maps to display a map that shows my path and it also displays tables of data including distances that are computed from latitude/longitude pairs. I can supply a small sample xml file and the xsl file as well if they are needed to diagnose my problem. I cannot find any browser other than Internet Explorer that handles these files satisfactorily. I prefer to process them from a Linux environment but with the Internet Explorer requirement I cannot do so. The browsers that I have tried and that have failed are Firefox, Opera, Konqueror, Chrome, Epiphany, Midori, Arora, and Links.
    One line in the xls file in particular gives grief in the browsers like Firefox that at least attempt to do more than display the raw xml file:
    xmlns:cymath="urn:smiletime-cybarber-net:math"
    A comment in the xls file says this about the problem:
    "Tested and currently only compatible with Internet Explorer version 6 or version 7 (as this script includes JScript functions called by XSL, msxsl:script extension is required; also, the produced XHTML document embeds javascript functions exploiting the IE DOM).
    "In order to provide compatibility with Firefox, other than checking the compatibility of the IE DOM, the cymath:distCosineLaw function still needs to be ported."

    You may get an answer, but it is not really the sort of subject covered by this forum, I suggest you try [http://forums.mozillazine.org/viewforum.php?f=49 Mozilazine] and if you solve the problem post back again.

  • Can't get into talk talk email account in Mozilla, you have undefined new mails in your inbox message. No problem with Internet Explorer though

    I've been using the Firefox browser for nearly a year now but for the past three days I can't open my tiscali email account via Firefox. The message "you have undefined new mails in your inbox" comes up. Talk Talk technical help says there is a problem with Firefox and advised me to use Internet Explorer. I can get into my account through Explorer but would much prefer to use Firefox so please help me out.

    Apparently TalkTalk mail will work with Firefox 4 and Firefox 5 ''if'' you set the browser to ''lie'' to TalkTalk mail by saying that you are still using version 3.6.
    You can find the instructions for that in a post on the TalkTalk forums: [http://www.talktalk.co.uk/forums/showthread.php?t=185113#post2452787 Firefox 4 & TalkTalk webmail - Forums].
    Note: when you open about:config the first time, it will display a warning message that you should be careful with the changes you make. That's definitely good to bear in mind.
    Does it work?

  • Communication express and internet explorer

    hi;
    when i login communication express from internet explorer and i see this error
    "ERROR: Error in populateOrgProfile
    com.iplanet.am.sdk.AMException: Could not find service config : iPlanetAMAuthService
    at com.iplanet.am.sdk.AMObjectImpl.getTemplate(AMObjectImpl.java:696)
    at com.sun.identity.authentication.service.AuthD.getOrganizationTemplate(AuthD.java:1234)
    at com.sun.identity.authentication.service.LoginState.populateOrgProfile(LoginState.java:462)
    at com.sun.identity.authentication.service.LoginState.createAuthContext(LoginState.java:1219)
    at com.sun.identity.authentication.service.AuthUtils.getAuthContext(AuthUtils.java:229)
    at com.sun.identity.authentication.service.AuthUtils.getAuthContext(AuthUtils.java:166)
    at com.sun.identity.authentication.UI.LoginViewBean.forwardTo(LoginViewBean.java:321)
    at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:981)
    at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:615)
    at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:473)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:807)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
    at com.sun.mobile.filter.AMLController.doFilter(AMLController.java:163)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:280)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:580)"
    How could i solve this error?
    regards;

    hi;
    i open debug option at communication express. then i restart web server , but i saw this error " info: WEB2798: [uwc] ServletContext.log(): TRACE DefaultXSLUILocatorHandler.init: adding .ie55.(Pattern:Mozilla/4.0 (compatible; MSIE 5.5;Device:html;supportClientXSL:false)"
    What is this mean it?How could i solve this problem?
    thanks...
    regards...

  • Domain redirect and Internet Explorer  behavior with cookies

    Hi team,
    I'd like to ask if the following behavior is "normal" or if there are some possible or better workarounds.
    1. My application uses HTMLDB internal authentication (via login page). Session management therefore is based on cookies.
    2. I registered a domain and asked the domain provider to redirect the connections to the site where my htmldb application is hosted.
    3. Firefox browser users connect apparently seamlessly to the web site, while Internet Explorer users need to tamper with the security settings and add both the domain and the hosting server address to the "Trusted" site list, also disabling the HTTPS only restriction for this kind of sites, because the cookies seem to be blocked by default.
    I didn't fully understand if the problem with the cookies is related to the domain redirection but I am guessing it is as I never had this problem before when connecting directly to the hosted site.
    Hence my question:
    what is the recommended setup in a similar case, is my situation typical to some extent or is there something that needs to be done at either side to avoid these issues?
    Bye,
    Flavio

    Validation errors.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.cavallinollc.com%2FTESTENVIRO NMENT%2FTestSiteF%2F
    On lines 115 and 117 you have some semi-colons that don't belong.
    Try fixing the code errors and see where you land.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • How do I get Firefox to work I have Internet Explorer 9

    Internet Explorer is unable to bring up Firefox support. When I load, from an icon on my desktop, Firefox & Google pops up, but there is no Google e-mail > Really, there isn't anything else on the screen that I'm used to seeing, for example: my favorites, the Google bar is missing, recent contacts. I don't know how to use your Firefox > I am a writer and depend I on the computer to get the job done. > I would like to get rid of Internet Explorer all together - it constantly quits and then restarts - over and over.
    I need all of the gadgets that are on Google to operate.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Do a malware check with several malware scanning programs on the Windows computer.
    Please scan with all programs because each program detects different malware.
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    *https://support.mozilla.org/kb/troubleshoot-firefox-issues-caused-malware

  • Slideshow widgets work in Safari but not in Internet Explorer.

    I have tried both the Spry Image Slideshow with Filmstrip and the Spry Image Slideshow - Basic. They work well in Safari but they skip images in Internet Explorer. I am using the default widgets in each instance. In IE only the 1st, 3rd, 5th, 7th, 9th, 11th, 13th and 15th slides display and they do so without any real transitions. I haven't tried other browsers yet.  Any suggestions? Thanks.

    I'm having a similar issue. The Spry Slideshow - Basic widget works great in Firefox, but won't work in IE8.
    Here's the test link I set up. http://arts-festival.com/TESTSLIDE.php
    The page I set it into originally (isn't officially live, still up for testing purposes) is http://arts-festival.com/index2010.php
    Error is:
    Invalid Argument.
    Line: 389
    Char: 3
    SpryDOMEffects.js
    Code: 0
    URI: http://www.arts-festival.com/Spry-UI-1.7/includes/SpryDOMEffects.js
    Any suggestions?
    Thank you!
    Theresa

  • Quicktime grabs Vista file associations in Internet Explorer (TIFF etc.)

    Hi all,
    I have a problem with Quicktime 7.6 and Internet Explorer 8 on Windows Vista - maybe someone here knows a fix? I've tried everything I could think of ... to no avail... Many thanks in advance for any hints!
    Trouble is:
    After installing iTunes 8.1.1 including QuickTime, whenever opening a TIF image in Internet Explorer 8, QuickTime will display it. I don't want that, I need to set a different application to open TIF files or to have Internet Explorer ask me whether I want the file displayed or download it.
    This is extremely annoying, since our HTTP scan server (HP) sends its files as TIF directly to the browser, so there is now link to the file to right-click on and chose "save as". Before installing iTunes/QuickTime, Internet Explorer asked me where I wanted to have the file saved - now it just displays the image using the QuickTime plugin and I can't save it anymore.
    I tried to right-click the image in the QuickTime display, it tells me I would need to buy QT Pro to save a copy.
    I opened QuickTime's options and disabled TIF and TIFF both in file types and in MIME types.
    Result: nothing; still IE8 displays TIF with QuickTime.
    I right-clicked on a TIF file on the harddisk, chose properties and changed the program with which to open the file (first Acrobat, than tried Windows image viewer, then Photoshop...).
    Result: nothing; still IE8 displays TIF with QuickTime. (When I open a TIF from a folder on the harddisk, Vista opens it in the program I specified - but any TIF within IE8 is still displayed with QuickTime).
    I opened Vista's control panel and set the standards for file type TIF/TIFF to a different programm.
    Result: no change, within IE8 any TIF image is still displayed using the QT plugin.
    I used Internet Explorer's Add-On settings to disable the QuickTime plugin.
    Result: any TIF image is displayed as a red X, it doesn't ask me what to do with it or where to save it.
    What can I do?
    Any help would be much appreciated.
    Many thanks in advance!
    Best wishes
    Frank

    I used this link for tiff http://www.nrl.navy.mil/content.php?P=IMAGES
    QT was opening the tiff files. When going into the QT control panel Browser>Mime settings>Images-Still image files I was able to uncheck tiff, which held. I was also able to uncheck all the file types under File Types tab(Images-Still image files) in the QT control panel. However the preference would not hold. Went into Start>Set Program Access and Defaults that also was of no help.
    The only way I was able to get QT to release the tiff's from the website I posted was to go into the Folder Options control panel for File Types and change the tif & tiff from QT picture viewer to windows picture and fax viewer.
    So not sure why the QT control panel will not respond, there are other file types in the Folder options control panel on this computer other than tiff's that are still associated to QT, but didn't try changing them, perhaps that needs to be done?
    Good post I didn't realize this before reading your post, if I come across anything further I'll post back.

Maybe you are looking for

  • Time Out Functionality in APEX

    Currently I am working on APEX 3.1 and using OID (10.1.2) for LDAP Authentication. I want to implement time out functionality in my application. Ex: If users logs into to APEX Application and keeping the page ideal for 15 min. When user tries to acce

  • Allowing a user to upgrade a specific Application

    We have a specific application that we install on all of our mobile computers. Our newest is the Microsoft 8.1 Professional with an attached keyboard. The issues that we are facing have all been resolved with the exception of one. The application is

  • Can't use

    Hello all.. I have been using Solaris 10 for a few weeks now, and I really like it :-).. But, I am having this problem that has really stumped me, so if you could help it would be greatly appreciated. I can't use "localhost:<port #> to connect to my

  • Annual Oracle OpenWorld 2014 User Community Cloud SIG meetup

    Each year at Oracle OpenWorld and then at the Collaborate User Conference, the IOUG Cloud SIG invites participation from customers and partners interested or building Clouds using Oracle product technologies. A brief history on the SIG here Just prio

  • Solution Manager and SAP ECC on same server

    Hi Experts, I want to install Solution Manager and SAP ECC on single server. Oracle database with different schema (e.x SAPSR3, SAPSR4) But can I use same mount folders? Kindly highlight your experience and knowledge on this point? Thank you so much