Displaying web page in a popup

hie
I have a list of links displayed on my adf page. on clicking these i want to open adf popup and show the webpage. I am fine with the popup creation and opening part. But how do i show the webpage in the popup ?
Vik

Use af:inlineFrame to show the web page in the popup.
Check this:
http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_inlineFrame.html
http://jdevadf.oracle.com/adf-richclient-demo/faces/components/inlineFrame.jspx
Thanks,
Navaneeth

Similar Messages

  • Can display Web pages from servlet but not applet?

    I have been able to display real-world Web pages from a simple servlet using JDeveloper 3.0, but can't figure out how to do the same from an applet. Any hints?

    My previous post had the detail...Probably a simple question from a relative novice. I'm having a problem just viewing web pages by calling them from a "list" of URLs in an applet. I built an applet with a split pane that has a JTree on one side and an "HTML viewing pane" on the other. I can click JTree nodes to display local html files, but I don't understand how to display web pages from the Internet. Do I need something like HyperlinkListener to make the jump to "hyper-world"???

  • Explorer Cannot Display Web Page Desk Top 3000J11573​87-A11

    Originally worked fine displayed web page withOUT a problem FOR OVER A YEAR.  Starting in Jan 2008 (just after warranty EXPIRED) it just reports "cannot display web page"  Using my Xp computer I can get all of the web pages to respond. 
    Using internal checks on the Lenovo 3000J  it reports everything is OK. 
    I can receive updates on this computer and just today I installed all updates through 4/20/2008. Windows Upgrade works fine on the Lenovo.   However I cannot access the web otherwise.  I am typing this message on my Xp.  Computer because I have not been able to get a webpage to display on the Lenovo
    I want to stay with Vista Home Premium however   HOW CAN I GET THE WEB PAGE TO DISPLAY ?
    VIC
    Message Edited by vicflack on 04-20-2008 10:51 AM

    Thanks for the helf.  I disabled the firewall which is norton. and then rebooted still not able to display the web-page.  However I may have gotten closer to the problem. 
    When I select "Properties" from the file menu on the "Cannot display page" I get the following address:
    res://ieframe.dll/dnserror.htm#http://www.yahoo.co​m
    Of course it cannot display this page because it does not exist.  The page I tried to load was http://www.yahoo.com   when I select this page on my Xp computer it loads correctly and under file- properties -address http://www.yahoo.com and all is well with the world. 
    For some reason on my Lenovo Vista Home Premium Computer Internet EXployer is inserting
    "res://ieframe.dll/dnserror#http://www.yahoo.com
    Thanks for any help
    Vic

  • I keep getting internet explorer cannot display web page when trying to download itunes. This only shows on half the page where the download link would be. My internet connection is fine.

    I keep getting internet explorer cannot display web page when trying to download itunes. This only shows on half the page where the download link would be. My internet connection is fine.  Any idea what the problem may be?

    You won't see anything obviously related to iCloud, Jimmy. But if you go to the home iTunes Store page while logged into your iTunes Store account, you should see a Purchases link now under the Quick Links header. That's the only part of iCloud active at this time.
    Regards.

  • Display Web Pages

    I heard that you could display web pages in a Java program, is this true? If so, how would you do it?

    Sorry for the above answer.
    You can display web pages in JEditorPane not JTextPane
    Following program can show the web pages in Swing program.
    import java.awt.*;
    import java.awt.event.*;
    import java.net.*;
    import javax.swing.*;
    public class EditorPaneTest extends JFrame
         public EditorPaneTest() throws Exception
              Container con = getContentPane();
              String s = null;
              try {
              s = "file:"
                        + System.getProperty("user.dir")
                        + System.getProperty("file.separator")
                        + "abc.html";
         URL helpURL = new URL(s);
                   JEditorPane pane = new JEditorPane();
                   pane.setEditable( false ) ;
                   pane.setPage( helpURL ) ;
                   con.add( "Center" , pane );          
         } catch (Exception e) {
         System.err.println("Couldn't create URL: " + s);          
                   setSize( 400 , 400 ) ;
                   setVisible( true ) ;
         public static void main( String args[ ] )throws Exception
              new EditorPaneTest();
    thanks.

  • Is there any way to edit the standard Firefox context menu for displayed Web pages?

    Is there any way to edit the standard Firefox context menu for displayed Web pages? I frequently want to save a picture appearing on a page. Sometimes I "slip" and hit "Send Image" when I want "Save Image As", and have to sit and wait for a default send-mail page to come up, then close it, fiddling with its "are you sure" dialogs. This is a painful way to handle a slip-up. I basically NEVER want to e-mail an element directly from a page. Is there any way I can just delete "Send Image" from the context menu?

    You can remove entries in the context menu with code in the userChrome.css file
    *http://kb.mozillazine.org/userChrome.css
    Some IDs are listed in this MozillaZine Knowledge Base article:
    *http://kb.mozillazine.org/Chrome_element_names_and_IDs
    To find the ID of others you will have to use the DOM Inspector.
    * https://support.mozilla.org/kb/DOM+Inspector
    * https://developer.mozilla.org/En/DOM_Inspector
    * https://developer.mozilla.org/en/Introduction_to_DOM_Inspector
    * DOM Inspector: https://addons.mozilla.org/firefox/addon/dom-inspector-6622/

  • EBS(SSL enabled) URL 12.1.3 cannot display web page though apps services are up

    Hi all,
    DB:11.2.0.3.0
    EBS:12.1.3
    O/S: Sun Solaris SPARC 64 bits 5.10
    EBS URL 12.1.3 cannot display web page though apps services are up. This target instance is SSL enabled and cloned instance. Autoconfig runs successfully on both the tiers.
    1 DB node and 1 apps Node(forms,Reports,CM,Web).
    DB Tier Autocofig:
    Updating rdbms version in Context file to db112
    Updating rdbms type in Context file to 64 bits
    Configuring templates from ORACLE_HOME ...
    AutoConfig completed successfully.
    $
    Autoconfig Apps Tier
    Configuring templates from all of the product tops...
            Configuring AD_TOP........COMPLETED
            Configuring FND_TOP.......COMPLETED
            Configuring ICX_TOP.......COMPLETED
            Configuring MSC_TOP.......COMPLETED
            Configuring IEO_TOP.......COMPLETED
            Configuring BIS_TOP.......COMPLETED
            Configuring AMS_TOP.......COMPLETED
            Configuring CCT_TOP.......COMPLETED
            Configuring WSH_TOP.......COMPLETED
            Configuring CLN_TOP.......COMPLETED
            Configuring OKE_TOP.......COMPLETED
            Configuring OKL_TOP.......COMPLETED
            Configuring OKS_TOP.......COMPLETED
            Configuring CSF_TOP.......COMPLETED
            Configuring IGS_TOP.......COMPLETED
            Configuring IBY_TOP.......COMPLETED
            Configuring JTF_TOP.......COMPLETED
            Configuring MWA_TOP.......COMPLETED
            Configuring CN_TOP........COMPLETED
            Configuring CSI_TOP.......COMPLETED
            Configuring WIP_TOP.......COMPLETED
            Configuring CSE_TOP.......COMPLETED
            Configuring EAM_TOP.......COMPLETED
            Configuring FTE_TOP.......COMPLETED
            Configuring ONT_TOP.......COMPLETED
            Configuring AR_TOP........COMPLETED
            Configuring AHL_TOP.......COMPLETED
            Configuring OZF_TOP.......COMPLETED
            Configuring IES_TOP.......COMPLETED
            Configuring CSD_TOP.......COMPLETED
            Configuring IGC_TOP.......COMPLETED
    AutoConfig completed successfully.
    $
    ---------------------------------+--------------------+---------+---------
    ias-component                    | process-type       |     pid | status
    ---------------------------------+--------------------+---------+---------
    OC4JGroup:default_group          | OC4J:oafm          |   10466 | Alive
    OC4JGroup:default_group          | OC4J:forms         |   10425 | Alive
    OC4JGroup:default_group          | OC4J:oacore        |   10062 | Alive
    OC4JGroup:default_group          | OC4J:oacore        |   10061 | Alive
    OC4JGroup:default_group          | OC4J:oacore        |   10060 | Alive
    OC4JGroup:default_group          | OC4J:oacore        |   10059 | Alive
    HTTP_Server                              | HTTP_Server        |    9993 | Alive
    adopmnctl.sh: exiting with status 0
    grep -i s_active_webport $CONTEXT_FILE
          <activewebport oa_var="s_active_webport" oa_type="DUP_PORT" base="8000" step="1" range="-1" label="Active Web Port">443</activewebport>
    Could anyone please advise what's wrong here. Why URL is not being accessible.
    Thanks for your time
    Regards,

    Yes. We are using SSL in all te instances. Please see the comparison between the working and non-working instance
    Source Instance(Working instance)
    $ grep s_webssl_port $CONTEXT_FILE
                    <web_ssl_port oa_var="s_webssl_port" oa_type="PORT" base="4443" step="1" range="-1" label="Web SSL Port">4508</web_ssl_port>
    $
    $ grep -i s_https_listen_parameter $CONTEXT_FILE
                            <httpslistenparameter oa_var="s_https_listen_parameter">4508</httpslistenparameter>
    $ grep s_active_webport $CONTEXT_FILE
                    <activewebport oa_var="s_active_webport" oa_type="DUP_PORT" base="8000" step="1" range="-1" label="Active Web Port">443</activewebport>
    $
    $ grep -i s_enable_sslterminator $CONTEXT_FILE
                            <sslterminator oa_var="s_enable_sslterminator"> </sslterminator>
    Target Instance(This does not work)
    $ grep s_webssl_port $CONTEXT_FILE
          <web_ssl_port oa_var="s_webssl_port" oa_type="PORT" base="4443" step="1" range="-1" label="Web SSL Port">4519</web_ssl_port>
    $
    $ grep -i s_https_listen_parameter $CONTEXT_FILE
             <httpslistenparameter oa_var="s_https_listen_parameter">4519</httpslistenparameter>
    $
    $ grep s_active_webport $CONTEXT_FILE
          <activewebport oa_var="s_active_webport" oa_type="DUP_PORT" base="8000" step="1" range="-1" label="Active Web Port">443</activewebport>
    $
    $ grep -i s_enable_sslterminator $CONTEXT_FILE
             <sslterminator oa_var="s_enable_sslterminator"/>
    Any suggestions?
    Thanks,

  • 1.1.3 problems displaying web pages

    After updating (and paying $20) to 1.1.3 Safari on my iTouch is now not displaying web pages nicely. Most don't fully load. Some load as text instead of html. Often I get "can't locate server." even for CNN and Apple.com. Google search doesn't work.
    All these pages load to some degree but something is missing?!?!?
    "Cannot connect to YouTube"
    "Error Retrieving Chart" when trying to get stocks from Yahoo widget.
    Anyone else having these issues??

    Misery loves company..... I'm having the EXACT same symptoms. The Weather app also gets a failure trying to update. It's even erratic trying to access the iTunes on my iPod. Most times, I get an unable to connect to server message after it appears some items are downloaded. On Mail, it works, but even though I'm accessing Gmail via POP, after accessing it okay it then tries to access via IMAP, and gives me an error. And it sometimes will give me an entry saying "Download next 25...." and shows me I have a few million unread emails. But if I tap that entry it goes away. I'm also using a WRT54ag, but I really have a problem having to swap this out to get wireless going again. Hopefully, Apple will come to the rescue before I decide I need to go down that path. I also tired to restore the iPod, but after a few minutes it told me it couldn't restore. I've seen workarounds for that, but.... Anyway, at least I know I'm not hallucinating all these quirky problems.

  • Getting Error While Displaying web page in Oracle Report 11g

    Hi,
    I am new to Oracle reports 11g. I have stuck into an error. While I'm trying to display the web page it says "No such Web command ()".
    I am using following URL to call the report.
    http://hostname:port/reports/rwservlet/?server=repserver&report=a.jsp&destype=cache&desformat=htmlcss&userid=scott/tiger@db
    Please help me out from this.

    Hi Rupesh,
    Thanks a lot removing web solved my problem.
    My second problem is
    1) SAP xMII >Navigation services>Navigation do following
    a) From the account name pull down menu select everyone
    b)In the navigation tree tab page,choose Navigation Item >Add>Child
    c)In the loading content dialog box,enter a name , for example,"Test"
    d)choose."..."
    e)In the File Browse dialog box,open the CM folder and navigate to teh QM folder
    Select ZPPWeb.htm and choose Ok
    After this I get error message as
    "Can't move focus to the control because it is invisible , not enabled or of a type that does not accept the focus".
    It does not add my htm file to the navigation link
    Thanks in advance
    Regards Namita

  • Itunes will not install as IE link "cannot display web page"

    I have been having problems with downloading podcasts and iTunes updates. So I followed Apple support suggestions including removing and (trying) to reinstall iTunes. However every time I hit the link for the download it takes me to a small pop up window with the address shown below, which does not load and tell me that "Internet Explorer cannot display the web page"
    Arrhh Help anyone?!?
    http://appldnld.apple.com/iTunes10/061-8246.20100901.Zxsew3/iTunesSetup.exe

    System: Win7x64
    Turn off ZoneAlarm.
    “Run as administrative” Firefox.
    I then went to the following install page which works:
    http://www.adobe.com/software/flash/about/
    It installed.
    The following install page does not work:
    http://get.adobe.com/flashplayer/
    The following thread discusses the problem with http://get.adobe.com/flashplayer/ download.
    Install Flash Plugin Manually in Firefox on Vista
    With so many Firefox users, Adobe needs to fix the http://get.adobe.com/flashplayer/ download for Win7 users.

  • Windows 8 using IE 11 not displaying Web pages

    Certain Web Pages will not display correctly in IE. When I go to the page I see weird code that makes no since. This only happens on certain pages. Others are able to bring up the pages and view the content so I think there is something wrong with my Internet
    Explorer. This is what I see it looks like html of Java. I am not the only one I have a friend that has the same problem bringing up this page.
    http://zerosuicide.actionallianceforsuicideprevention.org/sites/zerosuicide.actionallianceforsuicideprevention.org/files/sp/course.htm
    hwnd_Transcript.document.write('.character{ font-family: Trebuchet MS,Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color:#354672 }');
    hwnd_Transcript.document.write('.transcript{ font-family: Trebuchet MS,Arial, Helvetica, sans-serif; font-size:14px;font-weight:normal;color:#354672; margin-top: -15px;}');
    hwnd_Transcript.document.write('body{ font-family: Arial, Trebuchet MS,Helvetica, sans-serif;font-size:14px;font-weight:normal;color:#354672;}');
    hwnd_Transcript.document.write('</style>
    '); hwnd_Transcript.document.write(str_pageTranscript); hwnd_Transcript.document.write(''); hwnd_Transcript.document.close(); hwnd_Transcript.focus(); } function onTranscriptOpen() { bInternalTranscriptClose = false; } function onTranscriptClose() { if (!bInternalTranscriptClose) { hwnd_Transcript = null; $callASFunction("$onExternalTranscriptClose"); } bInternalTranscriptClose = false; } function hideTranscript() { if(typeof hwnd_Transcript!="undefined" &amp;&amp; hwnd_Transcript!=null) { bInternalTranscriptClose = true; hwnd_Transcript.close(); hwnd_Transcript = null; } } /** * OVERRIDE **/ function $exitCourse() { if(hwnd_Transcript!="undefined" &amp;&amp; hwnd_Transcript!=null) hwnd_Transcript.close(); $core_exitCourse(); } /////////////////////////////////////////////////////////////////////////////////////////////////// // INITIALIZATION /////////////////////////////////////////////////////////////////////////////////////////////////// $preInit(); <table width="100%" height="100%" id="yui_3_16_0_1_1419301004441_4198" border="1" cellspacing="0" cellpadding="0"><tbody><tr><td height="100%" align="CENTER" valign="MIDDLE"><table bordercolor="#000000" style="border-width: 0px;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><!--IECONTAINER(800:580:NORESIZE)-->
       

    Hi Salmmer,
    Thanks for posting in MSDN forum.
    Look into these code, it seem some javascript code. You could try IE options->scurity->custom level->Reset or compare the setting with Others' IE view the content has no problem.
    If this is a development issue in the web page, you may need to consult to the writer of this web page.
    Best regards,
    Shu Hu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Safari not displaying web pages correctly

    I dont know if its my inexperieince, something to do with settings or what but I am finding some of the web pages I am receiveing are not displaying correctly.  For example a card company sent me an online form to complete but when I tried to read it some of the information was displayed on top of more information making the whole thing garbled and indeciperable, on another website there was an area with a list of information held in a box but when I tried to read the information it would periodically jump about yet I was no where near the mouse. Both pages are fine on my husbands windows PC. There have been other incidents like this making the transition from windows to Mac very painful.  Is this something that can be remedied or are we stuck with it?

    When I experience the problem, I sometimes have to zoom in or out, to get the text to be readable.
    The following is in the Safari > View menu --

  • Firefox Not Displaying Web Page Content.

    When going to some web pages with an initial welcom/subscribe pop up window, such as
    http://www.mustangmonthly.com/techarticles/mump_0702_ford_mustang_distributor_rebuild/viewall.html
    the background window does not show any content(although it does show a background).
    I have another PC with Firefox that does display the content. I have compared all of the settings and they appear to be the same. I have also cleared the cache. However, the window content is still blank.
    Windows 7 Home Premium
    Firefox 4.0.1

    Everything is updated:
    Application Basics
    Name
    Firefox
    Version
    10.0.2
    User Agent
    Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
    Profile Directory
    Open Containing Folder
    Enabled Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Crash Reports
    about:crashes
    Memory Use
    about:memory
    Extensions
    Name
    Version
    Enabled
    ID
    Adblock Plus
    2.0.3
    true
    {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
    FireFTP
    2.0.1
    true
    {a7c6cf7f-112c-4500-a7ea-39801a327e5f}
    gpdf
    4.0.1
    true
    {b68dfae5-1903-4a03-8094-c973bf7e483e}
    Copernic Desktop Search - Professional Connector
    3.0.4.48
    false
    {5A288A4E-7C09-40B9-AF27-A297A10B881D}
    Google Toolbar for Firefox
    7.1.20110512W
    false
    {3112ca9c-de6d-4884-a869-9855de68056c}
    Modified Preferences
    Name
    Value
    accessibility.blockautorefresh
    true
    accessibility.typeaheadfind.flashBar
    0
    browser.fixup.alternate.enabled
    false
    browser.history_expire_days.mirror
    180
    browser.history_expire_days_min
    14
    browser.places.importBookmarksHTML
    false
    browser.places.smartBookmarksVersion
    2
    browser.startup.homepage
    http://excite.com/
    browser.startup.homepage_override.buildID
    20120215223356
    browser.startup.homepage_override.mstone
    rv:10.0.2
    browser.tabs.warnOnClose
    false
    extensions.lastAppVersion
    10.0.2
    gfx.blacklist.suggested-driver-version
    257.21
    keyword.URL
    http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=
    network.cookie.prefsMigrated
    true
    network.http.sendRefererHeader
    1
    places.database.lastMaintenance
    1330655589
    places.history.expiration.transient_current_max_pages
    53666
    places.last_vacuum
    1303061873
    print.print_printer
    Bullzip PDF Printer
    print.printer_Brother_MFC-6490CW_Printer.print_bgcolor
    false
    print.printer_Brother_MFC-6490CW_Printer.print_bgimages
    false
    print.printer_Brother_MFC-6490CW_Printer.print_command
    print.printer_Brother_MFC-6490CW_Printer.print_downloadfonts
    false
    print.printer_Brother_MFC-6490CW_Printer.print_edge_bottom
    0
    print.printer_Brother_MFC-6490CW_Printer.print_edge_left
    0
    print.printer_Brother_MFC-6490CW_Printer.print_edge_right
    0
    print.printer_Brother_MFC-6490CW_Printer.print_edge_top
    0
    print.printer_Brother_MFC-6490CW_Printer.print_evenpages
    true
    print.printer_Brother_MFC-6490CW_Printer.print_footercenter
    print.printer_Brother_MFC-6490CW_Printer.print_footerleft
    &PT
    print.printer_Brother_MFC-6490CW_Printer.print_footerright
    &D
    print.printer_Brother_MFC-6490CW_Printer.print_headercenter
    print.printer_Brother_MFC-6490CW_Printer.print_headerleft
    &T
    print.printer_Brother_MFC-6490CW_Printer.print_headerright
    &U
    print.printer_Brother_MFC-6490CW_Printer.print_in_color
    true
    print.printer_Brother_MFC-6490CW_Printer.print_margin_bottom
    0.5
    print.printer_Brother_MFC-6490CW_Printer.print_margin_left
    0.5
    print.printer_Brother_MFC-6490CW_Printer.print_margin_right
    0.5
    print.printer_Brother_MFC-6490CW_Printer.print_margin_top
    0.5
    print.printer_Brother_MFC-6490CW_Printer.print_oddpages
    true
    print.printer_Brother_MFC-6490CW_Printer.print_orientation
    0
    print.printer_Brother_MFC-6490CW_Printer.print_page_delay
    50
    print.printer_Brother_MFC-6490CW_Printer.print_pagedelay
    500
    print.printer_Brother_MFC-6490CW_Printer.print_paper_data
    1
    print.printer_Brother_MFC-6490CW_Printer.print_paper_height
    11.00
    print.printer_Brother_MFC-6490CW_Printer.print_paper_size_type
    0
    print.printer_Brother_MFC-6490CW_Printer.print_paper_size_unit
    0
    print.printer_Brother_MFC-6490CW_Printer.print_paper_width
    8.50
    print.printer_Brother_MFC-6490CW_Printer.print_reversed
    false
    print.printer_Brother_MFC-6490CW_Printer.print_scaling
    0.80
    print.printer_Brother_MFC-6490CW_Printer.print_shrink_to_fit
    true
    print.printer_Brother_MFC-6490CW_Printer.print_to_file
    false
    print.printer_Brother_MFC-6490CW_Printer.print_unwriteable_margin_bottom
    0
    print.printer_Brother_MFC-6490CW_Printer.print_unwriteable_margin_left
    0
    print.printer_Brother_MFC-6490CW_Printer.print_unwriteable_margin_right
    0
    print.printer_Brother_MFC-6490CW_Printer.print_unwriteable_margin_top
    0
    print.printer_Bullzip_PDF_Printer.print_bgcolor
    false
    print.printer_Bullzip_PDF_Printer.print_bgimages
    false
    print.printer_Bullzip_PDF_Printer.print_command
    print.printer_Bullzip_PDF_Printer.print_downloadfonts
    false
    print.printer_Bullzip_PDF_Printer.print_edge_bottom
    0
    print.printer_Bullzip_PDF_Printer.print_edge_left
    0
    print.printer_Bullzip_PDF_Printer.print_edge_right
    0
    print.printer_Bullzip_PDF_Printer.print_edge_top
    0
    print.printer_Bullzip_PDF_Printer.print_evenpages
    true
    print.printer_Bullzip_PDF_Printer.print_footercenter
    print.printer_Bullzip_PDF_Printer.print_footerleft
    &PT
    print.printer_Bullzip_PDF_Printer.print_footerright
    &D
    print.printer_Bullzip_PDF_Printer.print_headercenter
    print.printer_Bullzip_PDF_Printer.print_headerleft
    &T
    print.printer_Bullzip_PDF_Printer.print_headerright
    &U
    print.printer_Bullzip_PDF_Printer.print_in_color
    true
    print.printer_Bullzip_PDF_Printer.print_margin_bottom
    0.5
    print.printer_Bullzip_PDF_Printer.print_margin_left
    0.5
    print.printer_Bullzip_PDF_Printer.print_margin_right
    0.5
    print.printer_Bullzip_PDF_Printer.print_margin_top
    0.5
    print.printer_Bullzip_PDF_Printer.print_oddpages
    true
    print.printer_Bullzip_PDF_Printer.print_orientation
    0
    print.printer_Bullzip_PDF_Printer.print_page_delay
    50
    print.printer_Bullzip_PDF_Printer.print_pagedelay
    500
    print.printer_Bullzip_PDF_Printer.print_paper_data
    1
    print.printer_Bullzip_PDF_Printer.print_paper_height
    11.00
    print.printer_Bullzip_PDF_Printer.print_paper_size_type
    0
    print.printer_Bullzip_PDF_Printer.print_paper_size_unit
    0
    print.printer_Bullzip_PDF_Printer.print_paper_width
    8.50
    print.printer_Bullzip_PDF_Printer.print_reversed
    false
    print.printer_Bullzip_PDF_Printer.print_scaling
    0.80
    print.printer_Bullzip_PDF_Printer.print_shrink_to_fit
    true
    print.printer_Bullzip_PDF_Printer.print_to_file
    false
    print.printer_Bullzip_PDF_Printer.print_unwriteable_margin_bottom
    0
    print.printer_Bullzip_PDF_Printer.print_unwriteable_margin_left
    0
    print.printer_Bullzip_PDF_Printer.print_unwriteable_margin_right
    0
    print.printer_Bullzip_PDF_Printer.print_unwriteable_margin_top
    0
    privacy.clearOnShutdown.offlineApps
    true
    privacy.clearOnShutdown.passwords
    true
    privacy.clearOnShutdown.siteSettings
    true
    privacy.sanitize.migrateFx3Prefs
    true
    privacy.sanitize.sanitizeOnShutdown
    true
    privacy.sanitize.timeSpan
    0
    security.warn_viewing_mixed
    false
    Graphics
    Adapter Description
    NVIDIA GeForce 8600 GT
    Vendor ID
    10de
    Device ID
    0402
    Adapter RAM
    256
    Adapter Drivers
    nvd3dumx,nvwgf2umx,nvwgf2umx nvd3dum,nvwgf2um,nvwgf2um
    Driver Version
    8.17.12.9573
    Driver Date
    2-9-2012
    Adapter RAM (GPU #2)
    Unknown
    Adapter Drivers (GPU #2)
    Unknown
    Direct2D Enabled
    true
    DirectWrite Enabled
    true (6.1.7601.17563)
    ClearType Parameters
    ClearType parameters not found
    WebGL Renderer
    Google Inc. -- ANGLE (NVIDIA GeForce 8600 GT ) -- OpenGL ES 2.0 (ANGLE 0.0.0.809)
    GPU Accelerated Windows
    1/1 Direct3D 10

  • Receive ping throw WRT54G setup but cannot display web-pages.

    Hi
    I have a WRT54G router, connected to the same DSL modem for 4 years and everything was fine till last week. Since last week, i cannot display any web pages, despite the fact that i am connected to my ISP (it was checked with there support team).
    I have 3 different laptops and 1 desktop with different browsers and different  OS (XP, VISTA)  on them and same antivirus (AVAST!).
    I receive pings from all the laptops and desktop to the router (ping 192.168.1.1), which mean that they connect probably to the router  
    I was able to receive ping from different websites throw the router setup (192.168.1.1) under "Administrator" tab and then under "diagnostic" tab, But I cannot display any web pages.
    Does any one might know what may be the problem?
    Thank you. 

    Thank you for the quick respond.
    I connect the computer directly to the modem and it work just fine.
    When I ping throw command prompt in the computer (connected to the router) I receive the next massage  "bla bla bla o recevie bla bla 5 packet loss or something".
     I was able to receive ping from different websites throw the router setup (192.168.1.1) under "Administration" tab and then under "diagnostic" tab.
    The problem was solved yesterday by updating the firmware and reseting the router with the reset button.
     Very wired.
    Anyone have any idea what may was the problem?

  • Displaying web page in kannada language

    Hi
    iam not sure whether this question related to java or not.
    we are designing a web (html)page
    how to display that page in kannada language
    we downloaded "brhknd.ttf" font file.
    if this file is available in SYSTEMS-Control Panel-Font folder it is working .if it is not their in System's directory the web page is not displaying kannada language.
    All the client's machines wil not have this file.The '.ttf' file is available in the Application's folder which is uploaded on the server.
    can't the client's machine take that font file from server and display in kannada language?
    Plz help me if not with java ,how to do?

    iam not sure whether this question related to java or
    not.Hi,
    You are correct. It's not related to java at all. Try to ask this in an html of web development forum (but I would be suprised if you could implement it)
    Kaj

Maybe you are looking for

  • Interest calculation based on Net Due Date

    Hi guys: I want the interest calculation based on net due date and not document date or posting date. I tried to check the box "ALWAYS CALCULATE INT FROM NET DUE DATE in prepare item interest calculation step, but system gives me message "Do not sele

  • Profit Center Accounting in ECPCA and New GL

    Hi Friends, We want to use the ECPCA profit center accounting for managment reporting. Also we are using new GL therefore we also have Profit Center accounting accounting. Can we just go with ECPCA, if yes what would be the dis-advantage of not using

  • 20"cinema display revised?

    I bought 4 days ago a presumably just manufactured 20 inch cinemadisplay, The unit has already pixel and lightleakingissues.. When I called Apple about this , I was told this unit was manufactured in October 2005... Does anybody know wether these uni

  • Setting the Background Graphics for a JFrame

    Hi, I am designing a GUI-based game and intend to set the background of my JFrame to a specific jgp graphic...I can't seem to find any method for setting the background in the JFrame API. Kindly assist! Cheers.

  • BOEXIR3.1 on Windows Server 2008 SP1

    Hi, I am having problems to install BOER3.1 on Win2008 SP1 (64 bits), when I try I get some errors about it's not possible to register dll's and also, I want to install on a different path that program files(x86) but i can't. Any body knows if there