Detect the Popup blocker settings by using javascript is it possible? if yes can any one suggest how to implement?

How can i detect the Firefox the Popup blocker settings by using javascript, so that i can show message to user, saying" popup settings are on, please turn off or allow the site". can any one help me out. Thanks in advance.

Hi William,
I am writting a sample code for you :
go to code wizard, select your node VBAk (where you have the attribute VBLEN )
and select the attribute. Now code will be automatically generated.
    DATA LO_ND_VBAk TYPE REF TO IF_WD_CONTEXT_NODE.
    DATA LO_EL_VBAk  TYPE REF TO IF_WD_CONTEXT_ELEMENT.
    DATA LS_VBAk  TYPE WD_THIS->ELEMENT_VBAk.
    DATA LV_VBLEN TYPE WD_THIS->ELEMENT_VBAk-VBLEN.
  navigate from <CONTEXT> to <VBAk> via lead selection
    LO_ND_VBAk = WD_CONTEXT->GET_CHILD_NODE( NAME = WD_THIS->WDCTX__VBAk ).
  get element via lead selection
    LO_EL_VBAk  = LO_ND_VBAk ->GET_ELEMENT( ).
  alternative access  via index
  lo_el_VBAk  = lo_nd_VBAk ->get_element( index = 1 ).
  @TODO handle not set lead selection
    IF LO_EL_VBAk  IS INITIAL.
    ENDIF.
  get single attribute
    LO_EL_VBAk ->GET_ATTRIBUTE(
      EXPORTING
        NAME =  `VBLEN`
      IMPORTING
        VALUE = LV_VBLEN ).
Now based on the value LV_VBLEN select values from database table and fill the internal table.
DATA LT_VBAk  TYPE WD_THIS->ELEMENTSVBAk.  " this the table to keep the values
select VBLEN ERDAT ERNAM AUDAT from VBAK into table LT_VBAk where VBLEN = LV_VBLEN. 
Now you can bind the table to appropriate node.
Regards,
Monishankar C

