How to use java script when popups are blocked in browser

How to use java script when popups are blocked in browser

Not. When people install a popup blocker they don't WANT popups, so stop trying to force them down their throats.

Similar Messages

  • How to use Java Script in jspx pages of ADF Faces?

    I wanna invoke an Applet in a jspx using Java Script...
    How can I do this? :)

    check my other post..that's to know how to use js in jsf pages...not to invoke applet..
    Re: how to Add inline JavaScript to a Page 11G

  • How to use Java Script in Oracle Forms 10g

    Hello,
    Appreciate if anyone could help me using Java Script in Oracle Forms 10g?
    Thanks
    GM

    Thank you for your reply. I was reading on the metalink that we could use the to call the java script from oracle Forms 10g (Doc ID 265863.1)
    Example:
    WEB.SHOW_DOCUMENT ('javascript:void(window.open("http://www.oracle.com","","location=no,toolbar=no,menubar=no,status=no,"));self.close()','_blank');
    I tried it but it did not open the any window as it claims. Am I missing anything? Is there any IE related setting which I need to modify for the above to work?
    Regards
    GM

  • How to use java script on click of JSF TAB

    Hello Guies...
    I want to use some java script on the click of JSF Tab.
    Any suggestion will be appriciated....
    Regard
    Roshan

    Put it in the 'onclick' attribute?
    What is that "JSF Tab" you're talking about? If you're talking about a tabbed panel, please also specify the name of the component. There are lot of JSF implementations for tabbed panels, for example Tomahawk, Icefaces, ADF, IBM, Odyssey, etc.

  • How to use java script in jsf?

    my requirement is
    i have to pass the id of the component to the java script function .that component is inside data table.
    how to solve this problem?

    following code is the generated html code.
    see it is generating duplicate ids : check it
    this is the id repeating 3 times "helper:table1:table14:0:command5"
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <HTML>
    <script>
    function showHideNavigation(item) {
    var temp = document.getElementById("plexIndex");
    taskImg = document.getElementById(item.id.substring(0, item.id.lastIndexOf(':')) + ':image'+item.id.substring(item.id.length-1));
    taskDiv = document.getElementById(item.id.substring(0, item.id.lastIndexOf(':')) + ':child_div'+item.id.substring(item.id.length-1));
              if (taskDiv.style.display == "block" ) {
                   taskDiv.rendered = "true";
                   taskDiv.style.display = "none";
    taskImg.src = "../images/arrow_collapsed.gif";
    } else {
                   taskDiv.style.display = "block";
                   taskDiv.rendered = "false";
         taskImg.src = "../images/arrow_expanded.gif";
    </script>
    <head>
    </head>
         <form id="helper" method="post" action="/datatabledemo-app/pages/WLMHome.faces" enctype="application/x-www-form-urlencoded">
         <div id="helper:div0" style="margin-left:0.3em;">
                        <a id="helper:command0" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block"><img id="helper:image0" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" />plexes</a>
         </div>
         <div id="helper:child_div0" style="display : none">
         <table id="helper:table1" width="100%">
    <tbody>
    <tr>
    <td><span id="plexIndex" title="helper:table1:0:column1"></span><div id="helper:table1:0:div2" style="margin-left:0.9em;"><a id="helper:table1:0:command1" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block"><img id="helper:table1:0:image1" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" /><span id="helper:table1:0:t1">plex1</span></a></div><div id="helper:table1:0:child_div1" style="color: rgb(0, 0, 0); text-decoration: none; display : block"><div id="helper:table1:0:div4" style="margin-left:2.1em;"><a id="helper:table1:0:command2" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><img id="helper:table1:0:image2" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" />attributes</a></div><div id="helper:table1:0:child_div2" style="color: rgb(0, 0, 0); text-decoration: none; display : block"><table id="helper:table1:table12" width="100%">
    <thead>
    <tr>
    <th scope="col"><span id="helper:table1:table12:text2" style="margin-left:2.4em;">Attribute Name</span></th>
    <th scope="col"><span style="margin-left:2.1em;">Attribute Value</span></th>
    </tr>
    </thead>
    <tbody>
    <tr>
    <td><span style="margin-left:3.0em;">session_scale_1</span></td>
    <td><span style="margin-left:3.0em;">1.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">session_scale_2</span></td>
    <td><span style="margin-left:3.0em;">2.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">load_scale_1</span></td>
    <td><span style="margin-left:3.0em;">0.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">load_scale_2</span></td>
    <td><span style="margin-left:3.0em;">1.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">load_limit</span></td>
    <td><span style="margin-left:3.0em;">600.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">connection_scale</span></td>
    <td><span style="margin-left:3.0em;">1.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">same_limit_1</span></td>
    <td><span style="margin-left:3.0em;">5</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">same_limit_2</span></td>
    <td><span style="margin-left:3.0em;">10</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">same_adjustment</span></td>
    <td><span style="margin-left:3.0em;">0.10</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">same_scale_1</span></td>
    <td><span style="margin-left:3.0em;">0.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">same_scale_2</span></td>
    <td><span style="margin-left:3.0em;">0.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">known_adjustment</span></td>
    <td><span style="margin-left:3.0em;">0.05</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">known_scale_1</span></td>
    <td><span style="margin-left:3.0em;">0.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">known_scale_2</span></td>
    <td><span style="margin-left:3.0em;">0.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">normalise_scale</span></td>
    <td><span style="margin-left:3.0em;">0.00833</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">equal_delta</span></td>
    <td><span style="margin-left:3.0em;">0.0001</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">health_adjustment_1</span></td>
    <td><span style="margin-left:3.0em;">0.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">health_adjustment_2</span></td>
    <td><span style="margin-left:3.0em;">10.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">health_adjustment_3</span></td>
    <td><span style="margin-left:3.0em;">100.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">health_adjustment_4</span></td>
    <td><span style="margin-left:3.0em;">1000.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">health_adjustment_5</span></td>
    <td><span style="margin-left:3.0em;">10000.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">health_timeout</span></td>
    <td><span style="margin-left:3.0em;">120.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">score_limit</span></td>
    <td><span style="margin-left:3.0em;">5000.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">retry_limit</span></td>
    <td><span style="margin-left:3.0em;">2</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">reselection_limit</span></td>
    <td><span style="margin-left:3.0em;">2</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">wcm_resend_timeout</span></td>
    <td><span style="margin-left:3.0em;">1.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">wcm_retry_timeout</span></td>
    <td><span style="margin-left:3.0em;">10.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">wcm_retry_limit_1</span></td>
    <td><span style="margin-left:3.0em;">5</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">wcm_retry_limit_2</span></td>
    <td><span style="margin-left:3.0em;">1</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">wcm_fail_timeout</span></td>
    <td><span style="margin-left:3.0em;">600.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">autoinstall_load</span></td>
    <td><span style="margin-left:3.0em;">3.0</span></td>
    </tr>
    </tbody>
    </table>
    </div><div id="helper:table1:0:div6" style="margin-left:2.1em;"><a id="helper:table1:0:command3" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block"><img id="helper:table1:0:image3" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" />groups</a></div><div id="helper:table1:0:child_div3" style="color: rgb(0, 0, 0); text-decoration: none; display : block"><table id="helper:table1:table13" width="100%">
    <thead>
    <tr><th colspan="1" scope="colgroup">Group Value</th></tr>
    </thead>
    <tbody>
    <tr>
    <td><span style="margin-left:3.0em;">type1</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">type2</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">type3</span></td>
    </tr>
    </tbody>
    </table>
    </div><div id="helper:table1:0:div8" style="margin-left:2.1em;"><a id="helper:table1:0:command4" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><img id="helper:table1:0:image4" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" />programs</a></div><div id="helper:table1:0:child_div4" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><table id="helper:table1:table14" width="100%">
    <tbody>
    <tr>
    <td><div id="helper:table1:table14:0:div10" style="margin-left:2.7em;"><a id="helper:table1:table14:0:command5" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><span id="program" title="helper:table1:table14:0:command5"></span><img id="helper:table1:table14:0:image5" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" /><span id="helper:table1:table14:0:t2">called1</span></a></div><div id="helper:table1:table14:0:child_div5" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><table id="helper:table1:table14:table141" width="100%">
    <thead>
    <tr>
    <th scope="col"><span style="margin-left:2.4em;">Attribute Name</span></th>
    <th scope="col"><span style="margin-left:2.1em;">Attribute Value</span></th>
    </tr>
    </thead>
    <tbody>
    <tr>
    <td><span id="program" title="helper:table1:table14:table141:0:coloumn41"></span><span style="margin-left:3.0em;">load</span></td>
    <td><span style="margin-left:3.0em;">0.25</span></td>
    </tr>
    <tr>
    <td><span id="program" title="helper:table1:table14:table141:1:coloumn41"></span><span style="margin-left:3.0em;">dynamic</span></td>
    <td><span style="margin-left:3.0em;">yes</span></td>
    </tr>
    </tbody>
    </table>
    </div></td>
    </tr>
    <tr>
    <td><div id="helper:table1:table14:1:div10" style="margin-left:2.7em;"><a id="helper:table1:table14:1:command5" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><span id="program" title="helper:table1:table14:1:command5"></span><img id="helper:table1:table14:1:image5" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" /><span id="helper:table1:table14:1:t2">called2</span></a></div><div id="helper:table1:table14:1:child_div5" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><table id="helper:table1:table14:table141" width="100%">
    <thead>
    <tr>
    <th scope="col"><span style="margin-left:2.4em;">Attribute Name</span></th>
    <th scope="col"><span style="margin-left:2.1em;">Attribute Value</span></th>
    </tr>
    </thead>
    <tbody>
    <tr>
    <td><span id="program" title="helper:table1:table14:table141:0:coloumn41"></span><span style="margin-left:3.0em;">load</span></td>
    <td><span style="margin-left:3.0em;">0.25</span></td>
    </tr>
    <tr>
    <td><span id="program" title="helper:table1:table14:table141:1:coloumn41"></span><span style="margin-left:3.0em;">dynamic</span></td>
    <td><span style="margin-left:3.0em;">yes</span></td>
    </tr>
    </tbody>
    </table>
    </div></td>
    </tr>
    <tr>
    <td><div id="helper:table1:table14:2:div10" style="margin-left:2.7em;"><a id="helper:table1:table14:2:command5" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><span id="program" title="helper:table1:table14:2:command5"></span><img id="helper:table1:table14:2:image5" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" /><span id="helper:table1:table14:2:t2">called3</span></a></div><div id="helper:table1:table14:2:child_div5" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><table id="helper:table1:table14:table141" width="100%">
    <thead>
    <tr>
    <th scope="col"><span style="margin-left:2.4em;">Attribute Name</span></th>
    <th scope="col"><span style="margin-left:2.1em;">Attribute Value</span></th>
    </tr>
    </thead>
    <tbody>
    <tr>
    <td><span id="program" title="helper:table1:table14:table141:0:coloumn41"></span><span style="margin-left:3.0em;">load</span></td>
    <td><span style="margin-left:3.0em;">0.25</span></td>
    </tr>
    <tr>
    <td><span id="program" title="helper:table1:table14:table141:1:coloumn41"></span><span style="margin-left:3.0em;">dynamic</span></td>
    <td><span style="margin-left:3.0em;">yes</span></td>
    </tr>
    </tbody>
    </table>
    </div></td>
    </tr>
    </tbody>
    </table>
    </div><div id="helper:table1:0:div12" style="margin-left:2.1em;"><a id="helper:table1:0:command6" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><img id="helper:table1:0:image6" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" />transactions</a></div><div id="helper:table1:0:child_div6" style="color: rgb(0, 0, 0); text-decoration: none; display : block"><table id="helper:table1:table15" width="100%">
    <tbody>
    <tr>
    <td><span style="margin-left:3.0em;">TRN1</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">TRN2</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">TRN3</span></td>
    </tr>
    </tbody>
    </table>
    </div><div id="helper:table1:0:div14" style="margin-left:2.1em;"><a id="helper:table1:0:command7" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block"><img id="helper:table1:0:image7" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" />nodes</a></div><div id="helper:table1:0:child_div7" style="color: rgb(0, 0, 0); text-decoration: none; display : block"><table id="helper:table1:table151" width="100%">
    <tbody>
    <tr>
    <td><span style="margin-left:3.0em;">argon.in.ibm.com</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">alina.in.ibm.com</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">ampere.in.ibm.com</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">txdt32.in.ibm.com</span></td>
    </tr>
    </tbody>
    </table>
    </div></div></td>
    </tr>
    <tr>
    <td><span id="plexIndex" title="helper:table1:1:column1"></span><div id="helper:table1:1:div2" style="margin-left:0.9em;"><a id="helper:table1:1:command1" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block"><img id="helper:table1:1:image1" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" /><span id="helper:table1:1:t1">plex2</span></a></div><div id="helper:table1:1:child_div1" style="color: rgb(0, 0, 0); text-decoration: none; display : block"><div id="helper:table1:1:div4" style="margin-left:2.1em;"><a id="helper:table1:1:command2" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><img id="helper:table1:1:image2" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" />attributes</a></div><div id="helper:table1:1:child_div2" style="color: rgb(0, 0, 0); text-decoration: none; display : block"><table id="helper:table1:table12" width="100%">
    <thead>
    <tr>
    <th scope="col"><span id="helper:table1:table12:text2" style="margin-left:2.4em;">Attribute Name</span></th>
    <th scope="col"><span style="margin-left:2.1em;">Attribute Value</span></th>
    </tr>
    </thead>
    <tbody>
    <tr>
    <td><span style="margin-left:3.0em;">session_scale_1</span></td>
    <td><span style="margin-left:3.0em;">1.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">session_scale_2</span></td>
    <td><span style="margin-left:3.0em;">2.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">load_scale_1</span></td>
    <td><span style="margin-left:3.0em;">0.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">load_scale_2</span></td>
    <td><span style="margin-left:3.0em;">1.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">load_limit</span></td>
    <td><span style="margin-left:3.0em;">600.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">connection_scale</span></td>
    <td><span style="margin-left:3.0em;">1.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">same_limit_1</span></td>
    <td><span style="margin-left:3.0em;">5</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">same_limit_2</span></td>
    <td><span style="margin-left:3.0em;">10</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">same_adjustment</span></td>
    <td><span style="margin-left:3.0em;">0.10</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">same_scale_1</span></td>
    <td><span style="margin-left:3.0em;">0.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">same_scale_2</span></td>
    <td><span style="margin-left:3.0em;">0.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">known_adjustment</span></td>
    <td><span style="margin-left:3.0em;">0.05</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">known_scale_1</span></td>
    <td><span style="margin-left:3.0em;">0.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">known_scale_2</span></td>
    <td><span style="margin-left:3.0em;">0.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">normalise_scale</span></td>
    <td><span style="margin-left:3.0em;">0.00833</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">equal_delta</span></td>
    <td><span style="margin-left:3.0em;">0.0001</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">health_adjustment_1</span></td>
    <td><span style="margin-left:3.0em;">0.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">health_adjustment_2</span></td>
    <td><span style="margin-left:3.0em;">10.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">health_adjustment_3</span></td>
    <td><span style="margin-left:3.0em;">100.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">health_adjustment_4</span></td>
    <td><span style="margin-left:3.0em;">1000.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">health_adjustment_5</span></td>
    <td><span style="margin-left:3.0em;">10000.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">health_timeout</span></td>
    <td><span style="margin-left:3.0em;">120.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">score_limit</span></td>
    <td><span style="margin-left:3.0em;">5000.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">retry_limit</span></td>
    <td><span style="margin-left:3.0em;">2</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">reselection_limit</span></td>
    <td><span style="margin-left:3.0em;">2</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">wcm_resend_timeout</span></td>
    <td><span style="margin-left:3.0em;">1.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">wcm_retry_timeout</span></td>
    <td><span style="margin-left:3.0em;">10.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">wcm_retry_limit_1</span></td>
    <td><span style="margin-left:3.0em;">5</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">wcm_retry_limit_2</span></td>
    <td><span style="margin-left:3.0em;">1</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">wcm_fail_timeout</span></td>
    <td><span style="margin-left:3.0em;">600.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">autoinstall_load</span></td>
    <td><span style="margin-left:3.0em;">3.0</span></td>
    </tr>
    </tbody>
    </table>
    </div><div id="helper:table1:1:div6" style="margin-left:2.1em;"><a id="helper:table1:1:command3" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block"><img id="helper:table1:1:image3" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" />groups</a></div><div id="helper:table1:1:child_div3" style="color: rgb(0, 0, 0); text-decoration: none; display : block"><table id="helper:table1:table13" width="100%">
    <thead>
    <tr><th colspan="1" scope="colgroup">Group Value</th></tr>
    </thead>
    <tbody>
    <tr>
    <td><span style="margin-left:3.0em;">type1</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">type2</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">type3</span></td>
    </tr>
    </tbody>
    </table>
    </div><div id="helper:table1:1:div8" style="margin-left:2.1em;"><a id="helper:table1:1:command4" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><img id="helper:table1:1:image4" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" />programs</a></div><div id="helper:table1:1:child_div4" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><table id="helper:table1:table14" width="100%">
    <tbody>
    <tr>
    <td><div id="helper:table1:table14:0:div10" style="margin-left:2.7em;"><a id="helper:table1:table14:0:command5" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><span id="program" title="helper:table1:table14:0:command5"></span><img id="helper:table1:table14:0:image5" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" /><span id="helper:table1:table14:0:t2">called1</span></a></div><div id="helper:table1:table14:0:child_div5" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><table id="helper:table1:table14:table141" width="100%">
    <thead>
    <tr>
    <th scope="col"><span style="margin-left:2.4em;">Attribute Name</span></th>
    <th scope="col"><span style="margin-left:2.1em;">Attribute Value</span></th>
    </tr>
    </thead>
    <tbody>
    <tr>
    <td><span id="program" title="helper:table1:table14:table141:0:coloumn41"></span><span style="margin-left:3.0em;">load</span></td>
    <td><span style="margin-left:3.0em;">0.25</span></td>
    </tr>
    <tr>
    <td><span id="program" title="helper:table1:table14:table141:1:coloumn41"></span><span style="margin-left:3.0em;">dynamic</span></td>
    <td><span style="margin-left:3.0em;">yes</span></td>
    </tr>
    </tbody>
    </table>
    </div></td>
    </tr>
    <tr>
    <td><div id="helper:table1:table14:1:div10" style="margin-left:2.7em;"><a id="helper:table1:table14:1:command5" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><span id="program" title="helper:table1:table14:1:command5"></span><img id="helper:table1:table14:1:image5" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" /><span id="helper:table1:table14:1:t2">called2</span></a></div><div id="helper:table1:table14:1:child_div5" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><table id="helper:table1:table14:table141" width="100%">
    <thead>
    <tr>
    <th scope="col"><span style="margin-left:2.4em;">Attribute Name</span></th>
    <th scope="col"><span style="margin-left:2.1em;">Attribute Value</span></th>
    </tr>
    </thead>
    <tbody>
    <tr>
    <td><span id="program" title="helper:table1:table14:table141:0:coloumn41"></span><span style="margin-left:3.0em;">load</span></td>
    <td><span style="margin-left:3.0em;">0.25</span></td>
    </tr>
    <tr>
    <td><span id="program" title="helper:table1:table14:table141:1:coloumn41"></span><span style="margin-left:3.0em;">dynamic</span></td>
    <td><span style="margin-left:3.0em;">yes</span></td>
    </tr>
    </tbody>
    </table>
    </div></td>
    </tr>
    <tr>
    <td><div id="helper:table1:table14:2:div10" style="margin-left:2.7em;"><a id="helper:table1:table14:2:command5" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><span id="program" title="helper:table1:table14:2:command5"></span><img id="helper:table1:table14:2:image5" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" /><span id="helper:table1:table14:2:t2">called3</span></a></div><div id="helper:table1:table14:2:child_div5" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><table id="helper:table1:table14:table141" width="100%">
    <thead>
    <tr>
    <th scope="col"><span style="margin-left:2.4em;">Attribute Name</span></th>
    <th scope="col"><span style="margin-left:2.1em;">Attribute Value</span></th>
    </tr>
    </thead>
    <tbody>
    <tr>
    <td><span id="program" title="helper:table1:table14:table141:0:coloumn41"></span><span style="margin-left:3.0em;">load</span></td>
    <td><span style="margin-left:3.0em;">0.25</span></td>
    </tr>
    <tr>
    <td><span id="program" title="helper:table1:table14:table141:1:coloumn41"></span><span style="margin-left:3.0em;">dynamic</span></td>
    <td><span style="margin-left:3.0em;">yes</span></td>
    </tr>
    </tbody>
    </table>
    </div></td>
    </tr>
    </tbody>
    </table>
    </div><div id="helper:table1:1:div12" style="margin-left:2.1em;"><a id="helper:table1:1:command6" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><img id="helper:table1:1:image6" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" />transactions</a></div><div id="helper:table1:1:child_div6" style="color: rgb(0, 0, 0); text-decoration: none; display : block"><table id="helper:table1:table15" width="100%">
    <tbody>
    <tr>
    <td><span style="margin-left:3.0em;">TRN1</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">TRN2</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">TRN3</span></td>
    </tr>
    </tbody>
    </table>
    </div><div id="helper:table1:1:div14" style="margin-left:2.1em;"><a id="helper:table1:1:command7" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block"><img id="helper:table1:1:image7" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" />nodes</a></div><div id="helper:table1:1:child_div7" style="color: rgb(0, 0, 0); text-decoration: none; display : block"><table id="helper:table1:table151" width="100%">
    <tbody>
    <tr>
    <td><span style="margin-left:3.0em;">argon.in.ibm.com</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">alina.in.ibm.com</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">ampere.in.ibm.com</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">txdt32.in.ibm.com</span></td>
    </tr>
    </tbody>
    </table>
    </div></div></td>
    </tr>
    <tr>
    <td><span id="plexIndex" title="helper:table1:2:column1"></span><div id="helper:table1:2:div2" style="margin-left:0.9em;"><a id="helper:table1:2:command1" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block"><img id="helper:table1:2:image1" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" /><span id="helper:table1:2:t1">plex3</span></a></div><div id="helper:table1:2:child_div1" style="color: rgb(0, 0, 0); text-decoration: none; display : block"><div id="helper:table1:2:div4" style="margin-left:2.1em;"><a id="helper:table1:2:command2" href="#" onclick="javascript:showHideNavigation(this)" style="color: rgb(0, 0, 0); text-decoration: none; display : block;"><img id="helper:table1:2:image2" src="../images/arrow_collapsed.gif" alt="Expand / Collapse" style="border : 0;" />attributes</a></div><div id="helper:table1:2:child_div2" style="color: rgb(0, 0, 0); text-decoration: none; display : block"><table id="helper:table1:table12" width="100%">
    <thead>
    <tr>
    <th scope="col"><span id="helper:table1:table12:text2" style="margin-left:2.4em;">Attribute Name</span></th>
    <th scope="col"><span style="margin-left:2.1em;">Attribute Value</span></th>
    </tr>
    </thead>
    <tbody>
    <tr>
    <td><span style="margin-left:3.0em;">session_scale_1</span></td>
    <td><span style="margin-left:3.0em;">1.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">session_scale_2</span></td>
    <td><span style="margin-left:3.0em;">2.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">load_scale_1</span></td>
    <td><span style="margin-left:3.0em;">0.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">load_scale_2</span></td>
    <td><span style="margin-left:3.0em;">1.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">load_limit</span></td>
    <td><span style="margin-left:3.0em;">600.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">connection_scale</span></td>
    <td><span style="margin-left:3.0em;">1.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">same_limit_1</span></td>
    <td><span style="margin-left:3.0em;">5</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">same_limit_2</span></td>
    <td><span style="margin-left:3.0em;">10</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">same_adjustment</span></td>
    <td><span style="margin-left:3.0em;">0.10</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">same_scale_1</span></td>
    <td><span style="margin-left:3.0em;">0.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">same_scale_2</span></td>
    <td><span style="margin-left:3.0em;">0.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">known_adjustment</span></td>
    <td><span style="margin-left:3.0em;">0.05</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">known_scale_1</span></td>
    <td><span style="margin-left:3.0em;">0.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">known_scale_2</span></td>
    <td><span style="margin-left:3.0em;">0.0</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">normalise_scale</span></td>
    <td><span style="margin-left:3.0em;">0.00833</span></td>
    </tr>
    <tr>
    <td><span style="margin-left:3.0em;">equal_delta</span></td>
    <td><span style="margin-left:3.0em;">0.0

  • How to use java script in  sun stdio crator  jsf

    in sun stdio creator
    Checkbox cb;
    cb=new checkbox();
    ch. markforDeletion.setOnChange("submit()");
    it is giving identifier excepted .
    how to use setOnChange and other functio
    with regards
    shannu sarma

    in sun stdio creator
    Checkbox cb;
    cb=new checkbox();
    ch. markforDeletion.setOnChange("submit()");
    it is giving identifier excepted .
    how to use setOnChange and other functio
    with regards
    shannu sarma

  • How to fix java script error in fire fox desktop browser

    this is the message i keep getting / Error: 'navigator' getter called on an object that does not implement interface Window.
    can someone help me with this thanks.

    hello ljg45, this is likely caused by an outdated extension in your firefox configuration. in order to test that, you could try to launch firefox in safe mode once and see if the issue is reproducible there...
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    in this thread a few other affected users have named addons which were causing this problems for them:
    https://support.mozilla.org/en-US/questions/1041290

  • How to pass values to variables in WAD 7.0 using java script

    Hi.,
    My requirement is based on WAD 7.0.
    The sales value has to displayed in WAD using graph with various chart types.
    I have created variables for plant and material group in a query.
    I have created drop down box for plant with all plants in it, check box for material group and a Submit button in WAD in FORM tag of HTML coding.
    Once all the values are set in drop down box, checkbox and if the user clicks on submit button, the values has to captured by the variables for which I have created and the graph has to be aligned to the new values in variables.
    Kindly help me how to use java script to get the values from FORM and pass it to variables.
    Regards,
    Selva

    Hi Selva,
    You do not need to use Javascript for this. Instead you can achieve this by using API Commands in WAD 7.0.
    Please configure Action on the ButtonGroup webitem to use 'Commands'.
    ->Choose Command 'Set Variables Values / SET_VARIABLES_STATE' under Commands for Web Templates
    ->Set Display Variable Screen setting to OFF
    ->Choose Query Variable for Plant, Select Variable Type as 'Binding Type', Binding Type as 'Data Provider Selection', Data Provider as the one you have assigned to the Dropdown webitem, Characteristic as 0PLANT or as that assigned to the Dropdown webitem
    ->Repeat above steps for Query Variable Material Group
    Now when you make a selection from the Dropdown webitems, the Chart output will change accordingly. Let me know if this helps.
    --Priya

  • Using java scripts for pdf

    I am trying to find a sort of tutorial on how to use java scripts for pdf files, particularly in setting up repetitive links between several pdf files.

    Here is a very nice website that has tons and tons of stuff for pdf using java script. Enjoy!
    http://www.planetpdf.com/forumarchive/forum34.htm

  • How can I get selected EXCEL area using java script office API (v 1.0)

    Hello everyone,
    I need to get values of specified area in an excel sheet using java Script Office API. For an example,
    A1:A7 row load into array using JS. 

    And you posted to a C++ forum, not a JavaScript or Excel forum.... why? 
    Visual C++ MVP

  • How create indesign using Java Script

    I am new in indesign and want to create indesign application using JavaScript.
    When i use AppleScript to create Indesign Application i use this statement
    tell application "Adobe InDesign CS5.5"
    set myDocument to make document with properties
    end tell
    Indesign Application create sucessfully.
    How create Indesign Application using JavaScript ?
    or what is equivelent statement of ( tell application "Adobe InDesign CS5.5" ) in Java Script.
    There are some java scripting example given on forum or in sdk.These all example start with app.
    when I debug these java script using ExtendScript ToolKit 3.6 It give error on app (undefined app).I think this app ia application object.
    How create  indesign application object  app in javascript ?
    While this script run sucessfully when i put these script in C:\Program Files\Adobe\Adobe InDesign CS5.5\Scripts
    and to run these script use Scripts panel (choose Window > Utilities > Scripts), then double-click the script name in the Scripts panel in indesign application.But In this case first i start indesign application and then choose Window > Utilities > Scripts then double-click the script name in the Scripts panel.
    I want to create Indesign Application (instance) using JavaScript.When I run or (debug) my JavaScript in any javaScript tool like ExtendScript ToolKit 3.6 then Indesign application should start, like in Apple Script.
    Thanks

    Thanks Vamitul for reply
    For example when i run SelectObjects.jsx An InDesign CS5.5 JavaScript in ESTK  then message prompt "Target Adove Indesign CS5.5 is not running. Do you want to lanch." Then on click yes Indesign application start.
    I want to Know how indesign object "app" is created to start Indesign application on click yes.
    http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/indesign/cs55-docs/In DesignScripting/InDesign-ScriptingTutorial.pdf
    Like in VB to create indesign object we use CreateObject("InDesign.Application"). In javascript how create object say "app" of InDesign Application.
    For example if  i write
    var myDocument = app.documents.add();
    var myTextFrame = myDocument.pages.item(0).textFrames.add();
    myTextFrame.geometricBounds = ["6p", "6p", "24p", "24p"];
    myTextFrame.contents = "Hello World!";
    in a simple text file and save it with .js extention and to open this double click on this  it give error undefined "app".
    Source :Microsoft JScript runtime error
    So how define "app" or create indesign object ?
    Thanks

  • How to  build a  Calculator in WAB Template  by using  Java Script......

    Hi ,
    I am  trying   to build a dynamic  calculator in WAD which is as  similar to one in Executive view in Cognos. The  problem i am  facing  is,  i can  able to build a normal  calculator  by using  java script  but  i am  unable  to read the  key figure  values from  the  analysis  item  on from the  data  provider  in to  by  calculator  by using  on click  function. I wanted  to get the all  the  values in to a internal excel , so  that  my calculator can read the  values from  that. can  any  one  help  me  on getting  values in to internal excel by using   java before the  executing the  web template ?...
    Thanks in advance....
    Jhon.
    Edited by: sap bw on Jul 31, 2008 5:51 PM
    Edited by: sap bw on Jul 31, 2008 5:52 PM

    I might not be understanding your question completely since you mention WAD and then Excel, but if you are asking how to get the key figure values using Javascript in WAD, you can go to the Dataprovider properties and enable 'Output Result Data'.  This will embed an XML element into the HTML output that you can then parse using standard Javascript DOM navigation.
    Hope this helps.

  • How to use java source in Oracle when select by sqlplus.

    How to use java source in Oracle when select by sqlplus.
    I can create java source in Oracle
    import java.util.*;
    import java.sql.*;
    import java.util.Date;
    public class TimeDate
         public static void main(String[] args)
    public String setDate(int i){
    GregorianCalendar calendar = new GregorianCalendar();
    calendar.setTime(new Date((long)i*1000));
    System.out.println("Dateline: "
    + calendar.get(Calendar.HOUR_OF_DAY) + ":"
    + calendar.get(Calendar.MINUTE) + ":"
    + calendar.get(Calendar.SECOND) + "-"
    + calendar.get(Calendar.YEAR) + "/"
    + (calendar.get(Calendar.MONTH) + 1) + "/"
    + calendar.get(Calendar.DATE));
    String n = calendar.get(Calendar.YEAR) + "/" + (calendar.get(Calendar.MONTH) + 1) + "/" + calendar.get(Calendar.DATE);
         System.out.print(n);
         return n;
    I have table name TEST
    ID DATE_IN
    1 942685200
    2 952448400
    When I write jsp I use method setDate in class TimeDate
    The result is
    ID DATE_IN
    1 1999/11/16
    2 2003/7/25
    Thanks you very much.

    It is unclear where you are having a problem.  Is your issue at runtime (when the form runs in the browser) or when working in the Builder on the form?
    Also be aware that you will need to sign your jar and include some new manifest entries.  Refer to the Java 7u51 documentation and blogs that discuss the changes.
    https://blogs.oracle.com/java-platform-group/entry/new_security_requirements_for_rias
    http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html

  • How to pass parameters to a page invoked using java script.--- Very Urgent.

    Hello,
    I have an advanced Table in my page. In the first column there is a
    messageChoice. In the second column there is link item.On the link item i have set the following value for destination uri.
    javascript:var a=window.open('OA.jsp?page=/AutoSales/oracle/apps/per/auto/webui/AutoSurrogatesPG&retainAM=Y','a','height=500,width=900,status=yes,toolbar=no,menubar=no,location=no,resizable=yes,scrollbar=yes'); a.focus();
    The user selects a value from the message choice and when he clicks on the link item, the value selected from the list should go to the new page invoked using java script as a parameter. I need the value selected from choice to generates few fields in the new page. I have preferred java script because i need the base page and a model window should open. I have tried using setForwardUrl() and setting '_blank' and new window for target frame property on the link item. But it isnt working. The new page is opening in the same window.
    I have also tried putting the value in a session.
    Please help with any kind of suggestions or solutions.
    Thank you.

    Uma,
    You need to
    - Have a PPR Action on the messageChoice (this would trigger a form submit to populate the underlying View Attribute)
    - Either
    - Retrive the value from the View Attribute in the pop-up page (as I could see that you are retaining the AM)
    - Use a SPEL in the link (on the modal page) to use the value from the View Attribute as the parameter value (in the form ${oa.current.<ViewAttributeName>)
    HTH

  • How to do Front End Validation for JSP Forms using Java Script with 9iJD...

    How to do Front End validation using 9iJD. Any wizard is there. We need to do the val. using Java Script. If its not available, please include that in the Production Release.

    Thanks a lot. When is the Production Release is scheduled. Please tell us whether itll be available for Free Download. Bec, we couldnt buy. Bec, if its working fine with all the options without any bug only, we can ask our company to buy 9iJD by stating the advantages. Just explain us.

Maybe you are looking for

  • Tungsten / E2 installation problem on windows 7 home premiun

    I have the original tungsten/E2 installation CD  and now I have a brand new descktop system ,  with the windows 7 - 64bit  home premiun edition I am not able to install the software using the original CD .  Windows 7 does not accept it. Any tip how t

  • Won't turn on past the startup sound

    Hello, I'm a student studying abroad right now in Senegal, part of Sub-saharan Africa (which might help for later on). My iBook won't turn on past the startup apple noise (the daaaaauummm). When I press the power button it makes that noise, along wit

  • Logical standby database to physical standby database

    I already start my logical standby database and I want to return it again to physical standby database. So what should I do?

  • Runtime errors in T code J1IDEPOTSTOCK1.

    Hi Experts, I am getting runtime errors in T code J1IDEPOTSTOCK1. And  Error is Runtime Errors         PERFORM_PARAMETER_MISSING Except.                CX_SY_DYN_CALL_PARAM_MISSING Error analysis An exception occurred that is explained in detail belo

  • Display blown up

    Hi all, I seem to have turned on the magnification that has the desktop blown up, and can't get it back to normal, i.e. you don't have to go up/down or left/right to see all of the desktop.