Displaying pop-up menu on jsp after clicking a link ?

Hi all...
I have an application in which i have a jsp page.. I am displaying some links on it.
Now i want that when i right click mouse on particular link then it should show me a pop-up aside and should populate that pop-up with the items i want (say some strings like "India","USA","UK" ). When i will select one item from those in pop-up that should replace the link i clicked. Though my page is jsp, it has basic HTML coding with the form which contains all those links.. Shall i write a javascript function for the same or there exist any control which i can use..
Can someone help in this regard ??
Thank you for attending the question...
Regards
Prasad

Try this .. It worked for me....
index.html
<HTML><HEAD></HEAD>
<SCRIPT LANGUAGE="JavaScript">
function openChild(file,window) {
    childWindow=open(file,window,'resizable=no,width=200,height=400');
    if (childWindow.opener == null)
     childWindow.opener = self;
</SCRIPT>
<BODY>
<FORM NAME="parentForm">
<a href="" title="one" id="one" onContextMenu="openChild('examplejs2.html',this.title); return false;">ONE</a>
<br>
<a href="" title="two" id="two" onContextMenu="openChild('examplejs2.html',this.title); return false;">TWO</a>
<br>
<a href="" title="three" id="three" onContextMenu="openChild('examplejs2.html',this.title); return false;">THREE</a>
</FORM>
</BODY></HTML>examplejs2.html
<HTML><HEAD>
<SCRIPT LANGUAGE="JavaScript">
function updateParent() {
    opener.document.getElementById(window.name).innerHTML = document.childForm.cf1.value;
    opener.document.getElementById(window.name).title = document.childForm.cf1.value;
    opener.document.getElementById(window.name).id = document.childForm.cf1.value;
    self.close();
    return false;
</SCRIPT>
</HEAD><BODY>
<FORM NAME="childForm" onSubmit="return updateParent();">
<BR><INPUT NAME="cf1" TYPE="TEXT" VALUE="">
<BR><INPUT TYPE="SUBMIT" VALUE="Update parent">
</FORM>
</BODY></HTML>I got it from here - [update parent|http://www.rgagnon.com/jsdetails/js-0066.html]
And made some changes to it.
U can use the window name, which is unique and use ajax to go to server and fetch values and then populate the chid window and change the input accordingly...
Let me know if u have any probs
Regards,
Sundar

Similar Messages

  • Display pop ups in the jsp by using Java script

    Hi
    can any body say ,how to display pop ups in the jsp by using Java script ?

    that's correct. You can use the below code for AJAX request.
    <script type="text/javascript">
    var httpObject = getHTTPObject();
    //create XMLHttpRequest object
    function getHTTPObject() {     
         var xmlhttp;
         if (window.XMLHttpRequest) // if Mozilla, Safari etc
              xmlhttp = new XMLHttpRequest();
         else if (window.ActiveXObject){ // if IE
              try {
                   xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
              catch ( e ){
                   try{
                        xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
                   catch ( e ){}
         return xmlhttp;
    //define the function to send the request
    function sendRequest(){
        var currDesc = document.getElementById("description").value;
        var URL =  "manageMaintAction.do"; //action mapping in your struts-config
        var queryString = "currDesc="+escape(currDesc); //get the currDesc value in your action class like request.getParameter("currDesc")
        httpObject.open( "Post", URL, true );
        httpObject.onreadystatechange = cbFn;
        httpObject.setRequestHeader( "Content-Type", "application/x-www-form-urlencoded");
        httpObject.send(queryString);
    //callback fn
    function cbFn() {
        if (httpObject.readyState == 4)
             if (httpObject.status == 200)
              var result = httpObject.responseText;
              alert(result);
    </script>

  • Regarding pop up menu on the right click of a row of a table in a frame

    hi to all,
    i am a naive in applet and swing.
    i have some proplem regarding table in a frame.
    actually i want to open a pop up menu on the right click of a row of a table in the frame.please send the code regarding this.

    Hi,
    You're probably better off directing this to the swing forum but a starter for ten is the use of the MouseListener interface and the boolean isRightMouseButton method.
    http://java.sun.com/docs/books/tutorial/uiswing/events/mouselistener.html
    Regards,
    Chris

  • Progress Bar after clicking a link

    Hi,
    I would lilke to add a progress bar after clicking a link from the end user interface. I know we have to use onClick property to do this, I found a Java script code which generates a progress bar and included that java script code in the onClick property value but for some reason the java script is not executing.
    Can anybody please tell what I am missing?
    If anybody did this before, please give any thoughts and if possible with any sample code is highly appreciated.
    Thanks in advance.

    I found some info in the forum and did the following.
    Created a js function and copied it to includes folder and added that js function (e.g. myprogress) in the commonScripts.jsp file. In the form filed option for onClick called the java script function like this..
    <Property name='onClick' value='javascript:myprogress()'/>
    also tried with..
    <Property name='onClick' value='myprogress()'/>
    For some reason the java script function is not executing at all.
    I don't understand what I am missing, can anybody give some thoughts.
    Please help.
    Thanks in advance.

  • Where i click some thing on facebook a window pops up before i could right click the link in the window but now its got a dot line box around it and i cant help

    when i click some thing on facebook a window pops up
    before i could right click the link in the window
    but now its got a dot line box around it and i cant help

    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Execute process after clicking a link

    i have a page with a form and report.
    the report contains links to specific datasets in the form. that means: it's a link to the same page but another data set.
    because of the form i have a process Automatic Row Processing (DML) to save changes in the form.
    now i want to use this process after clicking a link. i did the following: i added to link the keyword 'Apply' in the position of 'Request'.
    the process says: Valid Update Request Values: SAVE, APPLY CHANGES, UPDATE, UPDATE ROW, CHANGE, APPLY, APPLY%CHANGES%, GET_NEXT%, GET_PREV% , but if i click on a link the process will never be executed.
    maddl

    Hi
    What do you mean with "link to the same page"?
    If you don't SUBMIT the page, the Automatic Row Processing will not fire.
    So your "link" should be something like a href="javascript:doSubmit('APPLY');",
    and then you set up Page Branching to branch to the same page.
    You might want to set up a condition for the branch also, choose Request = Expression 1, and enter APPLY in the expression 1 field.
    Hope this applies to your case.
    Cheers,
    Vidar

  • Display Pop-Up Menu Programmatically

    Hellow
    Can Anybody tell me how to display popup menu programmatically??
    For Ex. If I used Left Click instead of
    Right-Click, I wanna have this menu displayed.
    Regards,
    Tariq

    > Sorry, this is post transferred from foundation forum.
    > I hope someone could help me on this issue. Just to add on, I have a
    > viewer (inherited from TreeViewer),
    > and upon right mouse click, it will display a pop-up menu.
    > I would like to programmatically set the options on this pop-up
    > menu.
    I can't tell if you're trying to change the contents of the menu when it
    pops up or if you're just trying to reuse the implementation of a menu
    action from the timer.
    A standard method for configuring the contents of a menu dynamically is to
    setRemoveAllWhenShown(true) on your MenuManager and then add an
    IMenuListener to the MenuManager that adds all your menu items every time
    the menu is shown.
    The tutorial at
    http://www.eclipse.org/articles/viewArticle/ViewArticle2.htm l covers this.
    Jeff

  • Tabs on Top option doesn't show up in the pop-up menu when I Control-click on an empty section of the Tab Strip in Firefox 15 on MacBook.

    I just updated my Firefox web browser to version 15.0 on my MacBook. I am really used to have Tabs under Address Bar. However, when I Control-click on an empty section of the Tab Strip, there is no "Tabs on Top" option in the pop-up menu.
    Any suggestion on how to find this option would be appreciated.

    That changed in Firefox 15 and is now a hidden preference; the default is for Tabs on Top to be on. To turn Tabs on Top off, you must use about:config. The instructions are the last item on the following page. I have also included a link on how to use about:config
    *http://www.addictivetips.com/web/firefox-15-new-features-changes/
    *http://kb.mozillazine.org/About:config

  • Is it possible to have Flash open the menu when you right click a link?

    I'm using sIFR 3 on a few of my websites. Personally I think it's a really cool and nice solution. I have had no issues with it so far except what I've recently discovered.
    When you right click on a link (or control click on a mac) it should have the normal menu you'd get if you clicked on a regular HTML link. Also when you hover over the link it doesn't display the status in the status bar (i.e. the URL the link will take you to if you click it).
    Anyways, I'm trying to come up with a workaround to this (personally I think the developers should have already thought of one but I guess not). That being said I'm wondering if Flash can do something like that. Is there a code I can put in the Actionscript to tell it to open up the browser menu when someone right clicks or control clicks a link?
    For some reason I'm thinking this isn't possible without JavaScript but I have had some people telling me in the current version of Flash it isn't possible at all. I'd be interested in hearing everyone else's opinion.
    To see what I'm talking about check out this website I'm building here... http://dev.thinktecmediagroup.com/fibre-federal/
    Notice that the top navigation (and side navigation) is all done using sIFR. IF you try and right click (or control click on Mac) on one of the links you'll see nothing happens.

    Probleme solved without having to change anything in the flash.
    The solution was to add a small part in the CSS in HTML
    html {
    overflow-x: hidden;
    overflow-y: auto;
    Solve probleme. All browser. VERY usefull to know !

  • Safari crashes immediately after clicking any link

    Pulled all FW devices off. Firefox works fine, but Safari will not work after opening. Clicking any link crashes with the following report:
    Date/Time: 2007-09-08 12:18:44.632 -0500
    OS Version: 10.4.10 (Build 8R218)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [56]
    Version: 2.0.4 (419.3)
    Build Version: 32
    Project Name: WebBrowser
    Source Version: 4190300
    PID: 1313
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x7c7e1bd9
    Thread 0 Crashed:
    0 com.apple.WebCore 0x959f8a88 KHTMLView::dispatchMouseEvent(int, DOM::NodeImpl*, bool, int, QMouseEvent*, bool, int) + 68
    1 com.apple.WebCore 0x95a19118 KHTMLView::viewportMousePressEvent(QMouseEvent*) + 904
    2 com.apple.WebCore 0x95a18c48 KWQKHTMLPart::mouseDown(NSEvent*) + 420
    3 com.apple.WebKit 0x957b510c -[WebHTMLView mouseDown:] + 200
    4 com.apple.AppKit 0x937d9890 -[NSWindow sendEvent:] + 4616
    5 com.apple.Safari 0x00021734 0x1000 + 132916
    6 com.apple.AppKit 0x937828d4 -[NSApplication sendEvent:] + 4172
    7 com.apple.Safari 0x00021238 0x1000 + 131640
    8 com.apple.AppKit 0x93779d10 -[NSApplication run] + 508
    9 com.apple.AppKit 0x9386a87c NSApplicationMain + 452
    10 com.apple.Safari 0x0005c77c 0x1000 + 374652
    11 com.apple.Safari 0x0005c624 0x1000 + 374308
    Thread 1:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92bf0170 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x92bf00a8 -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x957963d0 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c086a8 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c097e8 +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9001f88c select + 12
    1 com.apple.CoreFoundation 0x907f0434 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.Foundation 0x92be830c -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9a8e342c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000959f8a88 srr1: 0x000000000200f030 vrsave: 0x0000000000000000
    cr: 0x84004242 xer: 0x0000000000000004 lr: 0x0000000095a19118 ctr: 0x0000000092bbdebc
    r0: 0x0000000095a19118 r1: 0x00000000bfffe960 r2: 0x000000007c7e1b79 r3: 0x00000000959f8828
    r4: 0x0000000000000006 r5: 0x00000000959f8828 r6: 0x0000000000000001 r7: 0x0000000000000001
    r8: 0x00000000bfffef20 r9: 0x0000000000000001 r10: 0x0000000000000000 r11: 0x0000000044004282
    r12: 0x0000000092bbdebc r13: 0x00000000a37a8688 r14: 0x0000000000000001 r15: 0x0000000000000001
    r16: 0x0000000000000000 r17: 0x0000000000000006 r18: 0x00000000a37a8688 r19: 0x00000000a37a8688
    r20: 0x0000000000000000 r21: 0x00000000bfffeaec r22: 0x00000000bfffeae8 r23: 0x00000000bfffeaf0
    r24: 0x00000000bfffef20 r25: 0x00000000006fc650 r26: 0x000000000069aa50 r27: 0x00000000959f8828
    r28: 0x00000000bfffef20 r29: 0x0000000000000001 r30: 0x0000000000000001 r31: 0x0000000095a18da4
    Binary Images Description:
    0x1000 - 0xdcfff com.apple.Safari 2.0.4 (419.3) /Applications/Safari.app/Contents/MacOS/Safari
    0x573000 - 0x57afff com.unsanity.smartcrashreports Smart Crash Reports version 1.0.2 (1.0.2) /Users/jfk/Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0x17ca000 - 0x17ccfff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x8fe00000 - 0x8fe52fff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90894fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dd000 - 0x908ddfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908df000 - 0x909e1fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3b000 - 0x90abffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae9000 - 0x90b5bfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b71000 - 0x90b83fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8a000 - 0x90e61fff com.apple.CoreServices.CarbonCore 681.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec7000 - 0x90f47fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f91000 - 0x90fd3fff com.apple.CFNetwork 4.0 (129.21) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe8000 - 0x91000fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91010000 - 0x91091fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d7000 - 0x91100fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91111000 - 0x9111ffff libz.1.dylib /usr/lib/libz.1.dylib
    0x91122000 - 0x912ddfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dc000 - 0x913e5fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ec000 - 0x913f4fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f8000 - 0x91420fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91433000 - 0x9143efff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91443000 - 0x914befff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fb000 - 0x914fbfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fd000 - 0x91535fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91550000 - 0x91622fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91675000 - 0x91706fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174d000 - 0x91804fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91841000 - 0x9189ffff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ce000 - 0x918effff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91903000 - 0x91928fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193b000 - 0x9197dfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91999000 - 0x919adfff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bb000 - 0x91a01fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a18000 - 0x91adffff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2d000 - 0x91b42fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b47000 - 0x91b65fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6b000 - 0x91c22fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c71000 - 0x91c75fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c77000 - 0x91cdffff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce4000 - 0x91d21fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d28000 - 0x91d41fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d46000 - 0x91d49fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d4b000 - 0x91e29fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e49000 - 0x91e49fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e4b000 - 0x91f30fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f38000 - 0x91f57fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fc3000 - 0x92031fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203c000 - 0x920d1fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920eb000 - 0x92673fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a6000 - 0x929d1fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a01000 - 0x92aeffff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af2000 - 0x92b7afff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bbb000 - 0x92de6fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f13000 - 0x92f31fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f3c000 - 0x92f96fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb4000 - 0x92fb4fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb6000 - 0x92fcafff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe2000 - 0x92ff2fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92ffe000 - 0x93013fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93025000 - 0x930acfff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930c0000 - 0x930cbfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d5000 - 0x93102fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311c000 - 0x9312bfff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93137000 - 0x9319dfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931ce000 - 0x9321dfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9324b000 - 0x93268fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9327a000 - 0x93287fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93290000 - 0x9359efff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936ee000 - 0x936fafff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x936ff000 - 0x9371ffff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93773000 - 0x93773fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93775000 - 0x93da8fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94135000 - 0x941a7fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941e0000 - 0x942a4fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942f6000 - 0x942f6fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942f8000 - 0x944b8fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94502000 - 0x9453ffff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94547000 - 0x94597fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945a0000 - 0x945bafff com.apple.CoreVideo 1.4.1 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x945ca000 - 0x945eafff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94678000 - 0x946b0fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x946f3000 - 0x9470ffff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94723000 - 0x94767fff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9478b000 - 0x9479afff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947a2000 - 0x947affff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947f5000 - 0x9480efff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94dfe000 - 0x94f2efff com.apple.AddressBook.framework 4.0.5 (487) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fc0000 - 0x94fcffff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94fd7000 - 0x95004fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9500b000 - 0x9501bfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x9501f000 - 0x9504efff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9505e000 - 0x9507bfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95794000 - 0x95822fff com.apple.WebKit 419.3 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9587e000 - 0x95913fff com.apple.JavaScriptCore 418.6.1 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x95950000 - 0x95c5dfff com.apple.WebCore 418.23 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95de6000 - 0x95e0ffff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x9a8e0000 - 0x9a916fff com.apple.Syndication 1.0.6 (54) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9a933000 - 0x9a945fff com.apple.SyndicationUI 1.0.6 (54) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    Model: PowerMac3,6, BootROM 4.5.7f1, 1 processors, PowerPC G4 (3.2), 1 GHz, 1.75 GB
    Graphics: NVIDIA GeForce4 MX, GeForce4 MX, AGP, 64 MB
    Memory Module: DIMM0/J21, 256 MB, DDR SDRAM, PC2100U-25330
    Memory Module: DIMM1/J22, 512 MB, DDR SDRAM, PC2700U-25330
    Memory Module: DIMM2/J23, 512 MB, DDR SDRAM, PC2700U-30330
    Memory Module: DIMM3/J20, 512 MB, DDR SDRAM, PC2700U-30330
    AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
    Modem: Dash2, UCJ, V.92, 1.0F, APPLE VERSION 2.6.6
    Bluetooth: Version 1.7.14f14, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    PCI Card: ADPT,1686806-04, scsi, SLOT-5
    Parallel ATA Device: Maxtor 6L300R0, 279.46 GB
    Parallel ATA Device: Maxtor 6L250R0, 233.76 GB
    Parallel ATA Device: PIONEER DVD-RW DVR-106D
    Parallel ATA Device: PHILIPS CDD5301
    Parallel ATA Device: Maxtor 6L300R0, 279.48 GB
    Parallel ATA Device: HDS725050KLAT80, 465.76 GB
    USB Device: Hub, Up to 12 Mb/sec, 500 mA
    USB Device: Studio Display, Up to 1.5 Mb/sec, 500 mA
    USB Device: Apple internal modem, HCF USB V.90 Data/Fax Modem, Up to 12 Mb/sec, 500 mA
    USB Device: Hub, Up to 12 Mb/sec, 500 mA
    USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA
    USB Device: XD-0608-U, Tablet, Up to 12 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Fujitsu Component, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    Any thoughts?

    Hi,
    Go to this folder:
    Hard drive -> Users -> Your username -> Library -> Safari
    and delete both the history files present there.
    Hope that helps.

  • Possible to create a Message Box in response to end-user selecting "cancel" or "block" after clicking a link to a URL?

    Hi all:
    When an end-user clicks a link/button to connect to a URL, the security dialog automatically appears giving them the options of "Allow," "Block" or "Cancel".  Should they select "Block" or "Cancel," can we trigger a message box informing them they blocked or cancelled the connection?
    With traditional message boxes, we're causing them, ie
    var rtnFromBox = xfa.host.messageBox("Information is missing.\n\n Are you sure you want to continue?", "Missing Information",1,2);
    if (rtnFromBox == 4){
        xfa.host.messageBox("Okay, we'll keep going.","",1,0);
    But with the URL security dialog, we're not calling it from a variable - it just happens.
    I guess a similar question could be applied to a "Save" button.  Where if the end-user selects "cancel" on the "Save As" dialog, a warning could pop-up reminding them to save soon.
    Thoughts?  Thanks!
    Brian

    Radz,
    I didn't think so but figured I'd ask.  Thanks for the response though!
    Best,
    Brian

  • Go back to new tab page after clicking a link

    In Firefox 14 (Beta), after discovering New Tab Tools I decided to ditch Speed Dial and use the default new tab page. Didn't miss anything.
    Yesterday, I upgraded to the FF15 beta and now when I click a link on the new tab page I can't go back to it. I need to open a new tab to go back to it, instead of being able to view a page, go back, and view another page. I tried looking in the about:config to see anything that could look remotely like an option to keep the new tab page in the back history, but I found nothing. Any way to fix this?
    I also checked on Firefox UX, and it as that "feature" too. So it's not an add-ons problem, but instead a regression in Firefox.

    I don't see a solution here, am I missing something?
    I have this problem and would like to find the fix.
    Thanks

  • Back Button is not functional on many sites after clicking a link there, particularly on new aggregation sites. What gives?

    Seems to be happening on news aggregation sites.
    Will click a link to a story, read the story, and then will be unable to link back to the the prior page using the Back Button.
    Happens on some sites and not on others.

    I don't know for sure as I'm having some trouble with this Restorer addon myself, but I think you can't get the orange button to appear as it has at the left of the internet address field. I guess the Restorer addon took this feature off.
    I don't know why that when ever there's a FF upgrade, more things that are working no longer work. Why they mess with functions we have gotten used to using, I wish I knew. I wish they would stop - I'm ready to not get any more upgrades - who know what will get messed up next???
    You might want to go to the Restorer addon webpage and ask the question of the developers.

  • Displaying detail data after clicking the link in h:dataTable

    Hi All,
    I have following requirement.
    h:dataTable displays the list of addressList like my homeAddressList workAddressList and so on. As soon as I click on one of these I need to display list of all addresses shown in this list. My problem is how to identify in the jsf bean which link was clicked.
    I use hibernate for persisitense and hence directly iterate over hibernate transient domain object collection to display the list. For e.g User has AddressList
    Any help. Thanks in advance.

    Bind the datatable to a HtmlDataTable (or UIData) property in the bean and use HtmlDataTable#getRowData() to obtain the row object associated with the UICommand action.
    Also see this article for examples (and much more): [http://balusc.blogspot.com/2006/06/using-datatables.html].

  • The address in the URL-bar doesn't update after clicking some links. Why?

    Hello,
    first: thanks a lot for this great Browser!
    My Firefox-Version:
    6.0.2 on Windows XP
    My Problem:
    Since a few weeks (I think since Version 6.x) I experience this problem.
    When I click on a link, normally the URL-bar gets updated and shows the address of the new (the current) website.
    This doesn´t work now - for some links!
    Example:
    Surf to times.com.
    Then click on an article-link (for example this one: "Opinion »
    Op-Ed: Germany’s Mediterranean Envy ).
    The link (the new website) opens in the same tab. But in the URL-bar I still see just "times.com". I even don't see "http://" infront of it.
    And very important to me: I don't see the complete URL of the article - which should be
    "http://www.nytimes.com/2011/09/26/opinion/germanys-love-for-greece.html?hp".
    That causes many problems with my work. :-/
    Please help.
    Thank you!

    You can set the pref <b>browser.urlbar.formatting.enabled</b> to <i>false</i> on the <b>about:config</b> page to disable the highlighting of the domain and see the full URL more clearly.
    You can set the pref <b>browser.urlbar.trimURLs</b> to <i>false</i> on the <b>about:config</b> page to see the protocol (e.g. http or https).
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold (user set).
    *Preferences can be reset to the default via the right-click context menu if they are user set
    *Preferences can be changed via the right-click context menu: Modify (String or Integer) or Toggle (Boolean)

Maybe you are looking for