Close Web Browser Window Button.

Is there a way to create a button that users can click to close the web browser window?  Is it possible to do it through javascript embeded on the button action?
Thank you.

Hi Eric
As I said earlier. Play with JavaScript all you like. Good luck in finding a JavaScript method that will work 100% of the time. I've very doubtful you will.
The simplest test of JavaScript is the Alert, which you have tried. Often testing JavaScript will fail when testing locally. Sometimes it's because the Flash Security is blocking things. To fix that, click here and follow the instructions.
As for the slide, it all depends on your Captivate settings. If you want it blanked you can insert an image or something that would cover the background. Nav bar is another story. Probably just have to live with it that way or turn it off if you don't wish to see it. Or maybe insert a caption or image that indicates the movie has finished and to please close the window (since it didn't close automatically).
Cheers... Rick
Click here for Adobe Authorized Captivate and RoboHelp HTML Training
Click here for the SorcerStone Blog
Click here for RoboHelp and Captivate eBooks

Similar Messages

  • Can applet close the Web browser window it embedded in?

    I know that a link or button in the Web browser can close the browser window. But I really don't if the applet can also do it.

    This site does have a search function you know, and if thats too much trouble there is google:
    http://www.google.com/search?q=site%3Asun.com+%22java+to+javascript%22&ie=UTF-8&hl=nl&lr=
    This should point you in the direction of a thing called JSObject
    Here is some code since I have this in my archive anyway:
    the html file:
         <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
                  height="0" width="0" >
            <param name="code" value="someApplet.class" />
            <!--[if !IE]> Mozilla/Netscape and its brethren -->
            <object classid="java:someApplet.class"
                    height="0" width="0"
                    >
            </object>
            <!-- <![endif]-->
          </object>
    <LABEL id="lblOutputText">This text is the HTML text </LABEL>the applet:
    // new class for jsObject!!!! compile this: javac -classpath "C:\Program Files\Java\j2re1.4.2_01\lib\plugin.jar" someApplet.java
    // since jaws.jar does not exsist anymore
    // in 1.4.0 to compile: javac -classpath "C:\j2sdk1.4.0_03\jre\lib\jaws.jar" someApplet.java
    import netscape.javascript.*;
    public class someApplet extends java.applet.Applet {
        JSObject win;
        public void init() {
             try{
                 win = JSObject.getWindow(this);
    // you need win.eval("window.close();"); // to close the window. if the current window is not a popup
    // opened by a parent with window.open than the user will get a waring, your next question probably will
    // be "can I stop this warning" and the answer is simple: NO
                 JSObject textBoxLabel = (JSObject) win.eval("document.getElementById('lblOutputText')");
                 textBoxLabel.setMember("innerHTML", "<center><h1>Some text</h1></center>");
            }catch(Exception e){
                 e.printStackTrace();
    }

  • Unable to close parent browser window

    Hi,
    I am trying to close parent browser window from POST-FORM trigger using java script as it is described on metalink. My browser (IE 6) appears to be hanging when trying to execute web.show_document with java script. I am pretty sure that it is a known problem on Windows XP SP2. but I was unable to locate the right workaround. It seems that I tried everything with no success.
    If somebody experienced similar problem and solved it I would appreciate if you could share your knowledge.
    Thanks in advance,
    Vadim
    PS Environment Forms6i/XP SP2/IE6.0.2900

    I just found Re: Closing brower window It worked for me fine
    Vadim

  • Is it possible in firefox to close a browser window/tab using java script without modifying the configuration settings? If YES, please let me know.

    Requirement: On click of button, I want the browser window to be closed.
    Solution: I am calling below java script on "onClick()" event of button.
    function close_window()
    window.close()
    This works in internet explorer but not in Mozilla Firefox. What is the reason behind it. Is there any way out to close the browser window in Mozilla Firefox?

    Can you post a link to a page that opens a pop-up window where a close button doesn't work?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Can I close the browser window

    Hi! friends,
    I am in the process of upgrading to forms 6.0
    when we load the form in the webbrowser, is there a
    way I can close the browser window once I exit the form.
    Please advise
    Thanks in advance

    You can try this solution from Metalink:
    Customers want to close the browser's window when they close the forms application.
    Solution Description:
    USE JAVASCRIPT TO CLOSE THE WEBFORM APPLET
    Solution Explanation:
    1.)Create an html file (es. close.html):
    <html>
    <body onload="closeit()">
    <script>
    function closeit()
    window.close();
    </script>
    </body>
    </html>
    2.) Put the html file in the webserver root.
    3.)Inside the Form in a POST-FORM trigger you have to write a WEB.SHOW_DOCUENT builtin like this one: web.show_document('http://mywebserver.com/close.html','_self');
    In this way the web.show_document calls, the JavaScript function "closeit()", when the the applet is closing.

  • When I have the downloads window open and I close the browser window, how can I get the browser to open the homepage the next time I start it while the download window is still open?

    When I have the downloads window open and I close the browser window, the next time I reopen the browser while the downloads are still going, it returns me to the last page I was on. All previous versions of Firefox would return me to my homepage which I would prefer. Please let me know if this is possible.

    When you re-open Firefox and choose Restore Session, by default it picks up your most-recently-open window, and the other windows should then show up in Recently Closed Windows.
    The Firefox add-on Session Manager lets you manage how many closed windows and closed tabs are saved, in case it's not enough.

  • Issues showing PDF files in web-browser (Windows 7 x64, 32-bit version of AdobeReader X)

    I'm not sure if this is the right way to share my experience, but at least I know Google will discover this thread eventually and maybe someone else will find what I have been looking for the past 3 hours
    I'm deploying the 32-bit based AdobeReader X (http://www.adobe.com/support/downloads/detail.jsp?ftpID=4950) to Windows7 32-bit and 64-bit based machines. This is a MSI deployement done through our Active Directory. Everything goes well - no errors. Except for the x64-based machines having trouble showing PDF-files in the web-browser.
    I used Adobe Customization Wizard X to customize our MSI installation - this showed out to be the solution once again.
    Common for the installation on Windows7 32-/64-bit were that the value in the registry database for HKCR\Software\Adobe\Acrobat\Exe (Default) was set to "C:\Program Files\Adobe\Reader 10.0\Reader\AcroRd32.exe". This is valid for the 32-bit installation as Program Files is situated in C:\Program Files, but since it's a 32-bit edition of AdobeReader that I'm installing on the 64-bit based system as well, it's installed in C:\Program Files (x86) and the reference in the registry database to "C:\Program Files\Adobe\Reader 10.0\Reader\AcroRd32.exe" is therefore not valid - which explains why PDF files could not be displayed in the web browser. Changing the registry to "C:\Program Files (x86)\Adobe\Reader 10.0\Reader\AcroRd32.exe" solved it. Now this is a manual solution which might be useful on 1-2 machines but on a bigger scale it's not the right way to do it.
    I could change it with a batch/vbs script but still this is only a solution of the symptom and not a solution to the core issue. I therefore focused on Adobe Customization Wizard X again.
    The problem was easily solved. I opened the MSI file, loaded the transform file that I've made previously. Went to Registry > HKEY_CLASSES_ROOT\Software\Adobe\Acrobat\Exe . I then changed the (Default) value from "C:\Program Files\Adobe\Reader 10.0\Reader\AcroRd32.exe" to "[INSTALLDIR]Reader\AcroRd32.exe", generated the MST file and replaced my current one for distribution. Problem solved! :-) The entry in the registry now shows : "C:\Program Files (x86)\Adobe\Reader 10.0\Reader\AcroRd32.exe" and PDF files are open without any issues.
    I hope someone can save a bit of time on this one.
    Best regards!
    Alex Mikkelsen

    I was able install and view the files in adobe reader 10.1.1 and in web browser window 7 64 bit machine.  But when I go to Edit-preferences-internet and  unchecking "display PDF in Browser" , I am not able to view the pdf files in ie 9 browser.  I have used this javscript to check for pdf version.
    Immediately after installing adobe--
    when I do adobe test in ie 9---https://courses.worldcampus.psu.edu/public/diagnostics/Acrobat.html--  launches a test pdf file--Acro_Test.pdf
    After unchecking-- it stays in the  https://courses.worldcampus.psu.edu/public/diagnostics/Acrobat.html instead of showing test pdf file--Acro_Test.pdf
    Tried to go back to "display PDF in Browser"--it is showing it is checked(eventhough I did not check it)
    and in ie
    it stays in the https://courses.worldcampus.psu.edu/public/diagnostics/Acrobat.html instead of showing test pdf file--Acro_Test.pdf

  • Why does email hypertext in PDF open web browser window in addition to email client?

    Using FrameMaker 10, I created the following hypertext: message URL mailto:[email protected] I then printed to PDF. When I click the link in the PDF it opens an email client message window (what I want) but also opens a web browser window with mailto:[email protected] in the address bar (what I don't want). Why would it open both? I don't know if this is a Frame issue (more likely), an Acrobat issue (less likely), or a browser issue (not likely). I hope I'm just missing something easy here.

    Should have given the following info earlier...running Win 7 64-bit with Outlook 2010 and Acrobat X Pro. That being said the path to verify "mailto" is different but it is set up fine. Same with Acrobat X Pro...settings are fine.
    Also, in reply to Harry28586 this is happening with Firefox, not IE (I should have mentioned that as well).
    I've found plenty of threads searching online regarding issues with email links in Acrobat on Win 7 machines with Outlook...many suggest editing the registry. I have no problem doing that but this is a work laptop and we have a don't-fix-it-yourself policy. So I'll keep looking. Thanks for all the suggestions.

  • FF4.0 Windows XPv3 drag tab to 2nd screen, drag bar off screen at top, close other browser window, shuts down both browser instances. BTW, look at how SAFARI does the drag tab to other screen, that is how!

    FF4, drag 2nd tab to new window.
    2. top dragbar is off screen at top. I unmaximize the original screen, now that one also pushes the drag bar to the top off the screen. I resize the bottom of the screen and I can see a sliver of the top dragbar. If I close one browser window, both shut down. Auch!
    Please take a look at how safari renders a second browser window when you drag one tab to the other window. Cool!

    FF4, drag 2nd tab to new window.
    2. top dragbar is off screen at top. I unmaximize the original screen, now that one also pushes the drag bar to the top off the screen. I resize the bottom of the screen and I can see a sliver of the top dragbar. If I close one browser window, both shut down. Auch!
    Please take a look at how safari renders a second browser window when you drag one tab to the other window. Cool!

  • Keep Website Centered in Web Browser Window

    Hi
    Im using Dreamweaver CS4 and I was wondering, how can I make it so that whatever size you make your web browser window it stays in the middle? E.g. touchthisgames.com Its simple like my website will be but it all stays in the centre no matter what size your browser window is. Any help much appreciated, thanks.

    See the following link and view source code in browser.
    http://alt-web.com/TEMPLATES/Basic-1-col-fixed.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • With Safari 5.1, I have to re-login after I close the browser window

    After I upgraded to Safari 5.1 from the previous version, I noticed some changes that I do not like.  Whenever I close the Safari browser window and later open it up again, I have to re-login to all websites that require login (such as ebay, Facebook, my Yahoo).  With the previous version of Safari, this only happened when I quit Safari and reopened the application afterwards.  With the new version, I even have to set my default location on Google Maps every time after I close the browser window.  With the previous Safari version, that didn't even happen after I quit out of it.  Another thing I noticed is that the browsing history starts listing again after I close a window, even though Private Browsing remains checked.
    Is there a setting I can change to avoid having to re-login every time I close a window ?  Or is this a feature of Safari 5.1 that cannot be changed ?

    If you have Private Browsing enabled, that's why you aren't staying logged into websites. Same with Google maps.
    Private Browsing doesn't  "remember" AutoFill information.
    Click History in the menu bar then click: Clear History

  • How to remove the frame from an ActiveX Web Browser window

    I'm using a web browser window to display content from a web application in my LV front panel.  I'd really like the content to appear as native parts of the front panel rather than being inside a frame.  Is there a method that will allow me to hide or remove the frame from the ActiveX control?  I've tried to make it a custom control and edit the decoration out but that does not seem to work.
    Solved!
    Go to Solution.

    Quite right, in my 8.2 the web browser is already borderless (probably transparent). If your web browser window doesn't look good you should be able to insert it into the activeX one, the other should be a special case.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • Safari crashes every time I close a browser window

    Hi--I'm running Mac OS 10.3.9 and Safari 1.3.1 and over the past few days Safari has run fine until I go to close any browser window--and then the whole program crashes, every single time, no exceptions.
    I have Reset Safari and done Empty Cache. I have trashed the com.apple.Safari.plist Preference file. I tried downloading the 1.3.1 Safari updater and running it again, but the installer wouldn't let me install it onto the system since it's already there. I have done Repair Disc Permissions. I have even replaced the Safar.app with the one from my computer at work to see if the Safari program itself had been corrupted--but the program still crashed in the same way after replacing it. I don't use any dowload assist programs like SpeedDownload.
    I saw mention in another thread that some people have had trouble since installing the new Shockwave updater, but it seems that they were running Tiger. Anyways, I did indeed update that a few days ago, but the program did not immediately start having problems after installing that. But that's the only change I can think of that I have made to the program recently.
    Can somebody help? I love Safari--it's by far the best browser, so much faster than Firefox even. I don't want to quit using it!
    Thanks!

    Yep---thanks iBod!
    Date/Time: 2006-01-07 13:11:09 -0600
    OS Version: 10.3.9 (Build 7W98)
    Report Version: 2
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Version: 1.3.1 (312.3.1)
    PID: 428
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000020
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x95e0b1ec objc_msgSend + 0xc
    1 com.apple.Safari 0x0002e18c 0x1000 + 0x2d18c
    2 com.apple.Foundation 0x965c19e4 -[NSArray makeObjectsPerformSelector:withObject:] + 0x108
    3 com.apple.Safari 0x0002e014 0x1000 + 0x2d014
    4 com.apple.Safari 0x0002de5c 0x1000 + 0x2ce5c
    5 com.apple.Foundation 0x965c1aec nsnotecallback + 0xb0
    6 com.apple.CoreFoundation 0x91bb24a8 __CFXNotificationPost + 0x1b4
    7 com.apple.CoreFoundation 0x91bb6eb8 _CFXNotificationPostNotification + 0x340
    8 com.apple.Foundation 0x965bf938 -[NSNotificationCenter postNotificationName:object:userInfo:] + 0x74
    9 com.apple.AppKit 0x92f19c84 -[NSWindow _close] + 0x64
    10 com.apple.AppKit 0x92f70c84 -[NSWindow close] + 0x28
    11 com.apple.Safari 0x0002de00 0x1000 + 0x2ce00
    12 com.apple.Safari 0x0002dd78 0x1000 + 0x2cd78
    13 com.apple.AppKit 0x92f276fc -[NSApplication sendAction:to:from:] + 0x6c
    14 com.apple.Safari 0x000209f4 0x1000 + 0x1f9f4
    15 com.apple.AppKit 0x92f2e418 -[NSControl sendAction:to:] + 0x60
    16 com.apple.AppKit 0x92f686f8 -[NSCell _sendActionFrom:] + 0x9c
    17 com.apple.AppKit 0x92f08150 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 0x3fc
    18 com.apple.AppKit 0x92f79314 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 0x234
    19 com.apple.AppKit 0x92f3e4e8 -[NSControl mouseDown:] + 0x218
    20 com.apple.AppKit 0x92fe4aac -[_NSThemeWidget mouseDown:] + 0x80
    21 com.apple.AppKit 0x92eb25f4 -[NSWindow sendEvent:] + 0x10e4
    22 com.apple.Safari 0x0001fbc8 0x1000 + 0x1ebc8
    23 com.apple.AppKit 0x92ea4ca0 -[NSApplication sendEvent:] + 0xebc
    24 com.apple.Safari 0x0001d4ac 0x1000 + 0x1c4ac
    25 com.apple.AppKit 0x92ead0d0 -[NSApplication run] + 0x240
    26 com.apple.AppKit 0x92f697bc NSApplicationMain + 0x1d0
    27 com.apple.Safari 0x00007fc4 0x1000 + 0x6fc4
    28 com.apple.Safari 0x000548ac 0x1000 + 0x538ac
    Thread 1:
    0 libSystem.B.dylib 0x951d58b8 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x951d5438 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x91b995e8 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x91b9dd74 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x965c71b8 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x965dfdbc -[NSRunLoop run] + 0x4c
    6 com.apple.WebKit 0x94ff2384 +[WebFileDatabase _syncLoop:] + 0xa8
    7 com.apple.Foundation 0x96604510 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x951f2990 pthreadbody + 0x28
    Thread 2:
    0 libSystem.B.dylib 0x951d58b8 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x951d5438 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x91b995e8 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x91b9dd74 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x965c71b8 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x965dfdbc -[NSRunLoop run] + 0x4c
    6 com.apple.Foundation 0x96632054 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 0x20c
    7 com.apple.Foundation 0x96604510 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x951f2990 pthreadbody + 0x28
    Thread 3:
    0 libSystem.B.dylib 0x951d946c select + 0xc
    1 com.apple.Foundation 0x965bc9c4 _loadRunLoop + 0xd4
    2 libSystem.B.dylib 0x951f2990 pthreadbody + 0x28
    Thread 4:
    0 libSystem.B.dylib 0x951d58b8 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x951d5438 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x91b995e8 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x91b9dd74 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x965c71b8 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x965dfdbc -[NSRunLoop run] + 0x4c
    6 com.apple.Foundation 0x96632594 +[NSURLCache _diskCacheSyncLoop:] + 0xa8
    7 com.apple.Foundation 0x96604510 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x951f2990 pthreadbody + 0x28
    PPC Thread State:
    srr0: 0x95e0b1ec srr1: 0x0000f030 vrsave: 0xfff00000
    cr: 0x42002222 xer: 0x00000007 lr: 0x0002e18c ctr: 0x95e0b1e0
    r0: 0x0002e178 r1: 0xbfffd9f0 r2: 0x05b67490 r3: 0x036c6861
    r4: 0x95e64af0 r5: 0x95e3cf10 r6: 0x00000000 r7: 0x059ac8c0
    r8: 0x00000000 r9: 0x00000044 r10: 0x95e0c1ac r11: 0x000ce1b4
    r12: 0x00000000 r13: 0x00000000 r14: 0x00000100 r15: 0x00000000
    r16: 0xa2e97d54 r17: 0xa2e97d54 r18: 0x00000000 r19: 0x00000000
    r20: 0x0ba5e8b0 r21: 0xf71eda83 r22: 0x00000a40 r23: 0x003123e4
    r24: 0x00000000 r25: 0x95e475ec r26: 0x00000000 r27: 0x0037bce0
    r28: 0x00376110 r29: 0x000d603c r30: 0x00000001 r31: 0x965c18dc
    Binary Images Description:
    0x1000 - 0xcdfff com.apple.Safari 1.3.1 (312.3.1) /Applications/Safari.app/Contents/MacOS/Safari
    0x2f4000 - 0x2f5224 Componentö4 PEF binary: Componentö4
    0x41c000 - 0x41dfff com.presenta.iGetterIMBundle 2.2 /Users/ghardin/Library/InputManagers/iGetterIMBundle/iGetterIMBundle.bundle/Con tents/MacOS/iGetterIMBundle
    0x43f000 - 0x440fff com.presenta.iGetterSafariBundle 2.2 /Users/ghardin/Library/InputManagers/iGetterIMBundle/iGetterIMBundle.bundle/Con tents/Resources/iGetterSafariBundle.bundle/Contents/MacOS/iGetterSafariBundle
    0x448000 - 0x448fff com.aladdinsys.mmenabler 7.1.0 (8.0) /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/ MagicMenuEnabler
    0x1765000 - 0x1767fff com.apple.PDFImporter 1.3.1 (???) /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x5715760 - 0x5715833 CFMPriv_CommonPanels PEF binary: CFMPriv_CommonPanels
    0x576bc30 - 0x576bce2 CFMPriv_CoreFoundation PEF binary: CFMPriv_CoreFoundation
    0x5892000 - 0x58abfff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x591dae0 - 0x591db83 CFMPriv_QuickTime PEF binary: CFMPriv_QuickTime
    0x592fcc0 - 0x592fd93 CFMPriv_ImageCapture PEF binary: CFMPriv_ImageCapture
    0x593da10 - 0x593dac5 CFMPriv_DVComponentGlue PEF binary: CFMPriv_DVComponentGlue
    0x59565e0 - 0x5956657 CFMPriv_System PEF binary: CFMPriv_System
    0x5972240 - 0x5972325 CFMPriv_NavigationServices PEF binary: CFMPriv_NavigationServices
    0x597fbf0 - 0x597fcab CFMPriv_Help PEF binary: CFMPriv_Help
    0x59951f0 - 0x59952ca CFMPriv_HIServices PEF binary: CFMPriv_HIServices
    0x59bfe60 - 0x59bff36 CFMPriv_OpenScriptingß>;» PEF binary: CFMPriv_OpenScriptingß>;»
    0x59d02e0 - 0x59d03b6 CFMPriv_HTMLRendering PEF binary: CFMPriv_HTMLRendering
    0x59d3df0 - 0x59d3ed9 CFMPriv_SpeechSynthesis PEF binary: CFMPriv_SpeechSynthesis
    0x59d5190 - 0x59d5252 CFMPriv_QD PEF binary: CFMPriv_QD
    0x59d5430 - 0x59d54fd CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
    0x59d56d0 - 0x59d578e CFMPriv_Print PEF binary: CFMPriv_Print
    0x59d5970 - 0x59d5a3a CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
    0x59daec0 - 0x59daf93 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
    0x59db960 - 0x59dba37 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
    0x59dcee0 - 0x59dcfc6 CFMPriv_LaunchServices PEF binary: CFMPriv_LaunchServices
    0x59dd440 - 0x59dd517 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
    0x59deae0 - 0x59deba2 CFMPriv_AE PEF binary: CFMPriv_AE
    0x59e4d40 - 0x59e4e22 CFMPriv_SpeechRecognition PEF binary: CFMPriv_SpeechRecognition
    0x59e5aa0 - 0x59e5b73 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
    0x59e6000 - 0x59e60e3 CFMPriv_FindByContent PEF binary: CFMPriv_FindByContent
    0x59e6580 - 0x59e6660 CFMPriv_LangAnalysis PEF binary: CFMPriv_LangAnalysis
    0x59e91e0 - 0x59e92a5 CFMPriv_ATS PEF binary: CFMPriv_ATS
    0x5a8d000 - 0x5aa7fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x5b9fc70 - 0x5b9fd40 CFMPriv_CarbonSound PEF binary: CFMPriv_CarbonSound
    0x5e19000 - 0x6009fff com.macromedia.Flash Player.plugin 8.0.22 (1.0.1f22) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x70f2000 - 0x716efff ch.rafz.naegeli.christoph.xvid_codec 0.5.1 /Library/QuickTime/XviD_Codec v0.5.1.component/Contents/MacOS/XviD_Codec
    0x724e000 - 0x72a3fff com.DivXInc.DivXDecoder 6.0.0 /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0x73b1000 - 0x74a6fff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x751d000 - 0x7581fff com.apple.GeForce2MXGLDriver 1.3.42 (3.4.2) /System/Library/Extensions/GeForce2MXGLDriver.bundle/Contents/MacOS/GeForce2MXG LDriver
    0x780b000 - 0x78569b1 CarbonLibpwpc PEF binary: CarbonLibpwpc
    0x78569c0 - 0x786ecad Apple;Carbon;Multimedia PEF binary: Apple;Carbon;Multimedia
    0x7e92000 - 0x7e94fff com.apple.textencoding.unicode 1.6.4 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0xa098000 - 0xa127fff GLRasterARGB8888D32 /System/Library/Frameworks/OpenGL.framework/Resources/GLRasterARGB8888D32.bundl e/GLRasterARGB8888D32
    0x76c02000 - 0x76c12fff com.apple.Accelerate.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x806c0000 - 0x806e9fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x80830000 - 0x8090efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x875cb000 - 0x876bcfff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x880f0000 - 0x88226fff com.apple.vImage 1.0.0 (1.2.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x88ed0000 - 0x88edcfff com.apple.agl 2.5 (AGL-2.5) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x8be40000 - 0x8be41fff DVComponentGlue /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0x8c280000 - 0x8c281fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x8df60000 - 0x8df76fff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x8f39c000 - 0x8f3b0fff com.apple.QuartzCore 1.3 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x8fc90000 - 0x8fc90fff com.apple.Accelerate 1.0.3 (Accelerate 1.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x8fe00000 - 0x8fe4ffff dyld /usr/lib/dyld
    0x900d0000 - 0x9033afff com.apple.QuickTime 7.0.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x90479000 - 0x90531fff com.apple.audio.toolbox.AudioToolbox 1.3.4 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x905a0000 - 0x90610fff com.apple.framework.IOKit 1.3.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x906a6000 - 0x90f59fff com.apple.QuickTimeComponents.component 7.0.3 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x910d8000 - 0x910e8fff libsasl2.2.0.1.dylib /usr/lib/libsasl2.2.0.1.dylib
    0x91210000 - 0x91219fff com.apple.DiskArbitration 2.0.5 /System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/DiskArbi tration
    0x91309000 - 0x91326fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x913a0000 - 0x9145ffff ColorSync /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x914ad000 - 0x9151afff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9152f000 - 0x9154ffff com.apple.DirectoryService.Framework 1.7.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x91561000 - 0x91561fff com.apple.Cocoa 6.3 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91563000 - 0x91563fff com.apple.Carbon 10.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91565000 - 0x91565fff com.apple.CoreServices 10.3 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91567000 - 0x91567fff com.apple.ApplicationServices 1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9173c000 - 0x9173cfff com.apple.audio.units.AudioUnit 1.3.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9174b000 - 0x91756fff com.apple.securityhi 1.2 (90) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91760000 - 0x917f3fff com.apple.print.framework.PrintCore 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91836000 - 0x91849fff com.apple.speech.synthesis.framework 3.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91a2f000 - 0x91a96fff com.apple.audio.CoreAudio 2.1.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91afb000 - 0x91b06fff com.apple.opengl 1.3.8 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x91b30000 - 0x91b44fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x91b60000 - 0x91b6bfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91b71000 - 0x91b8bfff libPDFRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x91b98000 - 0x91c45fff com.apple.CoreFoundation 6.3.8 (299.36) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91ec4000 - 0x91edbfff com.apple.LangAnalysis 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91ee7000 - 0x91ef7fff com.apple.ImageCapture 2.1.5 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92070000 - 0x92096fff com.apple.FindByContent 1.4 (1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x920a9000 - 0x920dafff com.apple.securityinterface 1.0 (39) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x92109000 - 0x92121fff com.apple.WebServices 1.1.1 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x92131000 - 0x9214bfff com.apple.openscripting 1.2.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92170000 - 0x92357fff com.apple.security 2.4 (179) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92647000 - 0x926bafff com.apple.DesktopServices 1.2.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927f0000 - 0x92827fff com.apple.CFNetwork 1.2.2 (7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x92880000 - 0x92c05fff com.apple.HIToolbox 1.3.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92d7c000 - 0x92d96fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92de0000 - 0x92e30fff com.apple.HIServices 1.4.1 (0.0.1d1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92e70000 - 0x9336ffff com.apple.AppKit 6.3.9 (743.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93680000 - 0x93958fff com.apple.CoreGraphics 1.203.30 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x939d0000 - 0x939d4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x93a50000 - 0x93a64fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x93a6a000 - 0x93a84fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x93aa0000 - 0x93b87fff com.apple.AddressBook.framework 1.1.2 (321) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x93f55000 - 0x93fa8fff com.apple.bom 1.2.5 (63.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x940c0000 - 0x940fcfff com.apple.LDAPFramework 1.3.4 (37.4.2) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x941cd000 - 0x94259fff com.apple.ink.framework 101.1.4 (55.12) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9438a000 - 0x94397fff com.apple.CommonPanels 1.2.1 (1.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x943a0000 - 0x943b3fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94580000 - 0x9458cfff com.apple.help 1.0.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94596000 - 0x945a5fff libPSRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPSRIP.A.dylib
    0x945b0000 - 0x945b9fff libz.1.dylib /usr/lib/libz.1.dylib
    0x94650000 - 0x946affff com.apple.SearchKit 1.0.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x946ed000 - 0x946fdfff com.apple.speech.recognition.framework 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x94720000 - 0x94721fff com.apple.securityfoundation 1.0 (6) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94c40000 - 0x94c4ffff com.apple.DSObjCWrappers.Framework 1.0 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94c57000 - 0x94cdffff com.apple.CoreServices.OSServices 3.0.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x94d34000 - 0x94dedfff com.apple.QD 3.4.70 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x94f5f000 - 0x94fadfff com.apple.print.framework.Print 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x94fe0000 - 0x95077fff com.apple.WebKit 312.5.2 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x951ce000 - 0x9531dfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x95373000 - 0x953e6fff com.apple.NavigationServices 3.3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9542e000 - 0x95490fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x954c0000 - 0x95ac6fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x95b20000 - 0x95df0fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x95e0a000 - 0x95e79fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x95f00000 - 0x95f20fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x96028000 - 0x960f0fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x961b0000 - 0x96292fff com.apple.JavaScriptCore 1.2 (312.1.1) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x962e6000 - 0x9655ffff com.apple.CoreServices.CarbonCore 10.3.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x965ba000 - 0x96715fff com.apple.Foundation 6.3.7 (500.59) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x968d0000 - 0x969b2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x96aa0000 - 0x96acefff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x96ade000 - 0x96af9fff com.apple.SystemConfiguration 1.7.1 (???) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x96b50000 - 0x96bdffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x96c00000 - 0x96c38fff com.apple.LaunchServices 10.3.5 (98.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x96c4c000 - 0x96c84fff com.apple.AE 1.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x96cb0000 - 0x96d9efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x96de0000 - 0x96df0fff com.apple.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96ee0000 - 0x96ee8fff libbsm.dylib /usr/lib/libbsm.dylib
    0x97280000 - 0x972cbfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x97345000 - 0x973aefff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x973e0000 - 0x976cbfff com.apple.WebCore 315.10.1 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore

  • Close a browser  window from a servlet

    I am newbie and am trying to close the browser window from my servlet without prompting as my servlet is designed to run as a batch app.
    The servlet is invoked by a scheduling agent and performs the batch function , but leaves the browser window open . I
    need help
    Thanks
    VK

    I am newbie and am trying to close the browser
    window from my servlet without prompting as my
    servlet is designed to run as a batch app.
    The servlet is invoked by a scheduling agent and
    performs the batch function , but leaves the browser
    window open .I don't see the problem with that. The users can easily close the browser if they want to. It's possible that some Javascript could be used to close the browser window but it's user-unfriendly and shouldn't normally be done.

  • Close Portal Browser Window?

    I have a custom R/3 transaction that I am calling from the portal using the com.sap.portal.appintegrator.sap.bwc.Transaction iview.  The transaction is being called in it's own popup window using a URL like this - http://<server>/irj/servlet/prt/portal/prtroot/com.sap.portal.appintegrator.sap.bwc.Transaction?System=SAP&TCode=<TCODE>&GuiType=WinGui&OkCode=/00&ApplicationParameter=<Parameters>. 
    My question would be is it possible to close the whole browser window after the transaction is done, right now I can end the SAP session, but not close the Browser window.
    Thanks,
    Obadiah

    Hi Obadiah,
    After you launch a transaction iView all the communication is done between the back-end application and the browser, without any portal involvement. Therefor the is no way (from potal point of view) to tell when you quit the application.
    However, in your case I would go for a simple work around - Start the application in SSF (SAP Shortcut File) mode. It will simply launch the transaction directly in you SAP GUI, without any browser. It's easily configureable in that iView's property editor, under "Content - Transaction" category -> see "SAP GUI type".
    #read_more_about_it @ http://help.sap.com/saphelp_nw04s/helpdata/en/fe/13c43bb7137503e10000000a11402f/frameset.htm

Maybe you are looking for

  • How can i disable iphone 4s apple email, and substitute gmail app, which allows for replies, compose, send

    iphone4s built-in email is frustrating because it does not allow for replies to incoming mail; deletions and archiving, composing new mail, et al., as gmail does.. is it possible to disable or eliminate iphone email app and sub for gmail app, which i

  • "Delete Overlapping Requests from InfoCube" in a Process Chain

    Dear all, I encountered a problem when I building the process chain in BW 3.0. In a process chain, I schedule daily an InfoPackage to load data to an InfoCube and then delete the previously loaded data by the same InfoPacckage from the InfoCube. For

  • After. 273 update, hub is useless!!!

    Since I've updated to...273, hub doesn't work, I can't get notifications, after many fully restarts sometimes I get a couple of notifications but they remain marked as unread and I can't mark them as read or delete them or anything! The worst part is

  • One Sold to party and 250 ship to party (MTO Process)

    Dear Experts, Please provide me the solution with your valuable experience. Issue is: We are working on MTO process. and I am working in SD on sales order. issue is here that I have one SP(Sold to party) and many ship to party. I have created 250 Shi

  • How to make buttons work in drop down movieclip in flash???

          I am trying to make an index page with buttons for a photography site.  the entire page is built in flash so far.  My question is that I have created a drop down menu that is a Movieclip with 5 buttons.  I can not seem to assign an external web