Similar Messages

  • Can any one advise how you get windows applications to open using citrix remote login on a macbook, can any one advise how you get windows applications to open using citrix remote login on a macbook

    I have logged into citrx and can see the home page with all the applications from my work environment but when I click on them they wont open and safari tells me it can access them as it has no available application to access it any help would be great as my work help desk has referred me to apple

    I have logged into citrx and can see the home page with all the applications from my work environment but when I click on them they wont open and safari tells me it can access them as it has no available application to access it any help would be great as my work help desk has referred me to apple

  • HT5137 my screen has frozen in the film section when i was downloading a rental, can any one suggest how to fix it?

    My video section is frozen whilst downloading a rental, how do I fix it?

    You may have to reset iPad before you resume download if screen is frozen.
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • Can any one suggest me how can I use relative path inside SSIS pacakge to access config file ?

    Can any one suggest me how can I use relative path inside SSIS pacakge to access config file ? Please help me as its urgent.THanks for your help in advance.

    Hi Jay,
    SSIS can only recognize the absolute path of a XML Configuration file, the relative path is not supported. Furthermore, if the XML Configuration file is already generated, we can use the Environment variable package configuration type instead so that
    SSIS runtime automatically looks for the configuration file from the path defined in the environment variable. This is convenient when we need to deploy a package to different environment. We only need to define the environment variable for package configurations
    once on each server, and then the variable can be used by all the packages on this server.
    Regards,
    Mike Yin
    TechNet Community Support

  • I am not able to register my Apple ID for iCloud and the error is "the maximum no of free accounts have been activated on this phone" can any one help me why I need to do

    I am not able to register my Apple ID for iCloud and the error is "the maximum no of free accounts have been activated on this phone" can any one help me why I need to do

    Sir, your Apple ID can be used as an iCloud account as well. They are both the same thing.
    You can learn more from --> Set up your Apple ID for iCloud and iTunes - Apple Support

  • I am set up mac mini and when I test the mail server by sending a mail from administrator to administrator I get the error message 'Diagnostic-Code: X-Postfix; connect to 127.0.0.1[127.0.0.1]:10024: Connection    refused'. Can any one suggest a solution

    I set up mac mini and when I test the mail server by sending a mail from administrator to administrator I get the error message 'Diagnostic-Code: X-Postfix; connect to 127.0.0.1[127.0.0.1]:10024: Connection    refused'. Can any one suggest a solution

    Thanks. Where could I possibly look for a firewall rule. I knowingly did not creat any. My system has internet coming to a Modem which then is connected to a wireless router. I have computers connecting to the router through cable as well as wireless. One of these computers has been our  mailserver using Mercury and Pegasus and that computer has a static IP address. The Mac Mini also has been assigned a different srtatic IP address. I have only set up user account, none of them an email account as I initially expect them to receive only internal mails. Is it necessary that I must set up an email id for each user while setting up the user account. My server id is server.local. So would the email id for local users be [email protected]?

  • Can any one suggest me useing right way for using cost centers

    Hello Guru's
    I am in implementation Projec, The client is in Depote Sales process, i just want to know about the cost cenetr and their importance we are creating 20 different cost centers is it really required to create 20 different cost centers, for integrations with MM And SD should i have to take one cost center per plant for Purcase and Sales related activites  are should i have to take different Cost Centers Purcase different and Sales different
    Can any one suggest which is the right way to use the cost center for integration
    Management     0010     DI10100010
    Finance & Accounts     0020     DI10100020
    HR and Personnel & Admin     0030     DI10100030
    Purchase - Equipment     0040     DI10100040
    Purchase - Parts     0050     DI10100050
    Purchase - General     0060     DI10100060
    Imports     0070     DI10100070
    Sales & Marketing - Equipment     0080     DI10100080
    Sales & Marketing - Parts     0090     DI10100090
    Sales - Miscalenous     0100     DI10100100
    Exports     0110     DI10100110
    Logistics     0120     DI10100120
    Services & Technical     0140     DI10100140
    Information Technology & Systems     0150     DI10100150
    Warehouse     0160     DI10100160
    Workshop      0170     DI10100170
    Workshop ( Repairs )     0180     DI10100180
    Production     0190     DI10100190
    Internal Audit     0200     DI10100200
    Legal     0210     DI10100210
    Training & Development     0220     DI10100220
    Research & Development     0230     DI10100230
    Moderator: Please, read basic SAP material on help.sap.com

    hi,
    my transaction is VL02N change outbound delivery.

  • Can any one suggest me how to use drawPixels method for 40 series devices

    Hello!
    I am using drawPixels method of DirectGraphics class the code I have written is :-
    Image offscreen=DirectUtils.createImage(width,height,0x00000000);// width and heights are integer value
    public final int MODEL=DirectGraphics.TYPE_INT_8888_ARGB ;
    Graphics offgra = offscreen.getGraphics();
    DirectGraphics directgraphics = DirectUtils.getDirectGraphics(offgra);
    directgraphics.drawPixels(imgData,false,0,width,0,0,width,height,0,MODEL); // imgData is a int array(int imgData[]) which contains required pixels of image.
    The above code is working fine with NOKIA 60 series device but when i use it with NOKIA 40 series device it gives java.lang.IllegalArgumentException.
    same time if i use :-
    directgraphics.drawPixels(imgData,false,0,width,0,0,width,height,0,DirectGraphics .TYPE_USHORT_4444_ARGB ) ;
    // imgData is a short array(short imgData[]) which contains required pixels of image. i have used different formet here.
    it works fine with 40 series device,
    can any one suggest me how to use drawPixels method for 40 series devices with format
    DirectGraphics .TYPE_INT_8888_ARGB .

    If Remote wipe is activated it can't be undone. And Once the Wipe is done, the device can nö longer be tracked.
    Sorry.

  • I'm having difficulty publishing via ftp to Machighway, I suspect this has to do with the fact I seperated my webpages into 3 sites in iWeb. Can any one tell me how to undo this in iWeb?

    I'm having difficulty publishing via ftp to Machighway, I suspect this has to do with the fact I seperated my webpages into 3 sites in iWeb. Can any one tell me how to undo this in iWeb?

    You'll have to describe in detail the workflow you're using to upload to Machighway and any messages/warnings that you get along the way.  Also what version of iWeb are you using and are you publishing just one of your sites?
    OT

  • HT204053 i got this massege on my iphone the maximum number of free accounts have been activated on this iphone can any one help?

    i got this massege on my iphone the maximum number of free accounts have been activated on this iphone can any one help?

    This restriction has no relation to creating free accounts, it means you may not sign in to another free account, on that iDevice because the serial number of the device (on apple's server) has their limit of free accounts associated to it. the only way around this is to use one of the three free accounts on the device which the server has associated, OR have apple reset the account/remove the restriction for that serial number...This has been posted in dozens of discussions, but they continue to ingnore the problem, what's worse is the telephone support is RUDE about it if you inquire.

  • Pls can any one suggest me the Existing Report Name for Active and InActive

    Hi all ,
               pls can any one suggest me the Existing report name for displaying Active and inactive vendors .
    Rgds
    Rafi .

    hi,
    my transaction is VL02N change outbound delivery.

  • Can any one explain how the Requests deletion in an ODS & Cube works?

    Can any one explain how the Requests deletion in an ODS & Cube works & differs?

    It works in the normal way as you delete a request but following are the differences between them
    1) If you try to delete a request from the ODS, all the requests which are loaded after this request also get deleted, and in the cube its not.
    2) You cannot delete a request from the ODS once its change log has been deleted, similary you cannot delete a request from the cube that has been compressed.
    3) you can delete overlapping requests from a Cube. but in ODS its not possible.
    Regards,
    Bharat

  • How do I add a website to the popup blocker exception list using a command prompt?

    I have many users with Firefox 2. I need a specific web site to be allowed for popups if their popup blocker is turned on. I need to be able to execute this command in a script which will run from a command prompt when the user logs in.

    cor-el,
    The link you sent gave me all the details I needed for Firefox 2. The hostperm.1 file is a text file. I was able to use the Copy command in a script to combine hostperm.1 file with a text file containing the website I needed.
    Firefox 3 looks like it uses a database for that function, so I think you're right that it's not do-able in that version.
    Thanks!

  • I am using Iphone 4S and did the ios upgrade to ios7. after this, wifi is not working. Can any one support what could be the issue.

    I am using Iphone 4S. two days before i upgraded to IOS 7 and after this wifi is not working. Any one can help. Mani

    Follow the steps in the article below:
    http://support.apple.com/kb/ts1559
    If after all steps the issue remains then book an appointment at an Apple Stor to have the iPhone evlauated and possibly replaced.

  • Can any one suggest me a function module or BAPI for the below requirement.

    Hi all,
    I have a requirement in which i need to send an IDoc for each item of  the delivery document linked to the shipment document.
    previously i have called the function module in a BADI, but now the requirement has changed.No BADI or USEREXIT has to be used.Instead i need to create a custom program and call the function module in a form in the program.My doubt is how can i get the tables needed in the function module from the program? previously i got the tables as online parameters in the BADI.
    the function module will be trigerred at the time of saving of the document.
    I understand that i need to pass the tables in the program, but is there any way (function module or a BAPI) that can be used to directly get the data of the BADI?
    please help me as soon as possible.

    hi,
    my transaction is VL02N change outbound delivery.

