pass parameters to the pop-up window using skillbuilder

All,

I have a request of dynamic content on page 1 and for some lines ive the pop-up link another page and pass the EMPID clicked on page popupped. Ive created the link and its popping up the second page correctly, but how I have the pass of the EMPID per second / page popup?
part of query in page1 like this,
htp.p('<td><a href="#" class="show-summary" onclick="return false;">'||cursor-id.EMPID||'< . . . . . 
Thank you.

Gor_Mahia wrote:
Jorge,

IAM but perhaps not very clear what you did ive tried it before, but it losses the modal pop-up window and navigate to this page, I really try to have my modal popup window. Look at my request below,

You just described a completely different problem from that of passing parameters modal page.
Just add a more real Action "Cancel the event" after the action of modal Page.
What that will do is replace the click of the anchor who want to access the link HREF.

Thank you
-Jorge

Tags: Database

Similar Questions

  • passing variables between the pop-up windows

    I'm moving one popup to the other variables. It works fien if I spend bvariable of main application as soon as I'm moving from variable popup to popup window it does not work here is what I am trying ro:

    That works fine

    hand. MXML

    private function launchMoreInfo (): void {}
    var win: view = PopUpManager.createPopUp (this, opinion, true) as point of view;
    //

    victory. AccountNum = list1.selectedItem.accountNum;
    Win.User = user;

    }

    But if I try to pass variables to the pop-up window, created from popup component, is not ' work

    View.MXML

    private function dsclientevents (): void {}
    var win2:view = PopUpManager.createPopUp (Thi, dsclienteventlog, true) like point of view;
    //

    win2. AccountNum = 'test ';

    }

    AccountNum is declared in dsclienteventlog.mxml

    Is it possible to pass variables between the pop-up windows?

    I would much apreciate your help

    Thank you

    Hi friend!

    I have faced this kind of problem and solved using 'Public static var '.

    Just, you declare a public static variable in your class Popup. Then you can directly set the value to this variable as,

    ClassName.StaticVariableName = value;

    In your case,.

    say PopUp2.mxml or PopUp2.as

    =======

    In the PopUp1 script:

    OnItemSelectionChange (event): void

    {

    PopUp2.m_iSelectedID = DatagridID.selectedItem.AccountID; It will change the value of this variable, even if the popup2 is open.

    your stuff here...

    }

    Try this, I hope this will help you.

    Thank you

    Merlina.

  • pass values to the pop-up window

    jdev: 11.1.1.7

    Make me NoSuchMethodException if excute the code below

    Root cause]] of ServletException.

    java.lang.NoSuchMethodException: oracle.adf.view.rich.component.rich.nav.RichCommandLink.addPopupFetchListener (oracle.adf.view.rich.event.PopupFetchListener)

    at java.lang.Class.getMethod(Class.java:1605)

    at oracle.adfinternal.view.faces.taglib.listener.SetPropertyListenerTag.doStartTag(SetPropertyListenerTag.java:194)

    at jsp_servlet.__test_jspx._jspx___tag10(__test_jspx.java:575)

    ......

    .....

    Caused by: java.lang.NoSuchMethodException: oracle.adf.view.rich.component.rich.nav.RichCommandLink.addPopupFetchListener (oracle.adf.view.rich.event.PopupFetchListener)

    at java.lang.Class.getMethod(Class.java:1605)

    at oracle.adfinternal.view.faces.taglib.listener.SetPropertyListenerTag.doStartTag(SetPropertyListenerTag.java:194)

    at jsp_servlet.__test_jspx._jspx___tag10(__test_jspx.java:575)

    at jsp_servlet.__test_jspx._jspx___tag8(__test_jspx.java:501)

    at jsp_servlet.__test_jspx._jspx___tag7(__test_jspx.java:447)

    at jsp_servlet.__test_jspx._jspx___tag4(__test_jspx.java:306)

    at jsp_servlet.__test_jspx._jspx___tag3(__test_jspx.java:241)

    at jsp_servlet.__test_jspx._jspx___tag1(__test_jspx.java:157)

    at jsp_servlet.__test_jspx._jspx___tag0(__test_jspx.java:104)

    at jsp_servlet.__test_jspx._jspService(__test_jspx.java:65)

    CODE:

    < af:table id = "t1" var = 'node'... varStatus 'vs' = >

    < af:column id = "c1" >

    < af:commandLink text = ' #{node. " ContactPhone}"id ="ot1">

    "< af:clientAttribute name ="title"value ="#{node. ContactPhone}"/ >".

    "" < af:showPopupBehavior popupId = ": bigImage" triggerType = 'action' / >

    < / af:commandLink >

    < / af:column >

    < / af:table >

    < af:popup id = "bigImage" contentDelivery = "lazyUncached" launcherVar = "source" = "pitcher" eventContext >

    < af:panelWindow id = 'pw1' >

    < af:panelGroupLayout id = "pglay" layout = "vertical" >

    < af:outputText clientComponent = "true" value = "#{viewScope. . "{ContactPhone}" inlineStyle = "' make-size: 14px;" id = "ot1" / > "

    < / af:panelGroupLayout >

    < af:setPropertyListener from = "#{source.attributes. " "{ContactPhone}" to = "#{viewScope. " "{ContactPhone}" type = "popupFetch" / >

    < / af:panelWindow >

    < / af:popup >

    Yes, but this isn't the answer to my question.

    Move


    AF: panelGroupLauoyt

    and put the same thing to be a direct child of af: popup:


      


    and see what happens...

  • pass the query id in the pop up window

    Hello

    I want to be able to pass the query id in the pop up window but do not know how to do it, would you please help me with this? -Thank you

    the code below (A) works very well with open the pop-up page detail but din't know how there an id in the details of the page.

    <!--A-->

    < script >

    function openWin()

    {

    Window.Open ("detail.cfm,", "_blank", "toolbar = yes, scrollbars = yes, resizable = yes, high = 500, left = 500, width = 400, height = 400");

    }

    < /script >

    < cfset foo = querynew ("id_int, aNo_var, Renew, Cancel') >

    < cfloop query = "getOrderHist" >

    < cfset queryaddrow (foo) >

    < cfset querysetcell (foo, 'id_int', getOrderHist.id_int) >

    < cfset querysetcell (foo, 'aNo_var', getOrderHist.aNo_var) >

    < cfset querysetcell (foo, 'Renew',' < a href = "javascript: void (0);" onclick = "openWin ()" > view < /a > ') >

    < / cfloop >

    <! - B - >

    I try to call the page directly such as below but got an error of "invalid character".

    < cfset foo = querynew ("id_int, aNo_var, Renew, Cancel') >

    < cfloop query = "getOrderHist" >

    < cfset queryaddrow (foo) >

    < cfset querysetcell (foo, 'id_int', getOrderHist.id_int) >

    < cfset querysetcell (foo, 'aNo_var', getOrderHist.aNo_var) >

    < cfset querysetcell (foo, 'Renew',' < a href = "javascript: void (0);" onclick = "window.open("detail.cfm?id=#id#","_blank"); > < /a > to renew '") >

    < / cfloop >

    you have a 'openWin' function, but then you try to add inline JS to do the same thing.  I suppose you're eventually loop over your query "foo" output these links to renew.  In this case, I just want to pass a URL or just the ID into the openWin function.  Much simpler than to try to add dynamic JS in a cell of the query.

    I am a bit confused why you are creating a new query, foo, if you already have the query getOrderHist that seems to have everything you need.

    function openWin (id) {}

    Window.Open ("detail.cfm? id =" + id, "_blank", "toolbar = yes, scrollbars = yes, resizable = yes, high = 500, left = 500, width = 400, height = 400");

    }

    ID: #getOrderHist.id_int #.

    aNo: #getOrderHist.aNo_var #.

    Renew

  • How to run and pass parameters to the exe file in the txt file.

    Hello

    I am facing problem with passing parameters in the .exe file, which is run by labview.firstly that I have script .txt with the settings that I have to go to the .exe file. This .exe file is also a software, and this script is written for her. And now I have to create program in labview which should satisfy the following points.

    1. I have to use a button named "Run script". If I pressed the button, it should open the browser where I can choose the script .txt file.

    2 .exe application is expected open(Path already chossen).

    3. After passing the .exe application settings should be closed.

    4 and labview should now update its parameter

    I just open using Exce.vi .exe file, but I didn't get any idea to do more than this.can someone please help me?

    Thanks norbert. CAN I love it? What should I change now? VI attached below...

  • the pop up Windows Defender when you are connected to the internet by dial-up readings; change of system in known application, type of change; running applications, cwindowssystem32mswsockdll, I am disconnected and then reconnected___

    the pop up Windows Defender when you are connected to the internet by dial-up readings; change of system in known application, type of change; running applications, cwindowssystem32mswsockdll, I disconnected and then reconnected.

    I just ran windows update on a large number of files all successful before this happened, it happens when I am connected to the internet, I use dial-up access

    added on 25/11/09 still have the problem mentioned above, even explore two windows are runnibg on the system, or two IE browsers running?

    Added 27/11/09 I ave followed all instructions up to and including thefix tool kb/93623, stiil I have this report of windows Defender quickly appearing twice in a row, then I'm disconnected from the internet. any more ideas thanks sam

    Visit this link:
    http://support.Microsoft.com/kb/936213

  • Cannot send mail with windows mail. Get the pop-up Windows security.

    Cannot send mail with Windows Mail. Get the pop-up Windows security.

    Password and username are all correct. POP and SMTP everything is correct. If I remove all virus blocker, always get Windows security pop up asking for password and username; I type in it and click on the option to remember, but the window appears several times without sending a message. Error message box is empty.
    No problem on the end of e-mail servers. Equipped with Windows Vista.
    I deleted the Windows Mail disabled account, rebooted with the new account and the same problem.
    Can I receive the mail, but Windows Security blocking my attempts to send and don't remember the password and username that I type.
    Help!

    This kind of behavior is very often due to antivirus.  You are using.  If its McAfee or Norton get rid of them completely.   There are others who are also incompatible.  Everything you try, make sure that the analysis of e-mail is disabled.   You can also try to repair the database and see if that helps (see www.oehelp.com/WMUtil/).  And see also www.oehelp.com/OETips.aspx#3

    Steve

  • Blocker is enabled in IE9, also tried Google Chrome and still get the pop up windows.

    Blocker is enabled in IE9, also tried Google Chrome and still get the pop up windows.  Popus mount on most but not all websites regardless of the browser used.  Most are a square add in the lower left corner - some with a VCR command prompt.  I don't know how to get rid of them.  I was wondering that if I had a virus that is allowing them to appear - especially since I also noticed that when I click on the links on some Web sites, the link is instead directed to something more than one character of advertising and not where it was supposed to go.  I use MS Security Essentials and also run Malwarebytes periodically.  Aslso ran "Microsoft SafetyScanner" and no sign of a virus or malware.  Someone at - it ideas?

    Just for fun, take a look at this website because it has some great information for the verification of the malware, etc.. You may need to do your scans in safe mode.

    http://www.selectrealsecurity.com/malware-removal-Guide/

    I hope this helps.

  • Passing parameters to the URL - availability in the new process of request

    Hello

    I am able to pass parameters in the URL of the APEX that defined the points of the application as below

    : http://application-tier server: port/pls/apexdev/f? p = 1001:1:APP_CLIENT_NUMBER, APPLICATION_NUMBER:0001285, 0000051:

    I would like to get and set other items based on elements of application passed as parameters. I would like to only enter once application.

    I found the best place for this action in a process of application with Point on new Instance of Process.

    The problem seems to be that the value of point of application has not been set at this point, and therefore the values are null.

    If I change the application process process Point to something that runs to each page as On Load: after the header, then the values are available. It is not suitable as only wish to run once at startup of the application.

    I can't find discussion of this documentation.

    1. I would be able to access URL parameters in the application process with Point on a new Instance of the process?

    2. are there any other equivalent task for access to URL parameters at the start of the application?

    Thank you

    Hello

    APEX runs only on the new process Instance when a new session has been set up. As you discovered, URL items are not yet saved in session at this point State. You can use a level app process before header instead, with a condition that makes that make it run when certain elements that you want to initialize are null.

    Kind regards

    Christian

  • Disable the pop-up window

    A small window opens in are at the top right of my page. He has the ability to zoom and change the position of the current page. The window seems to open when I quickly scroll using the mouse wheel. I tried to find what is called the pop-up window and any other information, but I was unable to locate anything.

    The window doesn't help for me and often blocks read page. Anyone who is familiar with this small pop-up window and is anyway to disable?

    Thank you

    Judd

    Try to close this pop-up window by clicking X.

    Also check if there are updates available for Acrobat Reader, Open player > help > Check for Updates...

    Let us know the results.

  • How to disable the pop-up window of assisted reading?

    How to disable the pop-up window of assisted reading?  It is so boring, and this terrible program aid is non-existent.  If I find a different program I won't use it.

    Not easy to use at all.

    Hello

    Please, try the following:

    Open Acrobat/Reader

    Go in Edition > Preferences

    Under categories, click Accessibility

    Other Accessibility Options pane

    Uncheck the option Enable assistive technology support

    Thank you

    Abhishek

  • Strange behaviour of the context menu in the pop-up window to disable the option

    Hello

    I have the table with the context menu of the pop-up window

    < f: facet name = "contextMenu" >
    < af:popup binding = "#{backingBeanScope.backing_jsf_fragments_postoffice_ContentMovementsView.p1}" id = "p1" contentDelivery = "immediate" > "
    < af:menu text = "menu 2" binding = "#{backingBeanScope.backing_jsf_fragments_postoffice_ContentMovementsView.m2}" id = "m2" > "
    < af:commandMenuItem text = "#{web_Bundle ['label.toolbar.menu.item.record.edit']}" "
    Binding = "#{backingBeanScope.backing_jsf_fragments_postoffice_ContentMovementsView.cmi3}" id = 'cmi3' "
    actionListener = "#{backingBeanScope.backing_jsf_fragments_postoffice_ContentMovementsView.showEditBookRecordPopupActionListener} '"
    Disabled = ' #{bindings. " RecordStateName.inputValue == 'ARRANGED'} "/ >"

    disabled the option works strange. When I right click on the folder with RecordStateName.inputValue = 'ARRANGED' menuItem is enabled. By selecting this menuItem enabled, nothing happens but menuItem is disabled. Disabled menuItem never going back active even I right click RecordStateName.inputValue "ARRANGED" <>and click on disabled menuItem does nothing.

    Help me how do to turn menuItem in context menu of the pop-up window.

    I use JD Studio Edition Version 11.1.1.5.0 on Weblogic 11.1.1.5

    Thanks in advance

    Hello

    You must use contentDelivery = "lazyUncached" to the context menu for re-read its content.

    Frank

  • Need to insert text next to the image in the pop-up window.

    Hello. I picked up a wall to free image here:

    http://tympanus.NET/Codrops/2011/08/30/automatic-image-montage/

    It works fine, but now I play with her.

    I managed to get the images, or at least the first one to open in a popup, great. Problem is I want to be able to have the text next to the image in the pop-up window. < Title > I tried to see if I could do it with a ToolTip, which could have trouble, but did not work anyway. I do not see where to put the text and how? < h1 > doesn't work either, it flashed up before the opening of the imagewall.

    Here's the code for popup:

    <!-- starts here--><script type="text/javascript">

                function newPopup2(url) {

            popupWindow = window.open(

            url,'popUpWindow','height=700,width=800,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=yes')

            }

            //]]>

            </script><a href=

                    "JavaScript:newPopup2('images/1.jpg');"><img src="images/1.jpg"></img></a>

    I think I should use a legend, but God knows how. I think I could do a second image with the text included next to him like a popup, but that's a dress rental store and that would imply photoshopping the second image, whenever a change has been made. I want text editable in a text editor.

    I also want to add a link from the context menu.

    Long live the people

    The problem is that you open a .jpg image in the context menu.

    All that works... all you get is an image.

    A better way to make the popup is to create a page HTML Web new, small containing your image as any text or other content that you are interested in. Because it's just a standard HTML page, you can style the text and presentation page (including links) with CSS, just as you would any other Web page.

    then you href should look like this:

    For working example:

    http://www.worldbarefootcenter.com/

    Highlight at the bottom of page and see several popups, each being a small HTML Web page just displayed in a pop up window instead of a new tab view source if you want more information. I use a slightly different method to open the context menu, but the idea is, use an HTML page rather than just an image.

    Best wishes

    Adninjastrator

  • need help to pass parameters to the Flash

    Hello

    I'm pretty new to Flash and tried to solve this problem in the past few hours.

    What I want to do is to pass parameters from the browser to Flash.  I googled and it seems that the best way is FlashVars.

    However, I tried different codes and can not get Flash to detect settings.

    I decided to follow the example here and just copy and paste everything (just change the "main.swf" in my swf name):

    http://www.Kirupa.com/Forum/showthread.php?t=334923

    Flash loads, but it shows that ' param: "without anything else.

    I gathered that it is probably a foundamental problem more.  (for example how I am debugging, or some settings, etc..)  Clues?

    (I use CS4 trial AS3 version).

    Thank you!

    If you use the standard flash integration, you must list your flashvars in 3 locations in your html file.  you do this?

  • Close the Control Panel window using workflow

    Does anyone know how to close a window Panel using a workflow without java.

    I have a window Panel with a region subject to a pop-up window.

    Chuck

    Hello

    and within what you use Java to the listener of navigation area to close the pop-up window

    Frank

Maybe you are looking for