Help me for get URL address in XSL

I need my working URL address for XSL.
I got URL address in Javascript code by document.URL. But i can't use javascript value in XSL code:
<xsl:variable>???????</xsl:variable> -->?
what i need to do?
Help me! plz
Thank U

Hi sid700 : No problem just click tools in the in Internet Explorer go down the list and click on toolbars list opens un check mark Microsoft Live Search Toolbar. This will dissable bing search. Another way to make things easer for you is just add your email to your favorites when you have your e-mail web-page open is when you want to save it to favorites. This way you are safer on line to search with Bing then using other search engines. You can able disable any tool bars by following same directions. Havefun.

Similar Messages

  • Function module for getting Vendor Address details

    Hi,
    Im new to this group,and new to ABAP
    plz hep me out by solving ABAP Query...
    i want to generate a report for getting Vendor Details
    like Vendor address,Ph num and Email
    input fields are Company code,country key and Account Group.
    im Using Smart Forms for this..
    but im not getting the Exact Function module to get All Required Details..
    regards
    Smitha

    thanks for ur quick reply...
    SELECT SINGLE LIFNR
      FROM LFB1
      INTO V_LIFNR
      WHERE BUKRS EQ V_BUKRS.
      CALL FUNCTION 'VENDOR_READ'
        EXPORTING
          i_bukrs         = V_BUKRS
          i_lifnr         = V_LIFNR
        EXCEPTIONS
         NOT_FOUND       = 1
         OTHERS          = 2
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    this is the code i have written...
    but my problem is there no table in the Function module....
    for Example...
    CALL FUNCTION 'QPAX_PLMKB_READ_FROM_PLKO'
        EXPORTING
          i_plnty            = 'Q'
          i_plnnr            = V_PLNNR
          I_PLNAL            = V_PLNAL
          i_sttag            = V_DATUV
       TABLES
        T_PLMKB_TAB        = IT_TAB
    i want the function modules with tables and proper input...

  • LOGOFF TRIGGER for getting Ip address info,etc

    Hi Friends
    I am thankful to you that you give such a useful information about my query.
    Now I am using the following logon trigger in order to get the required information:
    CREATE OR REPLACE TRIGGER trg_session_info
    AFTER LOGON ON DATABASE
    DECLARE
    session_ids VARCHAR2(30);
    work_stations VARCHAR2(30);
    host_names VARCHAR2(30);
    database_servers VARCHAR2(30);
    db_domains VARCHAR2(30);
    auth_types VARCHAR2(30);
    ip_addrs VARCHAR2(30);
    network_protocols VARCHAR2(30);
    BEGIN
    SELECT sys_context ('USERENV', 'SESSIONID') INTO session_ids
    FROM dual;
    SELECT SYS_CONTEXT('USERENV','OS_USER') INTO work_stations
    FROM dual;
    SELECT SYS_CONTEXT('USERENV','HOST') INTO host_names
    FROM dual;
    SELECT SYS_CONTEXT('USERENV','DB_NAME') INTO database_servers
    FROM dual;
    SELECT SYS_CONTEXT('USERENV','DB_DOMAIN') INTO db_domains
    FROM dual;
    SELECT sys_context ('USERENV', 'AUTHENTICATION_TYPE')INTO auth_types
    FROM dual;
    SELECT sys_context ('USERENV', 'IP_ADDRESS') INTO ip_addrs
    FROM dual;
    SELECT SYS_CONTEXT('USERENV','NETWORK_PROTOCOL') INTO network_protocols
    FROM dual;
    INSERT INTO session_info(session_id,client_name,logon_date,
    work_station,host_name,database_server,db_domain,auth_type,ip_address,network_protocol)
    VALUES (session_ids,user,sysdate,work_stations ,host_names ,database_servers,db_domains,
    auth_types,ip_addrs, network_protocols);
    commit;
    END;
    I also use the LOGOFF trigger in order to get rid of the session information when they logoff.
    But it is not useful if the session terminated abnormally,because the session information can’t delete from the session_info table.
    Is there another approach in order to delete the session information from the table session_info, when they termniated abnormally?
    Following is the LOGOFF TRIGGER which I am using now:
    CREATE OR REPLACE TRIGGER logoff_session
    BEFORE LOGOFF ON DATABASE
    DECLARE
    session_idss VARCHAR2(30);
    BEGIN
    SELECT sys_context ('USERENV', 'SESSIONID') INTO session_idss
    FROM dual;
    DELETE from session_info where session_id=session_idss;
    commit;
    commit;
    END;
    Could you please give your comment on the above problem that how to delete the session information from the table when it terminated abnormally.
    In addition,I like to inform you that I am using Oraexcel for getting the information available on it.
    I am using the following query in order to populate an excel sheet:
    select SESSION_ID,CLIENT_NAME,to_char(logon_date, 'DD/MM/YY HH24:MI:SS')LOGON_TIME,
    WORK_STATION,HOST_NAME,DATABASE_SERVER,DB_DOMAIN, AUTH_TYPE,IP_ADDRESS,NETWORK_PROTOCOL
    from session_info;
    So my table “session_info” populates the required information into an Excel sheet,whenevere clients logon to database.
    But now I want that this information ,which is available on Oraexcel sheet,would be showing a Graphic-visualization of the Network from an Oracle perspective.
    The graphical visualization will show the Database server and the connected clients and below the clients show the active sessions.
    Could someone please give me idea how should I do that?
    THANKS
    WITH BEST REGARDS
    BILAL

    You really should consider using Auditing instead of the trigger based solution.
    Its much less work to implement and much more reliable
    With your new requirements, it's just
    set AUDIT_TRAIL = TRUE in the init.ora
    restart the database and switch Auditing on:
    SQL>AUDIT SESSION;
    Fore some more information see
    Auditing Connections and Disconnections
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96521/audit.htm#9471

  • Help please - cannot get IP address

    Hi everyone, I have a WRT54GS router with WEP encryption. I have 2 laptops, both with XP. I cannot get one of the laptops to get an IP connection. It connects to the router, but when I run ipconfig, I get the following error message Windows IP Configuration An internal error occured. A device attached to the system is not functioning. Please contact Microsoft product support services for further help. I have many years of IT experience, and I've also had my network admin brother help me, but we can't figure it out. I have entered the WEP address correctly and have unchecked the box "Key is provided for me automatically". The key index is the same on both PC's. We have released the IPconfig. The PC that can't connect has been recently acquired and has never successfully got an IP connection on this wireless LAN. Any suggestions greatly appreciated. Thanks so much, Lynne

    Sounds like an issue on the computer itself not the network. You might need to uninstall reinstall your wireless card.

  • Search Help - logic for getting output.

    Hi,
    I am trying to create search help for Vendor number field. And input selection has a fields from various Vendor related tables ( LFA1,ADRC,LFB1,LFBK,LFBW,LFM1,LFZA).
    If user enters any of the input field values (from the above table selected fields)then need to get corresponding vendor number details  from all of the above tables(selected fields from the above tables).
    can any one let me know  how to compose the logic for this?
    1. I created search help and trying to put the logic in EXIT for the search help to get the values.
    Thanks in advance.
    Rajesh.

    rajesh,
    check tis out,
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee86446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ee5f446011d189700000e8322d00/content.htm
    http://fuller.mit.edu/tech/search_helps.ppt#260,5,Simple
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee52446011d189700000e8322d00/frameset.htm
    http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_basic.htm
    http://help.sap.com/saphelp_46c/helpdata/EN/cf/21ee2b446011d189700000e8322d00/content.htm
    http://www.sap-img.com/abap/attach-a-search-help-to-the-screen-field.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/3d/e53642e2a3ab04e10000000a1550b0/content.htm

  • Need Help: how to create url address in dynamic web (PHP)?

    Guys,
    I need your help! I'm a newbie in web designing, I just want to ask on how to create a web (dynamic page) link/url.
    e.g. http://www.mypage.com/?=home
    thanks a lot.

    Setup a database table and populate the fields (i.e. auto-numerical_primary_key, id, dynamic_mod_url, title, article_content, etc.) then on your page create a filtered recordset where URL parameter (id) = your database table field (primary_key). Place the bindings of the filtered recordset on the page to show dynamic values for the filtered recordset based on the URL parameter. That way when someone visits yoursite.com/page.php?id=1 it will show the content for the database table where the primary key = 1 and so on. use dynamic_mod_url in conjunction with .htaccess dynamic mod rewrite to change yoursite.com/page.php?id=1 into yoursite.com/the_name_of_dynamic_mod_url_for_primary_key_1.html

  • Disabling bing in searching for the url address in Touchsmart browser

    I pasted a web address for my email login webpage (https://...) as a website tile and bing looks for it and does not find it.  But if I paste the web address in the browser, it finds it fine.  I would like to disable bing from searching my email webpage.  I woud rather get a 404 notice.

    Hi sid700 : No problem just click tools in the in Internet Explorer go down the list and click on toolbars list opens un check mark Microsoft Live Search Toolbar. This will dissable bing search. Another way to make things easer for you is just add your email to your favorites when you have your e-mail web-page open is when you want to save it to favorites. This way you are safer on line to search with Bing then using other search engines. You can able disable any tool bars by following same directions. Havefun.

  • Help me for get this with array

    I have a 2D array of integer number. I need compare each element of array and determine if this number is greater than 0.8; if number is greater than 0.8  I must remain the number, else if the number is less than 0.8  I must replace the element for a cero "0".
    I would like thet you do suggestions for this. Help. I think use search 1D Array, but my array is 2D....Thanks

    tyk007 wrote:
    My advice would be similar to the brute force method mentioned with nested FOR loops, though I would tend to using the In Place Element structure and using the indices of the FOR loops to specify the index that needs checking. This also limits memory allocation if the 2D array is particularly large.
    While the in place element is a good suggestion there is no benefit or advantage to using the loop index instead of using auto indexing. Is there a reason you believe this is a better approach?
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Need help with the get url feture

    i can't get a html file from the web into flash if some one
    could help me that would be nice

    You can't get an html file "into" Flash. Are you talking
    about opening an html document (website) from a button within
    Flash? The action script is (place this on the button symbol)
    on(release){
    getURL("
    http://www.someWebsite.com","_blank");
    }

  • Help me for getting the specific permutation set  in java

    input is a specific range(int) and a key
    output is : specific permutation of the number (int),,,,,,,,,, which includes all the number from the input range.........
    Example
    List function_name(starting no.,ending no.,key)
    starting no. and ending no. specify the range................ and this function return the specific combination of all no. in the range........and having exact as much elements as this range contains........
    like starting no. 0.
    ending no. 10
    output
    1,8,2,4,6,9,3,7,5,0,10
    please suggest the solution as soon as possible..........
    thanx in advance......

    I think in your last thread http://forum.java.sun.com/thread.jspa?threadID=5118424 about this topic you were given a link for the Stored Procedure chapter of the JDBC tutorial. Did you read it?

  • Help me for getting data?

    I have this case I want to resolved.
    My data is following:
    Cell          new_code     old_code
    855123           DLC001           000001
    852141           DLC002           000001
    811790           DLC003           000001
    914007           DLC002           000003
    816725           DLC003           000007
    923487           DLC001           000001
    897683           DLC005           000005
    897652           DLC005           000005
    634876           DLC015           000002
    789345           DLC020           000002
    Requirement: How to show old_codes that contains much more than 2 new_codes and
         that new_codes are different.
    Example: 000001 mapping to DLC001, DLC002, DLC003 -> show
         000007 mapping only to DLC003 -> do not show
         000005 having 2 records but it's the same -> do not show
         000002 mapping to DLC015, DLC020 -> show
    Results that I wanted:
         old_code     num of new_code mapped
         000001          3
         000002          2
    Can anyone help me?
    Thanks in advance!
    Xi`tin

    Hi, Xi`tin,
    COUNT, GROUP BY and HAVING can do that.
    To count each new_code only once, say "COUNT ( *DISTINCT* new_code)"
    SELECT    COUNT (DISTINCT new_code)    AS num
    ,         old_code
    FROM      my_data
    GROUP BY  old_code
    HAVING    COUNT (DISTINCT new_code) > 1
    ;Untested.

  • Please help: Get IP address of a remote device (wifi kit) from DHCP router

    Hi ppl,
    I am about to get the IP address for the wifi kit which is connected to the same router with my PC.
    I need to control my wifi kit through TCP client communication, but DHCP tends to assign new IP address to my wifi kit when connected to router.
    Hence, i wish to write a java function to trace the IP address before starts the communication.
    I am thinking to get the wifi kit's IP address based on the Hostname (name of the wifi shield):
    As below:
    InetAddress thatIp = InetAddress.getByName("Wiznet");
    System.out.println("IP E:"+thatIp.getHostAddress());
    But i don't think this is secure..
    I attempt to research for getting IP address with MAC..
    But have ambiguity on the result i found.
    It stating i have to get the ARP table from router but it is not a good approach.
    I have no luck for next finding on how retrieving the table with Java.
    Hereby hope to have your advise how can i get the ip address of my wifi kit in a more dynamic and secure method..
    is it using Hostname or MAC address or else...
    many thanks.

    hi... wish to have your advise again.
    I tried to retrieve the arp table in java and attempt to extract the IP address based on MAC address for particular devise.
    But i stuck with the substring... my code is as below:
    Process result = Runtime.getRuntime().exec("arp -a");
         BufferedReader output = new BufferedReader
                   (new InputStreamReader(result.getInputStream()));
         String line = output.readLine();
         while(line != null){
              if ( line.startsWith("default") == true ){
                   System.out.println("is default");
                   break;
         line = output.readLine();
         String ipAdd = line.substring(0, 18);
         String MACAdd = line.substring(24, 42);
         System.out.println(line.length() + " " + line + " " + ipAdd + " " + MACAdd );
    i m trying to sub the IP and MAC accordingly.. but i got error saying
    Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 42
         at java.lang.String.substring(Unknown Source)
         at ExecTest.main(ExecTest.java:22)
    i dun understand this! as since the length of LINE is 56 , why STRING INDEX OUT OF RANGE happen?!
    please advise!!!

  • Changing an old Get URL

    Hello,
    I feel like I am losing my mind, and this may be a very easy
    fix that I am overlooking, but I am trying to just change the Get
    URL address of something that I did a long time ago. When I open
    the file, I found 2 instances where I put in the new URL in place
    of the old one, but when I test the movie, it still sends to the
    old address. I have cleared my cache in the browser, etc.
    Does anyone have an idea of what I might be overlooking in
    trying to change the URL? I created a fade up movie for an icon and
    I changed the address on the timeline and on the movie itself,
    which were the only 2 places I could find the URL to replace.
    You can see the website at
    http://www.dirtcad.com
    It is the fade up Blue Cross icon on the bottom right after
    the movie loads that needs to be changed. I created this movie in
    Flash MX and I opened it in Flash 8 and I am just trying to make
    that one change.
    Thanks for any suggestions.

    kregg wrote:
    > Hello,
    >
    > I feel like I am losing my mind, and this may be a very
    easy fix that I am
    > overlooking, but I am trying to just change the Get URL
    address of something
    > that I did a long time ago. When I open the file, I
    found 2 instances where I
    > put in the new URL in place of the old one, but when I
    test the movie, it still
    > sends to the old address. I have cleared my cache in the
    browser, etc.
    there really is no magic when comes to getURL action, you
    simply editing wrong instance
    and old action remain attached. You just remove the action in
    a wrong place so it
    takes no effect.
    Upload the file and let us check, much easier than trying to
    guess from here
    Regards
    Urami
    Happy New Year guys - all the best there is in the 2006 :)
    <urami>
    http://www.Flashfugitive.com
    </urami>
    <web junk free>
    http://www.firefox.com
    </web junk free>

  • Regarding URL Address Display

    Hi,
    When we deploy webdynpro applications in browsers, we get the totel url address in the address bar .But when we deploy it inside portal we get url address only as
    http://xxxxxxx/irj/portal  .
    Why the detail url address is not displayed ?
    Thanks a lot .

    Hi,
    The Web Dynpro applicatiolns run inside an iframe, that's why you don't see the detailed url.
    If you right click somewhre on the application, you'll see the detailed url.
    Regards,
    Omri

  • How to Get IP address from 6i?

    I would like to know command or syntax for get IP ADDRESS of computer?
    SELECT SYS_CONTEXT('USERENV','IP_ADDRESS')
    FROM DUAL;
    It can't work in syntax of FORM6i.
    null

    Jason,
    is there any way to make that example
    work with release 6.0, preverribly
    with IE5 (native VM)?
    The WHEN-CUSTOM-ITEM-EVENT Trigger
    doesn't seem to fire.
    Thanks
    Anton Weindl
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Jason Pepper ([email protected]):
    If you are using web deployed forms then you need to use a javabean to obtain the IP of the local machine - you can get one that does it here..
    http://technet.oracle.com/sample_code/products/forms/listing.htm#pjcexamp
    If you are running client server then there is a utility in d2kwutil.pll that allows you to read the registry and do things like get the IP address. d2kwutil is shipped with your copy of Forms - just have a look for it - the code is self documenting, but there is also a manual you can read too.
    Jason Pepper
    Principal Product Manager
    Enterprise Internet Tools
    Oracle Corp<HR></BLOCKQUOTE>
    null

Maybe you are looking for

  • Install IDES ECC6- Abap Import phase error

    Hi all, I have seen many post on this error but I have not still understood why it happens. I have tried to install an IDES ECC6 on Windows 2003S 32 bit with 4gb of RAM on a VMWARE virtual machine. I have done all the preparation steps: 1) adjust net

  • Internet Explorer cannot display the webpage

    Hi I've had the trial version working for 5 months and yesterday it stopped working. Can't preview the view layout or run the application getting the same error in internet explorer. The only thing I can think of is that I've installed Microsoft Virt

  • Security and grants OWB 10.2.0.4.36

    Hi everyone! Can someone explain to me how security works in OWB 10.2.0.4.36. Here is my problem, I've created 2 schemas on the same db instance, as e_staging and e_target, one needs to select on tables of the other and vice and versa. Through the Gl

  • Problem with receive email of reset for apple id

    I forget my apple id password and security questions, so i reset my apple id but i didnt receive any email in yahoo, please help me.

  • Cursor in another cursor. how?

    i have a program like this DECLARE V_VARIABLE1 VARCHAR2(10); CURSOR_ABC IS select...............; BEGIN OPEN CURSOR_ABC; LOOP FETCH CURSOR_ABC INTO V_VARIABLE1; EXIT WHEN CURSOR_ABC%NOTFOUND; WHAT IF I WANT TO INSERT ANOTHER SAME KINDA CURSOR LOOP HE