Maybe you are looking for

  • DBMS_CRYPTO in ORACLE 10.2?

    Hello, I wanna substitute some old selfmade encryption functions by the dbms_crypto package.http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_crypto.htm#BJFGFDFG says that it's part of ORACLE 10g Release 2. I have the version 10.2.0.4.

  • Oracle best practice metrics

    Aside from security hardening and ensuring there is an effective backup/restore process in operation, what other issues should a network admin want assurances on for a healthy oracle database? What other metrics or risk areas would be of concern to I

  • When Opening a file in TextWrangler it defaults to the same directory

    When i open a file in textwrangler and a couple of other applications it defaults to the same directory each time. Normally it will remember the last opened directory. This was only an issue when i upgraded to Snow Leopard from Leopard. Does anyone k

  • Host routes

    Hello, I am trying to figure out how to add a persistent route to the routing table on one of my Solaris servers. On my Windows boxes I can set a persistent route to 10.10.1.25 via 10.10.1.1 by using the following command at the command line: route a

  • Backing up External drives to Time Machine - what happens if the drives are not connected at the same time?

    I have 2 x 1 TB drive that I use interchangeably. 1 holds Video and the other Photos. I only have 1 connected when I'm working (using Premiere or Lightroom). I have a 2 TB NAS for making redundant copy of the other 2 drives.So far I've been doing the