Display one the popup

I am opening a new window(Popup) when click on the submit button. My question is, is there any way I can open the popup in the first time itself and the submit button on the popup? it is a JSP page. I need the whole thing in the new window.
<%@ taglib uri="tagLib" prefix="hbj" %>
<jsp:useBean id="contactSearchBean" scope="request" class="SearchBean" />
<hbj:content id="myContext" >
  <hbj:page title="Initial Page">
     <hbj:form>
      <hbj:gridLayout>
        <hbj:gridLayoutCell rowIndex="1" columnIndex="1">
<table>
<td>
          <hbj:label
         id="lblSearchTerm"
         required="FALSE"
         text="Enter Subject of Interest"
         design="LABEL"
          labelFor="inptSearchTerm"
          />
               />
.          button
           onClientClick="window.open('com.Search','newwindow','resizable=yes,scrollbars=yes,toolbar=yes,location=yes,status=yes,directories=yes,menubar=yes,copyhistory=yes,width=800,height=600')"
Is there any way some body can help me.

Hi TT,
I'm not sure about your aims, but if it is the simple question how to get a JSP to automatically pop up a new window when it is rendered for the first time, just put the JS code <i>window.open(...)</i> unconditioned into a <i><script language="javascript">...</i> block.
Hope it helps
Detlev

