Multiple browsers different versions

This is probably an easy question. I need to know how to get
IE browsers 6 and 7 in the test mode along with IE 8 the current
version I'm running so everything will work out in Dreamweaver. I
do test with IE 8 currently.
Thank you

I have different boxes, each with a different installed
version -
IE6/IE7/IE8 (I even have IE5.5 on a dual boot system).
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Brandon75" <[email protected]> wrote in
message
news:gqg1q8$48h$[email protected]..
> This is probably an easy question. I need to know how to
get IE browsers 6
> and
> 7 in the test mode along with IE 8 the current version
I'm running so
> everything will work out in Dreamweaver. I do test with
IE 8 currently.
>
> Thank you
>

Similar Messages

  • How can I handle deploying multiple test systems on the same PC that have been developed using different versions of LabVIEW, TestStand, and/or Switch Executive?

    The major issue here is that the test systems must be documented and validated before being released to the production floor. Given this if a test station has multiple test systems deployed on it that have been developed on various versions of LV, TS, and Switch exec how can I force the test system selected to use the correct versions of TS, LV, and Switch exec.? I understand that the solution would be to recomplie everything and bring them up to the latest version but that would then require re-validation according to the QA department. Any advice would be greatly appreciated.
    It would be nice if theTS deployment was more like an LV executable... meaning when a LV executable is launched it always knows what LV runtime engine to use when there are multiple engines installed on a PC.

    Hi,
    Multiply versions of teststand can reside on the same system, but only one version can run at a time. They is a utility that has to be run to set the active version.
    The SequenceFiles have a version number, and you will find an error will be generate if you try to Load the sequencefile in the wrong version of TestStand.
    The labview VIs will only work providing the correct version of the RTE is also installed on your system, even a labview executabe requires the correct RTE to be installed, either as part of the executable installation or as a seperate installation, before the labview exe will work correctly.
    I'm not fimilar with the Switch exec but I would expect that it will also require the correct lower level device drivers to be available for the version you are using.
    Therefore, as you are indicating that some of your system are at  a older version, its difficult to image how you could achive this, considering if you say you have different versions of the software(s). For a start, you may have the problem that newer code/ sequencefiles using additional functionatily not available in the older versions.
    I would think your only solution would  be to have different deployments covering the different versions you have, or at least bring all your test systems up to the same version of teststand.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Multiple log4j jars of different versions in classpath

    Hi,
    Does having multiple log4j jars in the classpath of different versions cause problem. If I have both log4j-1.2.14.jar and log4j-1.2.15.jar in my classpath will that cause a problem.
    I have a scenario where in the production env. servers hung and when I checked the classpath it had both the above log4j jars. Could it be an reason for server hanging?
    Thanks
    AA

    Hi GP,
    Thanks for all the help again.
    2.How to ensure the existing user updates /new user creations that comes from OID 10g propagate to OID 11g as well? Please suggest the steps likely involved in OIM 11g configuration.
    3.Also need to ensure the password changes propagates from OID 10g to OID 11g after the above configurations. Please suggest ways for this as well.
    ->>>PLease clear your requirement. Do you want to transfer data from OID 10g to OID 11g via OIM? If yes configure OID 11g as trusted source and trusted source reconciliation bring OID 10g data to OIM and OIM will propogate it to OID 11g.
    I think you are looking for LDAPSync between two OIDs. You can refer its documentation to configure LDAP sync, so whatever changes are done in 10g will be propagated to OIM 11g.
    ->>>>>>>>>>Yes I want all the users that were once created in OID 10g should also be propagated on OID 11g under a similar context/orgs. Also if any change / modification in the existing user happens on OID 10g should propagate the changes for the same user on OID 11g. Please guide me how to configure trusted source in OIM 11g?
    Also can you please point LDAPSync document (for propagate changes for user passwords from OID 10g to OID 11g user). I understand that you are suggesting for the same purpose? Please correct me if am wrong.
    Thanks again.

  • Running multiple java apps simultaneously, using different versions of jre.

    I have a situation where I have 3 or 4 applications (and one applet) that were built over time, each with a different version of the jdk (ranging from 1.2.2.005 to 1.3.2). I need to know of a way (and it must exist) to run each of these applications on the same machine, and at runtime, have each application (or applet) run with its respective version of the jre. Certainly, one could change some source code and make all programs compatible with a particular jre, but that doesn't solve my problem if a new app is built with a new version of the jdk down the road. Currently, each runs fine by themselves, but if I try to run them together as different processes, some won't do anything because the default jre may not be what it needs. Would the Java Plug-in software have a role to play in this? Is there a way to specify (link) which application should use which jre?
    P.S. These applications (right now) don't have to interact or interface in any way. I just need to have them all running as separate processes on the same machine and be able to jump from one to the other.

    Write a batch file that sets the environment properly and restores it afterwards, here is a sample batch file we use which switches to IBM's JRE to run an app:
    OLDPATH=$PATH
    PATH=$PATH:"/usr/local/java/IBMJava2-13/jre/bin"
    OLDCP=$CLASSPATH
    CLASSPATH="/usr/local/java/IBMJava2-13/jre/lib/rt.jar:."
    OLDHOME=$JAVA_HOME
    JAVA_HOME="/usr/local/java/IBMJava2-13/jre"
    # put the command to execute your program here
    java -jar app.jar
    PATH=$OLDPATH
    CLASSPATH=$CLASSPATH
    JAVA_HOME=$JAVA_HOME
    This is for Linux, but it should be possible to write one for Windows too.

  • Multiple NW instances of different versions on same server

    Hello,
    Our current landscape has two NW 7.2 Java AS instances installed on a single server. This solution works well for us, as one instance functions as our Dev server and the other functions as the QA.
    I am looking to upgrade to NW 7.3 EP1. Is it possible to have different NW instances at different versions on the same machine? For instance:
    NW 7.2 DEV (port 50000)
    NW 7.2 QAS (port 50200)
    NW 7.31 PRD (port 50400)
    I've already attempted to install NW 7.31 Java as a New and additional installation on the server. Both methods have failed so far. I haven't dug too deeply into the logs yet as I wanted to get feedback from the community first.
    In summary, is it possible to have different versions of NW Java running on the same machine? If so, what is the best practice and process for installing the new NW instance?
    Thanks,
    Greg

    In summary, is it possible to have different versions of NW Java running on the same machine? If so, what is the best practice and process for installing the new NW instance?
    Yes, it is possible. You need to make sure that the hardware has sufficient resources (CPU, RAM, Disk space, etc) to accommodate a new instance, the system numbers and SID's are unique and the OS and DB are supported for the new system.
    Regards
    RB

  • How can I save different versions in iMovie 11 (plus angry rant)

    Sigh. 
    My fiancee is sitting in front of the computer crying because iMove just messed up her project.  The project that was basically done.  The project she has to hand in tomorrow morning (it is midnight right now). 
    Who knows what happened.  Things apparently just jumped around and no amount of undoing is getting her back to where she wants to be (apparently she used undo, then tried to fix things, then tried to undo again).
    Which leads me to:
    *** was Apple thinking when they removed the ability to save a file?  Seriously!  Both of us are experienced computer users and both of us are in the (very vital) habit of saving multiple versions of a file.  We don't save a version every 10 seconds, and we don't save a version for every insignificant change.  But we do save versions whenever we feel we have hit a milestone.  And we would have done exactly that had there been some obvious way to do it in iMovie.
    OSX Lion (the first version of OSX that desperately makes me want to downgrade) is supposed to autosave so that you don't have to.  But iMove 11 apparently cannot do even this simple thing. As far as I can tell you work on your project and it is the *only* version of this project you can ever work on.  If you make a change, you can either:
    live with it
    or
    linearly undo as long as you have not quit the program.  Heaven forbid that it crashes or (like it just did right now) stops playing back audio and you have to quit and restart.
    There must be a way of saving different versions of your project so that you aren't messing with your one and only precious copy every time you make an edit.  Please tell me there is.  Or how do I get to the autosaved versions?  It is probably too late for her now (she has to redo most of the project to get the audio to line up again) but for future reference we could use some help.
    Sigh.  Now I have to go help her.  I feel so bad for her and I pretty much want to chuck the freaking computer through Apple's living room window right now.

    Sorry for your frustration.
    Here are two tips that may help in the future.
    To save a version, use FILE/DUPLICATE PROJECT http://help.apple.com/imovie/#mov3a61c0ec
    You might also consider using Time Machine backups.

  • Running executables that have been compiled with different versions of a same vi

    I am writing a LabVIEW 7 program on Windwos (NT 4.0 up through XP) that will have to simultaneously call and run at least two executable modules. Both of these modules will be written using some of the same utility vis from my user libraries. How can I run the two modules if they have each been compiled using different versions of the utility libraries (i.e. the two executables will have vis with the same name but with slightly different code)?
    I know i could dynamically call each vi by reference node, but that can get a bit cumbersome with dozens of vis...

    Hi meludwig,
    Unfortunately, LabVIEW keeps track of the different VIs in memory using the VI's name. Therefore, if you want to load multiple executables that use the same VIs but with different code, you will want to rename those VIs. LabVIEW cannot distinguish between 2 VIs with the same name but with different code. Dynamically calling the VIs using VI Server, like you mentioned, will also potentially cause problems because the executables might try to load same VI name into LabVIEW memory at a time and this will still causes problems.
    My suggestion would therefore to be to rename the utility VIs to another name and save it as a custom subVI in that program. Then, make sure to include that custom subVI in the App Builder executable and you should b
    e golden.
    Kileen C.
    NI

  • Robohelp - TFS Mapping issue for different versions

    Hi,
    I'm using Adobe Robohelp 9 with Team Foundation Server 2012 on Windows 7 -  64 bit. I've also installed Microsoft Visual Studio Team Foundation Server 2012 MSSCCI Provider. I've mapped all the project folders on my machine. We create HTML help (.chm) for our application.
    I have different versions for each module of our entire product on Team Foundation Server 2012 (As we have multiple modules in our product), for example x+1, x+2, x+3 and so on.
    Each module has different Robohelp projects for every version/branch. This means, if the Online help for any module from any version is changed, we update it in the respective version of the Online help project.
    When we move on to the next version, due to binary files, the next version contains the same path and properties of previous version. We need to have different project for single module for the next version. For this, I have changed the TFS project path of every .xpj project for every version. For example, if I'm working on version x+2, then I've changed the TFS project path from x+1 to x+2 manually on x+2 version/branch and then started working on it.
    As these Robohelp projects (for each module) are mapped to my local folder on C drive, it shows a single workspace mapped with same path on my machine. This should be the ideal condition for my all projects as follows:
    But sometimes when I try to update any file from version x+2 and then check-in my changes, the changes are getting checked-in to the previous version, i.e. x+1. And if I see the workspace of the x+1 version, it shows one more wrong workspace added below the correct one. This new workspace contains the Source control folder path of x+1 version and the Local folder path of x+2 version. That means, my robohelp project folder of x+2 version from my local drive is getting mapped to TFS folder of version x+1. That is why all the changes done in Robohelp project files from x+2 version are going in to x+1 version.
    The strange here is when I try to check-in my changes in x+2, it shows the correct path of x+2 version. But they all go to x+1 version, which should not happen.
    If anyone can help me in this problem, it would be a great help!
    Thanks in advance and waiting for solution,
    Dipali

    So, if I understand correctly, you create a duplicate of the project and
    check that in on a different location in TFS. That is the way to go.
    My guess is that the XPJ still references the old version's path. Try
    checking out the XPJ with TFS and open in with notepad. Search for
    'vc::cookie'. Check that the path there points to the correct path of
    the project in TFS. It probably still references the old path and so
    RoboHelp will check it in at the old path.
    Kind regards,
    Willam

  • Issues with having pages display correctley. It does this in multiple browsers, Chrome, IE, and FF. Some pages display correctley.

    I have been having trouble viewing pages in multiple browsers since last night. It has done this with me before. I am using an Acer Aspire and also Firefox version 23. I've tried looking online and following suggestions such as clearing the cache, retarting in safe mode, etc. Nothing seems to work. It's only on certain pages. For example- Facebook works and displays fine. It's when I go to websites like Amazon, Wix, Ebay, and others that I get the issue. The pages are displaying with a white background and just text/links and basic images. I've checked the page style and it is on Basic Page Style. Here is what I have:
    http://i45.photobucket.com/albums/f78/DovesPaintedJewel/screen2.png
    http://i45.photobucket.com/albums/f78/DovesPaintedJewel/screen1-1.png

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/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

  • Multiple Adobe Reader versions

    Hi there!
    I'd like to know if there is the possibility to run different versions of Adobe Reader in a Windows Xp SP3.
    I ask you this, because I noticed that some actions that are possible with Reader 7, are not possible with 8 and for my job (I work in a copy shop) I need to use both 7, 8 and sometimes 9.
    Have I to create another user in the OS?
    What can I do else?
    Thank you!
    Alberto

    Adobe doesn't support running multiple versions, it is known to cause problems. You can use virtualization software to run multiple versions of the OS on the same computer. This could solve your problem.

  • Two different versions of Visual C++ 2010 Redistributable on one server - how to?

    Dear IT-Pro´s,
    I´ve got the following problem:
    On a 2012 R2-Server I need to install two different programs.
    One of the programs needs Visual C++ 2010 Redistributable Version 10.0.30319.
    The other program needs Visual C++ 2010 Redistributable but Version 10.0.40219.
    No matter in which ordner I install those two files, only the higher version will be left in the end, causing one of the programs not to work.
    Is there a way to install multiple redistributable in different versions on one host?
    If so, may you tell me how?
    Thanks in advance & cheers
    GoProo

    I'd try them over here.
    Visual C++ forum on MSDN
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • DBACOCKPIT There are different versions of ODBC32.dll in use

    Hi all,
    In dbacockpit if you go to Configuration and SQL Server Setup Check.
    Got this error u201CThere are different versions of ODBC32.dll in useu201D
    How do I fix this?

    Hi Gareth Bosman,
    For exact information about ODBC32.dll versions used, go to ST04 --> Diagnostics --> DISP+WORK DLLs
    Here you can find the exact hostnames and all different versions of ODBC32.dll used.
    Check and take the corrective steps either by updating MDAC or applying microsoft's recommended patches for that particular host only.
    By the way, as per my observations, even continuing with multiple versions of ODBC32.dll will not affect smooth working of your application.  you can update it at later times also.
    Regards
    Surjit

  • Navigation within swf files that use different version of actionscript

    I have multiple swf files that need to link up together, the problem is this, some of the files was developed a few years ago with Flash MX and actionscript 1 while some of these files was developed recently in CS 5 with actionscript 3.
    Is it possible to navigate within different version of actionscript files in the same flash player?
    I found that actionscript 1 file will not work once i have navigated to actionscript 3 file.
    Any suggession or solutions would be highly appreciate.

    Actually, it will not work properly. Given, the code behind all these swf(s) is Object Oriented then there is a solid chance of getting them to communicate with each other without any issue. Once suggestion would be to centralize the navigation into its own swf and then dispatchEvents and have the listeners handle the rest. I am sure there are other avenues, but I would do it this way so if there any other such file(s) in the future, all you will need to do is hook the plumbing up and off it goes. Now if the code is anything but 'Object Oriented' then it will take good chunk of time to get the navigation going. However way you decide to pursue it, test it rigorously so there aren't any foo surprises.
    Thanks.

  • SCCM 2012 R2- update different versions of adobe reader

    Planning to push the most current adobe reader to several users.
    The problem is different versions of older adobe reader is already installed on the machines.
    So my question is how do I go about removing the older versions from the machines and install the most current one?
    If I have to create a package for each adobe version, that would be very tedious. Please let me know if there is any other way.
    thanks

    If you use Adobe's Customation Wizard and configure to remove all versions, I have found that this does this reasonably well. Most of our clients only had one version of Reader installed, however, so not sure how well it would if multiple versions are installed.
    The 11.x reader, however, upgraded 9.x and 10.x systems without issue. I used the full package because we had various instances of "slipstreamed" update installs and using the .MSP method would fail in these scenarios. Using the full package ensured
    everyone had the exact same version and configuration once upgraded. Going forward, I can continue to use the full package method or simply deploy the .MSP.
    We have the base 11.x .exe version extracted. We use the wizard to create the .mst. The setup.ini is configured with our command line and patch switches so we don't need to use any when setup.exe is run:
    [Startup]
    RequireMSI=3.0
    CmdLine=/sPB /rs
    [Product]
    msi=AcroRead.msi
    CmdLine=TRANSFORMS="AcroRead.mst"
    PATCH=AdbeRdrUpd11010.msp
    The .msp file is copied into the extracted folder, which should like this:
    ABCPY.INI
    AcroRead.msi
    AcroRead.mst
    AdbeRdrUpd11010.msp
    Data1.cab
    setup.exe
    Setup.ini
    You should be able to run setup.exe without any switches. Otherwise, you can do a batch file with removal commands for all other versions and then run the setup.exe. As suggested, the PowerShell App Deploy Kit works well for this also.

  • Different version of same form

    I have 3 different versions of the same form that I need to make into editable PDF's. Each form has the same fields, placed in the same location however the logo and language is different on the PDFs. I have already made one form editable and it was VERY time consuming as there are many fields and check boxes throughout the document.
    Is there a way to copy and paste (drag and drop) the editable fields from the completed form to the other 2 versions? Or will I have to create fields in each on individually? The first one took me multiple hours to finish and I am not looking forward to doing that 2 more times.
    Any help or suggestions would be greatly appreciated!!!

    All you need to do is open the document that has the fields and select "Document > Replace Pages" to update the underlying page contents with pages from a new document that you've created in the other language. Any fields, links, etc. will be retained.

Maybe you are looking for

  • Billing and shipping info on shopping cart page

    Hi there Can anyone tell me if I can put the shipping and billing forms that usually go on the checkout page in BC on the shopping cart page. What is the best way to impliment this. I can think of a few ways but they seem like work arounds. Can BC do

  • Lookup Columns in newform in sharepoitn 2010

    I have lookup columns in the newform in SharePoint 2010.  I have a reset button on the form, which refreshes the fields using Form action.  All the other fields value is cleared on the form  except for the lookup columns. how to clear the lookup valu

  • Pc cam 300

    Please can anyone tell my HOW can I change the Media directory(Default directory to store media files) from C to an other partition of HDD :angry:. In Settings /General at directory to store , is already written -D:\capture with Creative-,but the ima

  • T40p USB problem

    Hi! I need help, everybody Any USB devices did not recognize USB 2.0 port (in the notebook as well as in the dock station), woking as USB 1.1 only . Except for native IBM USB 2.0 flash memory! May be this happen after install last updates  by Lenovo

  • RSCRM_BAPI file laod

    Hi, I have created a query and want to exceute from RSCRM_BAPI transaction. But cannot found following oprtions: 1. Reordering of the fields used in the transactions. 2. How can i save the output of the report to my local workstation, as it always as