How to get under framework appear dynamically instead of under framework

I am using frames (please don't tell me off the coast!) and PHP.

I want the title on the browser to change when one of the frames in the frameset changes.

Normally the title of the browser comes from frameset, but I don't know that I've seen sites where the title according to one of frames changes... How is this work?

C

Colin, I imagine that any solution will require reloading of frameset, defeats the benefits "perceived" executives.

You may have more luck asking in a forum html or php, since it's really the nature of the question. Also most of the developers of this group to avoid frames and therefore don't have much recent experience with them.

Tags: Dreamweaver

Similar Questions

  • How to get a year back dynamically in Oracle?

    Hello experts,

    I try to create partitions on a table and would go back up to the year last to create partitions. I am currently hardcode values. I want to configure it dynamically based on SYSDATE. Someone here could help me please?

    CREATE TABLE PRDT_SALES 
       (SALES_ID NUMBER NOT NULL ENABLE, 
       PRDT_NM VARCHAR2(50 CHAR) NOT NULL ENABLE, 
       SALE_START TIMESTAMP (6), 
       SALE_END TIMESTAMP (6), 
       PRDT_TYPE VARCHAR2(50 CHAR), 
       PRDT_NM VARCHAR2(50 CHAR), 
       PRDT_CODE VARCHAR2(50 CHAR), 
       PRDT_DESC VARCHAR2(50 CHAR), 
       SALE_DT DATE NOT NULL ENABLE, 
       SALE_UPDT_TS TIMESTAMP (6) DEFAULT SYSTIMESTAMP NOT NULL ENABLE
       )
    PARTITION BY RANGE (SALE_DT)
     (PARTITION P20131001 VALUES LESS THAN (TO_DATE('2013-10-02 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN')) );
    

    Later, I am running this script.

    DECLARE
       c_start_dt   DATE := TO_DATE ('11-NOV-2013') ;
       c_end_dt     DATE := TO_DATE ('11-NOV-2014');
    BEGIN
       FOR dt_rec IN (SELECT 'P' || TO_CHAR (dt, 'YYYYMMDD') AS part_nm,
                             dt + 1 AS part_dt
                        FROM (SELECT c_start_dt - 1 + ROWNUM AS dt
                                FROM all_objects
                               WHERE c_start_dt - 1 + ROWNUM <= c_end_dt
                             )
                       ORDER BY dt
                     )
       LOOP
           EXECUTE IMMEDIATE 'ALTER TABLE prdt_sales' ||
                             ' ADD PARTITION ' || dt_rec.part_nm ||
                        ' VALUES LESS THAN (TO_DATE(' || '''' || TO_CHAR (dt_rec.part_dt, 'DD-MON-YYYY') || '''' || ',' || '''' || 'DD-MON-YYYY' || '''' || '))';
       END LOOP;
    END;
    /
    

    I would like to know how to make the c_start_dt and dynamic c_end_dt based on SYSDATE.

    Thank you

    Julaayi

    Thank you. This helped.

    Just to clarify, we need to declare it as date.

    c_start_dt DATE: = trunc ((sysdate-12) add_months);

    c_end_dt DATE: = trunc (sysdate);

  • How to get the path page dynamically

    Hello.

    How to get the path to the current page in the processRequest of the controller method? e.g. "/ oracle/apps/ak/sandbox sand/webui/SamplePG.

    -wheleph

    pageContext.getParameter ("page");

    This line will give you exactly what you want...
    Thank you
    Annapurneswar

  • How to get thumbnail playmemories appears instead of the box empty

    I don't see empty boxes instead of thumbnails of each video in the software PlayMemories. This had been happening regularly several months even after the installation of the latest versions.

    The solution appears after a new software update to wait for the computer to catch up on the indexing of videos to make the thumbnails which does not seem to take probably hours on my computer. It would be great if somehow the software could transfer the previous index if she didn't have to go through the process of each update.

  • How to get USB-6009 DAQmx device instead of a USB device

    I undertook a LabVIEW app from a Windows XP laptop work a windows7 (32 bit) laptop. When I connected the USB cable from the laptop to my Flow Bench machine, that contains an NI USB-6009, he appeared in MAX under USB devices and not, as he always did before, under NOR-DAQmx devices. If the USB-6009 case is not recognized in my application.  When I tested the example Acq & chart voltage-Int Clk - SW Trig Restarts.vi, when I try to navigate to this device in this example, the search box is empty - no DAQmx device not found!

    How can I get this device 'live' under NOR-familiar DAQmx devices instead of strange USB peripheral area? What is going on?

    Thank you!

    Finally, you looked in the right place. As indicated in the page file or the file read me download, this version is not supported on windows 7. Download a newer version. Click on the 'Support' link at the top of the page.

  • How to get 2 albums to be instead of a single disk drive

    Sometimes when two importers disc CD (such as Hamilton) I tunes creates two distinct albums instead of one.  How to combine a continuous reading of album.  Otherwise, I have to create a playlist.

    • Select all the songs on the first disc of the album, and then right-click > info and set the fields for number of disk 1 of 2
    • Select all the songs on the second disc of the album, and then right click > get information, then set the disc number to 2 of 2 fields
    • Select all the tracks on the album (i.e., two discs) and check that:
      • all tracks have the same value for the Album and artist, or
      • all tracks have the same value for the Album and Album artist (use if some titles have variations in the value of the artist ) or
      • all tracks have the same value for the Album and the Album is a compilation... of the flag is checked (use this for "various artist" compilations if you have an iDevice which does not support the Album artist tag - iPod Classic is in this category).
  • How to get the image appears?

    Hi have a problem to report a MXML component an arry in my main MXML application

    I don't understand why I get this error when it refers to a table in my main application.

    What I did: I've created a table in my main application where I am referring to a couple of images

    < mx:Array id = "picArray" >
    < mx:Object
    thumbnailImage = "assets/DSC_1904_thumb.jpg"
    fullImage = "assets/DSC_1904.JPG" / >
    < / mx:Array >

    later in the code I'm filling in the field of the icon of a horizontal list with the 'thumbnailImage' specified in the 'picArray.

    < mx:HorizontalList id = "picList".
    iconField = 'thumbnailImage '.
    Click = "showImage (Event)" "
    dataProvider = "{picArray}.
    itemRenderer = "CustomItemRenderer."
    columnCount = "4".
    columnWidth = "210".
    number of lines = "1".
    rowHeight = "120".
    horizontalScrollPolicy = 'on' width = '863' / >

    The photos appear in the list, and when I click on a PopUp is created to see the enlarged image. However, the PopUp does not show the "fullImage". It is at this time there no error message when I want to talk about the MXML of the TitleWindow component the "picList" in the main application in this way:

    < mx:Image id = source="@picList.selectedItem.fullImage"/ "popImage" >

    How can I get my picture to show?

    Dear Thomas

    Hello

    You need to make 2 changes to get this working:

    #1: ViewWindow.mxml


    showCloseButton http://www.adobe.com/2006/MXML"creationComplete =" init () ' = 'true' "
    Close = "PopUpManager.removePopUp (this)" width = "640" height = "480" title = "Impressions of the North Station" > "
       
            Import mx.managers.PopUpManager;
               
    [Bindable]
    public var imgPath:String;
               
    private function init (): void
    {
    PopUpManager.centerPopUp (this);
    }
    ]]>
       

       
           
       

    #2: Main.mxml

    public void showImage(e:MouseEvent):void
    {
    var viewWindow:ViewWindow is PopUpManager.createPopUp (this, ViewWindow, false) as ViewWindow.;
    If (viewWindow)
    {
    viewWindow.imgPath = picList.selectedItem.fullImage;
    }
    }

    I hope this helps.

    Kind regards

    Adrian Wiecek

  • How to get sql % number of dynamic sql code lines

    Hello

    In this procedure I'm inserting and updating using dynamic sql. Now I want to go back two more PARAMETERS, the parameter should be back the number of lines inserted and how updated by stmtas of UPDATE as well as an INSERT. I'm not able to do can help you on that?

    CREATE OR REPLACE PROCEDURE Sp_Array_Test( PV_TGT_NAME   IN  VARCHAR2,
                                               PV_SRC_NAME   IN  VARCHAR2,
                                               PV_PK_COLS    IN  VARCHAR2,
                                               PN_ERR_CD     OUT NUMBER,
                                               PN_ERR_MSG    OUT VARCHAR2)
    AS
    
    
    TYPE ARR_TAB IS TABLE OF VARCHAR2(4000) INDEX BY BINARY_INTEGER;
    
    
    --UTL_FP        UTL_FILE.FILE_TYPE;
    LV_AN_
    
    
    
    BLOCK   VARCHAR2(32767);
    LN_CUR        BINARY_INTEGER := DBMS_SQL.OPEN_CURSOR;
    LN_DESC       DBMS_SQL.DESC_TAB;
    LN_COL_CNT    PLS_INTEGER := 0;
    LV_SEL_UPD_STMT   VARCHAR2(4000);
    LV_SEL_INS_STMT   VARCHAR2(4000);
    ARR_INDX      NUMBER := 1;
    LV_DATA_TYPE  VARCHAR2(8);
    LN_FIND_FLAG  NUMBER := 0;
    LN_TAB        ARR_TAB;
    LV_COLS_ARR   ARR_TAB;
    LV_ERR_MSG    VARCHAR2(500);
    
    
    
    
    --PROCEDURE FILE_WRITE ( FH_IN     IN UTL_FILE.FILE_TYPE,
    --                STRING_IN IN VARCHAR2 ) IS
    --BEGIN
    --   UTL_FILE.PUT_LINE(FH_IN,STRING_IN);
    --   LV_AN_BLOCK := LV_AN_BLOCK||STRING_IN;
    --EXCEPTION
    --   WHEN OTHERS THEN
    --      RAISE;
    --END FILE_WRITE;
    
    
    
    
    BEGIN
    
    
    --   UTL_FP := UTL_FILE.FOPEN('TEST_DIR', 'TEST.sql', 'W');
    
    
        LV_SEL_UPD_STMT := 'SELECT A.'||REPLACE(PV_PK_COLS,',','||A.')||' PK_COLS , A.* , B.ROWID FROM '||PV_SRC_NAME||' A, '||PV_TGT_NAME||' B WHERE ';
    
    
        LV_SEL_INS_STMT := 'SELECT A.* FROM '||PV_SRC_NAME||' A WHERE NOT EXISTS (SELECT ''1'' FROM '||PV_TGT_NAME||' B WHERE ';
    
    
        LN_TAB(ARR_INDX) := 'DECLARE ';
        ARR_INDX := ARR_INDX + 1;
    
    
        LN_TAB(ARR_INDX) := 'CURSOR CUR_VIEW_UPD IS '||LV_SEL_UPD_STMT ;
        ARR_INDX := ARR_INDX + 1;
    
    
    
    
        SELECT SUBSTR(COLS,DECODE(RN,1,1,INSTR(COLS,',',1,RN-1)+1),DECODE(RN,1,INSTR(COLS,',',1,RN)-1,INSTR(COLS,',',1,RN)-INSTR(COLS,',',1,RN-1)-1))
    BULK COLLECT INTO LV_COLS_ARR
          FROM ( SELECT RN, PV_PK_COLS||',' COLS
                   FROM (SELECT ROWNUM RN
                           FROM ALL_OBJECTS
                          WHERE ROWNUM <= LENGTH(PV_PK_COLS)- LENGTH(REPLACE(PV_PK_COLS,','))+1)) ;
        FOR K IN 1 .. LV_COLS_ARR.COUNT LOOP
            LV_SEL_UPD_STMT     := LV_SEL_UPD_STMT||' A.'||LV_COLS_ARR(K)||' = ';
            LN_TAB(ARR_INDX) := ' A.'||LV_COLS_ARR(K)||' = ';
            LV_SEL_UPD_STMT     := LV_SEL_UPD_STMT||' B.'||LV_COLS_ARR(K) ||CASE WHEN K = LV_COLS_ARR.COUNT THEN NULL ELSE ' AND ' END;
            LN_TAB(ARR_INDX) := LN_TAB(ARR_INDX)||' B.'||LV_COLS_ARR(K) ||CASE WHEN K = LV_COLS_ARR.COUNT THEN ' ;' ELSE ' AND ' END;
            ARR_INDX := ARR_INDX + 1;
        END LOOP;
    
    
        LN_TAB(ARR_INDX) := 'CURSOR CUR_VIEW_INS IS '||LV_SEL_INS_STMT ;
        ARR_INDX := ARR_INDX + 1;
    
    
        FOR K IN 1 .. LV_COLS_ARR.COUNT LOOP
            LV_SEL_INS_STMT     := LV_SEL_INS_STMT||' A.'||LV_COLS_ARR(K)||' = ';
            LN_TAB(ARR_INDX) := ' A.'||LV_COLS_ARR(K)||' = ';
            LV_SEL_INS_STMT     := LV_SEL_INS_STMT||' B.'||LV_COLS_ARR(K) ||CASE WHEN K = LV_COLS_ARR.COUNT THEN NULL ELSE ' AND ' END;
            LN_TAB(ARR_INDX) := LN_TAB(ARR_INDX)||' B.'||LV_COLS_ARR(K) ||CASE WHEN K = LV_COLS_ARR.COUNT THEN ' );' ELSE ' AND ' END;
            ARR_INDX := ARR_INDX + 1;
        END LOOP;
    
    
    
    
        LV_ERR_MSG := 'WHILE PARSING SELECT STATEMENT -- '||LV_SEL_UPD_STMT;
        DBMS_SQL.PARSE(LN_CUR, LV_SEL_UPD_STMT, DBMS_SQL.NATIVE);
    
    
        LV_ERR_MSG := 'WHILE DESCRIBING SELECT STATEMENT -- '||LV_SEL_UPD_STMT;
        DBMS_SQL.DESCRIBE_COLUMNS(LN_CUR, LN_COL_CNT, LN_DESC);
    
    
    
    
    
    
       FOR i IN LN_DESC.FIRST .. LN_DESC.LAST LOOP
          IF LN_DESC(i).col_type = 2 THEN
             LV_DATA_TYPE := 'NUMBER';
          ELSIF LN_DESC(i).col_type = 12 THEN
             LV_DATA_TYPE := 'DATE';
          ELSE
             LV_DATA_TYPE := 'VARCHAR2';
          END IF;
           LN_TAB(ARR_INDX) := '   T_'||LN_DESC(i).col_name||' DBMS_SQL.'||LV_DATA_TYPE||'_TABLE;';
           ARR_INDX := ARR_INDX + 1;
       END LOOP;
    
    
    
    
    
    
        LN_TAB(ARR_INDX) := 'BEGIN ';
        ARR_INDX := ARR_INDX + 1;
        LN_TAB(ARR_INDX) := '   EXECUTE IMMEDIATE ''ALTER SESSION SET NLS_DATE_FORMAT = ''''DD-MON-YYYY HH24:MI:SS'''''';';
        ARR_INDX := ARR_INDX + 1;
        LN_TAB(ARR_INDX) := '   OPEN CUR_VIEW_UPD;';
        ARR_INDX := ARR_INDX + 1;
        LN_TAB(ARR_INDX) := '   LOOP';
        ARR_INDX := ARR_INDX + 1;
        LN_TAB(ARR_INDX) := '      FETCH CUR_VIEW_UPD BULK COLLECT INTO T_'||LN_DESC(LN_DESC.FIRST).col_name||',';
        ARR_INDX := ARR_INDX + 1;
        FOR i IN LN_DESC.FIRST + 1 .. LN_DESC.LAST - 1 LOOP
          LN_TAB(ARR_INDX) := '                        T_'||LN_DESC(i).col_name||',';
          ARR_INDX := ARR_INDX + 1;
        END LOOP;
       LN_TAB(ARR_INDX) := '                        T_'||LN_DESC(LN_DESC.LAST).col_name||' LIMIT 500 ;';
       ARR_INDX := ARR_INDX + 1;
       LN_TAB(ARR_INDX) := '     FORALL I IN 1 .. '||'T_'||LN_DESC(LN_DESC.LAST).col_name||'.COUNT ';
       ARR_INDX := ARR_INDX + 1;
        LN_TAB(ARR_INDX) := '      UPDATE '||PV_TGT_NAME||' SET  ';
        ARR_INDX := ARR_INDX + 1;
        LN_FIND_FLAG := 0;
        FOR I IN LN_DESC.FIRST + 1 .. LN_DESC.LAST-1 LOOP
          FOR K IN 1 .. LV_COLS_ARR.COUNT LOOP
             LN_FIND_FLAG := 0;
             IF LN_DESC(I).COL_NAME = LV_COLS_ARR(K) THEN
                LN_FIND_FLAG := 1;
                EXIT;
             END IF;
          END LOOP;
          IF LN_FIND_FLAG = 0 THEN
            LN_TAB(ARR_INDX) := '                        '||LN_DESC(i).col_name||' = '||'T_'||LN_DESC(i).col_name||'(I)'||CASE WHEN I = LN_DESC.LAST-1 THEN ' WHERE ' ELSE ',' END;
            ARR_INDX := ARR_INDX + 1;
          END IF ;
        END LOOP;
    
    
       LN_TAB(ARR_INDX) := '                        ROWID = '||'T_'||LN_DESC(LN_DESC.LAST).col_name||'(I) ;';
       ARR_INDX := ARR_INDX + 1;
    
    
       LN_TAB(ARR_INDX) := '      COMMIT;';
       ARR_INDX := ARR_INDX + 1;
    
    
       LN_TAB(ARR_INDX) := '      EXIT WHEN CUR_VIEW_UPD%NOTFOUND;';
       ARR_INDX := ARR_INDX + 1;
    
    
       LN_TAB(ARR_INDX) := '   END LOOP;';
       ARR_INDX := ARR_INDX + 1;
    
    
       LN_TAB(ARR_INDX) := '   CLOSE CUR_VIEW_UPD;';
       ARR_INDX := ARR_INDX + 1;
    
    
       LN_TAB(ARR_INDX) := '      COMMIT;';
       ARR_INDX := ARR_INDX + 1;
    
    
    
    
        LN_TAB(ARR_INDX) := '   OPEN CUR_VIEW_INS;';
        ARR_INDX := ARR_INDX + 1;
        LN_TAB(ARR_INDX) := '   LOOP';
        ARR_INDX := ARR_INDX + 1;
        LN_TAB(ARR_INDX) := '      FETCH CUR_VIEW_INS BULK COLLECT INTO T_'||LN_DESC(LN_DESC.FIRST+1).col_name||',';
        ARR_INDX := ARR_INDX + 1;
        FOR i IN LN_DESC.FIRST + 2 .. LN_DESC.LAST - 2 LOOP
          LN_TAB(ARR_INDX) := '                        T_'||LN_DESC(i).col_name||',';
          ARR_INDX := ARR_INDX + 1;
        END LOOP;
       LN_TAB(ARR_INDX) := '                        T_'||LN_DESC(LN_DESC.LAST-1).col_name||' LIMIT 500 ;';
       ARR_INDX := ARR_INDX + 1;
    
    
       LN_TAB(ARR_INDX) := '     FORALL J IN 1 .. '||'T_'||LN_DESC(LN_DESC.FIRST + 1).col_name||'.COUNT ';
       ARR_INDX := ARR_INDX + 1;
       LN_TAB(ARR_INDX) := '     INSERT INTO '||PV_TGT_NAME||' (';
       ARR_INDX := ARR_INDX + 1;
        FOR i IN LN_DESC.FIRST + 1 .. LN_DESC.LAST - 1 LOOP
          LN_TAB(ARR_INDX) := '                        '||LN_DESC(i).col_name||CASE WHEN I = LN_DESC.LAST - 1  THEN ' )' ELSE ',' END ;
          ARR_INDX := ARR_INDX + 1;
        END LOOP;
        FOR i IN LN_DESC.FIRST + 1 .. LN_DESC.LAST - 1 LOOP
          LN_TAB(ARR_INDX) := CASE WHEN I = LN_DESC.FIRST + 1 THEN 'VALUES (' ELSE NULL END ||'                        T_'||LN_DESC(i).col_name||'(J)'||CASE WHEN I = LN_DESC.LAST - 1  THEN ' ) ;' ELSE ',' END ;
          ARR_INDX := ARR_INDX + 1;
        END LOOP;
    
    
       LN_TAB(ARR_INDX) := '      COMMIT;';
       ARR_INDX := ARR_INDX + 1;
    
    
       LN_TAB(ARR_INDX) := '      EXIT WHEN CUR_VIEW_INS%NOTFOUND;';
       ARR_INDX := ARR_INDX + 1;
    
    
       LN_TAB(ARR_INDX) := '   END LOOP;';
       ARR_INDX := ARR_INDX + 1;
    
    
       LN_TAB(ARR_INDX) := '   CLOSE CUR_VIEW_INS;';
       ARR_INDX := ARR_INDX + 1;
    
    
       LN_TAB(ARR_INDX) := '      COMMIT;';
       ARR_INDX := ARR_INDX + 1;
    
    
       LN_TAB(ARR_INDX) := 'END ;';
       ARR_INDX := ARR_INDX + 1;
    
    
    
    
       FOR J IN 1 .. LN_TAB.COUNT LOOP
    --     DBMS_OUTPUT.PUT_LINE( LN_TAB(J));
    --     FILE_WRITE(UTL_FP,LN_TAB(J));
         LV_AN_BLOCK := LV_AN_BLOCK||LN_TAB(J);
       END LOOP;
    
    
    --   UTL_FILE.FCLOSE(UTL_FP);
    
    
       EXECUTE IMMEDIATE LV_AN_BLOCK;
    
    
    PN_ERR_CD    := 0;
    PN_ERR_MSG   := 'Successful Completion';
    
    
    EXCEPTION
    WHEN OTHERS THEN
    PN_ERR_CD    := SQLCODE;
    PN_ERR_MSG   := LV_ERR_MSG||' -- '||SQLERRM ;
    END;
    /
    

    Thank you all for your answers. I agree with you all. I have manged this time by adding variable bind, then run it immediately ON aid. I don't know how it's going to be training.

    From now on my side no problem I don't thank you.

  • How to get adobe flash appears as a plug-in, it is on my computer but is not working or appear in firefox

    I have the last flash to adobe downloaded on my computer. but it does not appear as an available in firefox plug. When I go to sites that require flash they say that flash is not loaded. I don't have the problem when using chrome or ie can you help me? I read related post, but haven't seen a response.

    Separate issue
    Shows details of the system;

    Plug-ins installed

    Version 0.9.19, Copyright 2006 - 2012 Veetle Inchttp: / /www.veetle.com/
    Version 0.9.18, copyright 2006-2010 Veetle Inchttp: / /www.veetle.com/

    Having multiple versions of a program can cause problems.

  • How to get ereader will appear on the desktop

    I have a MacBook (retina, 12 inch, early 2015), processor 1.1 Ghz, 8 GB of memory and use of Yosemite 10.10.5. For the past 3 years, I have been using Laser ereaders (currently EB370) on this computer and my old lap top without problem. However, the last two weeks, my Laser readers or my backup which is a knock-off (Australia) local who works in a similar way, shows on your desktop. This means that if I use the iBooks app, I can't download the items inside, because I have no icon Laser eBook to drag books. If I use Adobe Digital Editions, e-book icon is not displayed in its usual place when I open it.

    It is a new problem that I didn't, until recently. I was wondering if I have to re - install the iBooks and Adobe Digital Editions? However, I don't see why, either stop the icon to appear. I know they are connected because the ereaders indicate that they are. If it was just on the drive, I guess it's a flaw in this device. However, it happens with all three.

    Thank you

    Try to go to the Finder/Applications and select the application. Then Finder/file/Make Alias (command - L). Drag the alias on your desktop.

  • How to get the icons appearing on the background browser in their place. Now they have moved to the right of the screen, windows vista?

    I don't remember when they moved, it was at least 2 days.

    I think you are talking about the task bar that appears at the bottom by default and now its projection right into your Windows.

    Just right click on the taskbar and make sure that the option "Lock the taskbar" is unchecked. Now click and hold your mouse and drag the taskbar at the bottom again.

  • How to get the box remove on the lock screen?

    So I know how to respond to a text on the lock screen, but what I want to know is how to get that red box delete instead of the response box.

    In the picture you can see that there's a reply box. How can I get the box remove red over there?

    Press the "x" to remove the message from the lock screen. There is no way to 'delete' a message from the lock screen. Deleting messages can be done in the Messages application.

  • For jpeg files how yo make the photo appear in the display in "mosaic"?

    For jpeg files how yo get the photo appears in the "mosaic" view all types of files f othe display the document. For the shotos I have jest the artists palette

    Did you use Paint Shop Pro to view the images?

    Start > default programs the value

    Choose associate a file Type or Protocol with a specific program

    Amine to .jpeg and click on it to select a program

    Select the Windows Photo Viewer

  • Windows XP mode - 7: how to get the Realtek Audio Drivers with GS Wavetable outside normal? Instead of RDP Audio driver!

    1. I upgraded my comp to Windows 7, Ultimate because I need to use many XP programs. What I've discovered, is the virtual XP Mode is not the same thing as XP regular and many programs do not run properly. Particularly theAudio out to lunch and MS GS Wavetable is not available in XP Mode.

    2 - I end up having to buy another XP-Professional and installed in the same notebook. I have to turn off the laptop restart and select the Windows 7 to XP operating system. All old programs work fine under XP.

    3 - I continued looking for a fix for the XP Audio Mode or virtual. Almost 2 years now, I can not find such a simple solution.

    4. today, I found something on the Microsoft RDP Audio driver. What is the reason? Anyone know?

    5. are there available MS drivers or resources?

    I'm not interested in the commercial programs or attempts to scan my computer. MS sold Windows 7 that can run XP so I think that Microsoft is responsible for fixing.

    Thanks in advance,

    VT

    Windows XP mode - 7: how to get the Realtek Audio Drivers with GS Wavetable outside normal? Instead of RDP Audio driver!

    Hello

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the Windows Virtual PC and XP Mode Forums.

    http://social.technet.Microsoft.com/forums/en-us/w7itprovirt/threads

  • Hello I am downloading from my site and my characters are messy. I type an e (taken glyphs-window), but what appears is an and the copyright sign? can someone tell me how I get rid off this

    Hello I am downloading from my site and my characters are messy. I type an e (taken glyphs-window), but what appears is an and the copyright sign? can someone tell me how I get rid off this?

    I tried a lot of things, but nothing seems to make a difference.

    In my view, they have already done for you...

    The site seems OK now. Hooray !

    But let's dig down to the serious things of this.

    If the browser needs a statement of character. Probably ' UTF-8 ', but another or an older one would be as well, as long as it's cheap, and it respects the method of characterization of the Web page.

    This statement can be provided by (1) the web server itself (its default value), (2) the htaccess file in your web root directory server, or (3) on each web page. Where there are several and contradictory statements perhaps, the older in the command above rules. But in the case where the Server and the htaccess do not provide a statement of character and your web page later on, it shouldn't be a problem.

    Your provider said that they do not have a such context in their web server, and it wasn't a htaccess file in your root folder (Muse is not create it for you). Once again: do not worry, it should always be no problem, because all your web pages provides the declaration as well (thanks to Muse). We have checked that, no doubt.

    That is where their claim is not accurate. BTW: many tips are on the Internet on the common practice in this area and they all advice that the htaccess is not the place more obvious to the declaration. The page is the best place to put it.

    W3C (the 'boss' of http and html)

    some general information:

    Choosing & applying a character encoding

    putting in a .htaccess file:

    Definition of charset in .htaccess information

    and finally, put on the page:

    Declaring character encodings in HTML

    But what is even more strange: I checked the web server of your provider to access this service online, and it seems that their server is to provide a framework (and it is UTF-8, fortunately). It's the opposite of what they have been say...

    Now I have the idea of some personal provider noticed this morning that their server wasn't working properly (maybe after a failure of server or another incident or failure), serving the pages with a wrong setting. Then maybe they quickly corrected, and not to let you know that, they tell you to put in place this htaccess file (which makes no difference, just as the declaration of your page also could not prevail in the setting of the server).

    So now, you are done with all the three statements: a parameter, a htaccess in your Web site folder and that of your server page. As long as they all say and expect the same (UTF-8) you don't have to worry about this.

    Problem solved, three times!

    PS: many accommodation providers (and I'm afraid that yours as well) tend to declaring that whatever they do is 'standard' and 'obvious'. While in many situations, it's always a little different and certainly not the standard, not to mention obvious...

Maybe you are looking for