Similar Messages

  • The bar code value should be displayed in the popup window again

    hi ,
    I am using function module 'POPUP_GET_VALUES' inorder to enter a barcode value in MIRO transaction.
    When I stimulate(Stimulate button ) the MIRO , a popup comes and I enter the bar code and click enter, the popup disappears. Then when I click the Stimulate button once again ,the popup comes and NOW THE ENTERED BARCODE(entered barcode previously) SHOULD BE DISPLAYED.
    how can this be done?????????????
    Kindly help me soooooo
    Points will be rewarded

    In the table parameter you can pass the value for the table FIELDS.
    Tabname
    Field
    Value --> initialise your previous value in the particular field.
    It would display the same when the message pops up.

  • Transacction types not displaying in the popup

    Hi Experts,
    After system upgrade from crm 7.0 to ehp3, transaction types are not displaying upon clicking New button and create follow up buttons. I have checked the spro settings and compared with 7.0 system. There are no changes.
    In the debugging in the  method GET_PROC_TYPE_CUST of class CL_CRM_UIU_BT_GET_PROC_TYPES, i found the entries in the internal table getting deleted as the navigation is not supported. Am having the entries in lt_proc_type_t.
    * Retrive the possible proc types for given bus type
       CALL FUNCTION 'CRM_BSP_SALES_GET_PROC_TYPE'
         EXPORTING
           iv_bus_category     = iv_bus_category
           iv_templates_only   = iv_template_only
           iv_process_mode     = lv_process_mode
           iv_btx_class        = iv_btx_class
           iv_btx_all          = iv_btx_all
         IMPORTING
           et_process_type_txt = lt_proc_type_t.
       LOOP AT lt_proc_type_t INTO ls_proc_type_t.
         IF iv_mixed_quot_order EQ abap_false.
    *** Filter out mixed types
           lv_delete = abap_false.
    *     check item types mixed or not
           cl_crm_uiu_bt_get_proctypes=>is_quotation(
             EXPORTING iv_proc_type         = ls_proc_type_t-process_type
                       iv_bus_category      = iv_bus_category
             IMPORTING ev_quotation_only    = lv_quotation_only
                       ev_mixed_quot_order  = lv_mixed_quot_order ).
           IF lv_mixed_quot_order EQ abap_true AND
              iv_quotation_only EQ abap_true.
    *** Mixed Types for sales + quotation items(Considered as sales order 1299189) -> exclude if quotation_only is true
             lv_delete = abap_true.
           ELSE.
    *** Pure Types
             IF lv_quotation_only EQ abap_true.
               IF iv_quotation_only EQ abap_false.
    *** only pure quotations required
                 lv_delete = abap_true.
               ENDIF.
             ELSE.
               IF iv_quotation_only EQ abap_true.
    *** only pure orders required
                 lv_delete = abap_true.
               ENDIF.
             ENDIF.
           ENDIF.
           IF lv_delete = abap_true.
             DELETE lt_proc_type_t.
             CONTINUE.
           ENDIF.
         ENDIF.
    *   Check whether the naviagtion is supported
         IF cl_crm_uiu_bt_get_proctypes=>is_navigation_supported(
              iv_bus_category = iv_bus_category
              iv_proc_type    = ls_proc_type_t-process_type
              iv_btx_class    = iv_btx_class ) NE abap_true.
           DELETE lt_proc_type_t.
         ENDIF.
       ENDLOOP.
       SORT lt_proc_type_t BY p_description_20 AS TEXT.
       LOOP AT lt_proc_type_t ASSIGNING <proc_type_t>.
         ls_value-key = <proc_type_t>-process_type.
         ls_value-value = <proc_type_t>-p_description_20.
         INSERT ls_value INTO TABLE rt_proc_types.
       ENDLOOP.
    Can anyone please guide me what navigation it is checking for transaction types. Can i find it anywhere in the configuration.
    Thanks & regards,
    Chiru

    Hi Chiru,
    please check below configuration.
    1. go to spro>crm>transactions>basic settings>define transaction types
    2. mark your Z transaction type
    3. in navigation bar on the left side click on Channel
    4. add channel GUI CRM WEBCLIENT UI
    and one more thing check inactive check box should be empty.
    check below link also
    http://scn.sap.com/community/crm/sales/blog/2013/08/23/quotation-transaction-type-not-shown-in-webui
    http://scn.sap.com/thread/1648811
    http://scn.sap.com/thread/2130867
    regards,
    vishwa.

  • Filter values are not displayed in the Popup Screen

    Hi Gurus,
    I have executed the query from the Query Designer using Execute to the browser  and tried to filter the values for 0plant
    Then i am getting the values as question mark '?????' for Key as well as Text.
    Note: I am not getting the key values for any of the characteristics.... in any report...
    Is there any setting need to done in BI or Portal side...
    Please help me if any one got a similar issue....
    Thanks in Advance
    Seshu
    Edited by: seshagiri.rao on Oct 25, 2010 2:19 PM

    Hi Vandana thanks for the reply.... i have been waiting from yesterday... to see some replies....
    The values in the BW are ok & i have activated the master data too..
    I am getting all the filter values for the query in RSRT, but when i execute the same query to the browser i am getting the values as '????' in the filter...
    Eg.
    Plant Key  Plant medium Text.....
    but when i select a particular row and add the values i can see the data as below.
    1901      Bhubaneswar Depot
    Please let me know if any more information is needed.
    Regards
    Seshu

  • Java displays only one time the popup of certificates

    Hello all,
    I work with an applet and without PKCS#11. The workflow is :
    1 - establish a SSL connection without certificate
    2 - import a certificate into the smartcard (in C)
    3 - establish a SSL connection with the previously imported certificate
    All steps do not require to remove the card. The certificate are got from the browser.
    In a first step, I establish a SSL connection without certificate to access to some cgi files. I insert a certificate into the smartcard and close the current SSL connection to establish a SSL connection using this certificate.
    In the first step, Java displays the popup which shows the certificate (from browser). But, for the second step, when I want to make a SSL connection, Java doesn't display me the popup and I can't make the connection with the certificate.
    Well, I tried the following things without success :
    - to use the keystore of Windows to access to the certificate but the list of the certificates is not updated.
    - to manage the SSL connections with JavaScript (Dojo toolkit...) but the applet loses his interest (ActiveX).
    - to pass the SSL handshake to the C using the private key... (beurk)
    Do you have any ideas of how can I realize the last step of my workflow in java ? How to refresh the popup? How to display again the popup?
    Thank in advance.

    There is no exception thrown.
    The popup is this one [Screenshot of the certificates|http://yfrog.com/elselectcertificatej] and is only displayed at the first SSL connection. When you accept (Ok or Cancel) the certificates, subsequent hits to this site doesn't display the certificates. After importing the certificates into the smartcard, I want to use the imported authentication certificate to access to a restricted cgi.

  • Issue with records displaying in the advanced table in popup window oaf

    Dear All,
    I have a requirement as below.
    I have a popup search page in that i am displaying the searched data in advanced table, but the issue is all the rows not displaying in the popup window because of poup window size, even i am not able to view the "Next" button in the table to proceed next records, can someone suggest me how to display the "NEXT" button in the table so the i can view all the records in the table.
    or is it feasible to implement "SCROLLBAR" in the advanced table in popup window so that i can scroll vertically and horizontally to view records.
    Thanks

    Actually i have made a mistake, in my advanced table table property palllet i have mentioned maximum rows fetched 20 but in my page i was displaying 10 records only so thats why the navigation button not displaying,
    Thnaks

  • How to control an error message to display at the status bar or in a popup?

    Hi experts,
    I find that one of the error message in an user exit display at the status bar in some conditions while
    display in a pop up window in other conditions. Is there some way to control its display style as I want
    it? Thanks in advance.

    Hi,
      Use the below code....
    CALL FUNCTION 'PTRM_UTIL_MESSAGE_APPEND
    EXPORTING
    i_msgtype = 'I' or 'W' <because you want message to display otherthan error>
    i_msgid = <Your message id which you are using in user exit>
    i_msgnumber = <Your messge number>
    Or
    If you want to display the text in a pop up window instead of the above process then use 'POPUP_TO_DISPLAY_TEXT' to display the message text in the popup.
    Rgds,
    Bujji

  • Why doesn't a Popup Key LOV (named LOV) in a tabular form not display values in the popup?

    I have a tabular form and I'm setting one of the fields to a Popup Key LOV (named LOV). The named LOV is a static LOV. When the popup is displayed there are no values displayed. The same thing happens if I use a Popup LOV (named LOV).
    I created a sample application http://apex.oracle.com/pls/apex/f?p=15762:1that shows what happens. When the job field popup is selected, no items are displayed. If I change the item to a Select List (named LOV) it works fine.
    Is this a bug?

    Hi
    I am also getting the same issue. Hope it could be a bug.
    Can anyone plz confirm this?
    Thanks
    Lakshmi

  • Some one's email id is displaying on the update menu of the app store what was that

    some one's email id is displaying on the update menu of the app store what was that

    You installed a hacked app, originally from the Mac App Store. It contains the receipt for a different app, downloaded using an account that you don't control. You need to identify and remove the hacked app.
    Important: The app you need to remove is not necessarily the one named in the App Store notice. For example, if the App Store says you need to update "Twitter," the hacked app may be "Angry Birds" or something else entirely. Don't make any assumptions about which app you're looking for. To find it, you have to carry out a systematic search.
    Triple-click anywhere in the line of text below on this page to select it:
    kMDItemAppStoreHasReceipt=1
    Copy the selected text to the Clipboard (command-C).
    In the Finder, press the key combination command-F to open a search window, or select
    File ▹ Find
    from the menu bar. In the search window, select
    Search: This Mac
    from the row of tokens below the toolbar. Below that is a popup menu initially showing Kind. From that menu, select  Other...
    A sheet will drop down. In that sheet, select Raw Query and click OK or press return.
    Now there will be a text box to the right of popup menu. Click in that box and paste (command-V).
    The search window will show all the App Store products you've installed. Compare those search results with the list of your purchases from the App Store. To see the complete list, you may need to unhide hidden purchases. If any apps were download from the App Store using other Apple ID accounts that you control, sign in to the store under each of those ID's and check the purchases.
    At least one of the items listed in the search window is not among your purchases in the App Store. Move each such item to the Trash. You may be prompted for your administrator password. Empty the Trash.
    Log out and log back in. Test.

  • How to report print to the printer immediately and display the popup?

    Dear friends,
    I am running my report in background and displaying the confirm results on popup window and sending the results to printer,
    but now i want to send the results page to printer then  want to display the popup.
    i have writen my popup perform after printer perform only but its not working...when i am clossing the popup or came back from that popup then only the results sending to printer...
    How to report print to the printer immediately and display the popup?
    Thanks in advance
    Sridhar

    Hi Sudheer,
    I am using my print parameters like this :
        NEW-PAGE PRINT ON DESTINATION ws_printer
                             IMMEDIATELY 'X'
                             KEEP IN SPOOL 'X'
                             NEW LIST IDENTIFICATION 'X'
                             SAP COVER PAGE 'X'
                             ARCHIVE MODE '1'
                             LINE-COUNT 64
                             LINE-SIZE 170
                             NEW-SECTION
                             NO DIALOG.
    Then also its not printing immediatly.
    here one thing for displaying the popup i am using submit report(calling another report for popup purpose)
    before trigering the submit programe i need to print this.
    Thanks
    Sridhar.

  • I downloaded mountain lion and then the new office suite (word, ppt, excel) but now when I try to display one of my ppt's it says 'ppt cannot open the file...the file may be corrupt, in use, not a type recognized by ppt etc.." how can I fix it?? HELP

    I downloaded mountain lion and then the new office suite (word, ppt, excel) but now when I try to display one of my ppt's it says 'ppt cannot open the file...the file may be corrupt, in use, not a type recognized by ppt etc.." how can I fix it?? HELP

    Did you try to open teh fle by double-clicking its icon? If the file was made with an older version of Office, you may get that message. Try opeing PP and, from its "File" menu, see if you can open the ppt. I've foundthat often gets around that message and then yo ucan save the file from the newer version.
    If that doesn't work, consider asking in the Microsoft Office: Mac forums here:
    Office for Mac forums
    PowerPoint is not an Apple product and it seems a lot of people around here avoid Office.

  • Can I use a Sony all-in-one PC/TV as a second display for the G5?

    I'm trying to build a pro music system out of my G5, which means that it should only have music software on it. I have an aluminum 20" display hooked up to my Radeon x800T video card, which has one DVI and one ADC jack on it. A pro music rig needs two 20" displays, at least, to display all the mixers, processors, instruments, etc. I have to use a PC for my financial stuff and need a new one. The new Sony Vaio VGC-VA 11G is their version of the i-Mac G5, it's all-in-one plus it is a 20" LCD TV with S-video and composite video in, not VGA in. If I get an ADC-to-VGA adaptor and hook that up to a VGA-to-S/video & composite adapter (all on ebay!), can I plug the output of the G5 to one of the video ins on the Sony Vaio and then use the Sony Vaio's TV as the second display (not simply mirroring the Apple display)? I guess it would be the same as using an LCD TV as a second, non-mirroring display. If it works, it's going to be cool!
    Power Mac G5   Mac OS X (10.4.2)   Dual 2 Gghz (not quad), 3 Megs Ram, ATI Radeon x800T 256

    By reading the user's manual, it appears that is possible. Download the User Manual from this link:
    http://support.lenovo.com/us/en/products/desktops-​and-all-in-ones/ideacentre-b-series-all-in-ones/id​...
    Chapter 1.1
    With the computer off, turn on the monitor, button farthest to the right.
    Next button to the left of the on/off button, controls the input. Cycle it until you see HDMI in.
    I don't have B520, but I have an A310 and it works the same.  I hope that works for you.
    Good luck!
    cb2011

  • Why all of a sudden has one of my apps (Condition Report App) only displaying at the top right hand corner it is a quarter of the size it should be, i have tried setting my ipad back to factory settings and this hasnt helped some please help??? :)

    One of my apps (condition report app) has decided to only display on the top right hand corner which is only a quarter of the screen, not sure what has happened as i have not changed any settings went to go into it one day and it was just like it.
    Please help!!!! Thanks Kristy

    Do you have the most up-to-date version of the app? Did you upgrade to iOS 6? Did you check to make sure that the developer has updated the app for the new OS? Have you tried resetting your device by pressing and holding the Home button and power button until the silver apple appears? Have you tried uninstalling and re-installing the app?

  • Not able to display the image on the popup.

    hi,
    my requirement is: i have command link on the form.which on clicked should display a popup and with in that popup a image should be shown. I have stored that image in the form of byte array.
    On clicking the link i am able to show the popup.But,not able to display the image on the popup.
    thanks in advance.
    Srikanth.V

    Hi,
    how do you access the image? Put yourself in our shoes and look at your question and then add the missing information. E.g. does the image show if loaded on a page itself and not a popup ?
    Frank

  • Want to change my16giga byte ipad mini with retina display to the 32giga one because i think its capacity is insufficient. So could i change to 32giga by giving an extra charge. I bought 16giga ipad mini on thanksgivingday, maybe 30. November

    I want to change my16giga byte ipad mini with retina display to the 32giga one because i think its capacity is insufficient. So could i change to 32giga by giving an extra charge. I bought 16giga ipad mini on thanksgivingday, maybe 30. November

    If bought directly from an Apple Retail store or Apple Online store, and is still within the 14 day return period Apple Offers you can take it back and get a full refund which you can then use towards buying the other version.
    If its already past the 14 day period then you won't be able to return it for a refund no.
    If you did not buy it from an Apple Retail store or Apple Online Store you will have to consult with the store you bought it from about their return policies.

Maybe you are looking for

  • af:commandLink does not prompt download File Dialog Not available

    I am using following code for downloading pdf file <*af:commandLink* text="#{row.docContentID}" id="cl31" immediate="true" partialSubmit="true"> <af:fileDownloadActionListener contentType="application/pdf" method="#{pageFlowScope.BulletinsBean.getDoc

  • How to stop this loop?

    double tempI; for(int i=0; i<=100; i++){ tempI=0; while(tempI<1){     if (Math.sqrt(A-B)>0.001)           //OUT For     else        tempI+=0.01; }I use break, it seems only out while, but not break for. Anyone knows how to break for? Thanks David

  • SQL Starter

    1.How to connect to different databases from sql??? 2.How to view list of different databases through sql??? 3.How to retrive password if you forget of sql??? 4.How to create tablespace ??? 5.How to view the list of Users of a specific database??? 6.

  • Wifi problem - working very slowly

    So I'm working off a 13-inch MacBook Pro (mid-2012) with 10.9.2, and my wifi was working fine up until a few days ago. Since then, it's been quite slow, and I tested the speed today, and it's working on a download speed of about 2Mbps. My subscribed

  • Quicktime Error loading latest iTunes

    I can't load latest version, i have done un-installs and repairs and still says i have an older version of Quick time and to reinstall iTues which i believe has the latest version's of Quick time as well ?