Is client browser's actual height accessible?

Hi all,
I have an UI Element IFrame, whose height setting puzzles me.
If I set the height as default or 100%, the IFrame can't retrive my browser's actual height and occupies only a small part on my screen.
If I fix the height by ****pixel, adjusting it to occupies a full-page on my screen, it may have a different apperence on others' PC if they have a different "screen resolution" setting.
I'm wondering, is there a way to get the actual height of the client's browser, then I can set the IFrame height dynamically?
Thanks for your attention.

Hi Ayyapparaj,
Actually I had taken a search on Internet about "IFrame height", and found some similiar topics - although most of which are in the domain of HTML IFrame.
The mentioned solutions on these topics mainly point to "dynamically setting the IFrame height" using JavaScript - that's why I wish to be able to retrive the client browser information.
Anyway, thank you very much for your information.

Similar Messages

  • Can I get information regarding the client browser using JSP

    can I get information regarding the client browser using JSP. like.. name, screen resolutions, font type, screen width and height of the browser etc.,
    if possible then please give me the samples..
    thanks,

    can I get information regarding the client browser using JSP. like.. name, screen resolutions, font type, screen width and height of the browser etc.,
    if possible then please give me the samples..
    thanks,

  • How to find Browser Widh and Height?

    Hi,
    Is it possible to find the client browser height and width using WebDyn Pro..?
    My Scenario : I have a Tree on the left of the screen and content area on right and i want to put them in seperate scrollcontainers and the height and width of the scrollcontainer has to be set.
    Thanks and Regards
    Chandu

    If I have understood your question correctly then probably you are looking for a way to know the client screen size (monitor size) to set your scroll containers height. I dont think it is possible to know this information in Web Dynpro.
    Regards,
    Gaurav

  • URL iviews are not cached in client browser!!!

    Hi All,
    We have URL ivews of ASP.NET pages in our Portal Home page.
    Those ASP.NET pages are located in MS Windows Server (IIS).
    It takes long time to load the Portal Home page.
    We set the Allow Client-Side Caching - Yes, Cache Level - Shared, Cache
    Validtiy Period: 7.59.59 for all URL iviews.
    For the Home page which contains all URL iviews Isolation Method
    property is set to Embedded.
    We set "Enable Content Expiration" - 8 Hours for the "Root - virtual
    directory" in IIS.
    When I browse those pages with the URL directly in IE (outside Portal).
    It runs faster and returns with HTTP status code "cached".
    All the pages including HTML are cached in client browser.
    When I logged into portal all images, css and javascript files are
    cached in the client browser but not the HTML content. It returns with
    HTTP status code 200 whick means URL iviews are not cached in client browser.
    Thanks
    Thruna Shanmuga

    Hi Thruna,
    The only header which influences caching behaviour in your request is the 'Cache-Control: private' header, which afaik means that the page cannot be cached by a shared cache (such as a web proxy), but can be cached in a personal proxy such as the browser cache.
    However the headers do not specify a specific expiration date which means that the browser cannot know how long the response can be cached and thus has to check validity every browser session. The most optimistic scenario would be that the browser checks if the cached entry is still valid by requesting the resource and adding a If-Modified-Since or If-None-Match header. The server could then respond with a 304 Not Modified, skipping sending the actual resource in the response body.
    If you want the resource to be fully cached you have to give it an expiration date in the future. This has to be done in the IIS server, maybe through ASP tags in the page.
    I do not know why the page is loading from cache in the non-portal scenario but I can only suggest that you make absolutely sure the cache item was not validated already in the session.
    With kind regards,
    Thijs Janssen

  • Client Browser mis-identifies Firefox as IE

    It seems that the conditional display Client Browser condition is mis-identifying Firefox as IE. When I create a region with a condition of "Client Browser: Microsoft Internet Explorer 5.5, 6.0 or higher", the region is visible in both IE 7.0 and Firefox. When I create one with a condition of "Client Browser: Mozilla, Netscape 6.x/7x or higher", the region is not visible in either.
    Anyone else notice the same behavior?

    Anyone else notice the same behavior?No, I've never had occasion to use this type of condition. However I don't find it surprising. Think there's a clue in there with the mention of IE 5.5 and NS 6. Looks like these conditions date back a while, to the time when men were men, Firefox was young, and Javascript was flaky.
    Whatever method of user agent detection is in use may have been overtaken by browser developments. (If it's using plain old user agent strings then it was never likely to prove very robust as most browsers can be configured to spoof UA strings.)
    Unable to test this at present, so can't confirm these findings or find out what happens if using, say, Safari, Chrome or Opera. However, the existence of browsers and versions not covered by these conditions makes me very doubtful about relying on them. They've also not been covered in the documentation.
    Are you reporting this out of disinterested curiosity or do you think you actually have a requirement to know what browser is being used?

  • How to display an html located in server to client browser?

    Hi,
    i want to display an html file located at the server to a client browser. how can i do it? and i want the user to select the particular file thru an open dialog box. will it be possible?
    regds,
    Abhi...

    in general about files :
    http://forum.java.sun.com/thread.jsp?forum=45&thread=522723&start=0&range=15#2502318
    simple for html: soemdecription

  • How to get Client(browser) current date/time in BIP report

    Hi,
    I need to display report generated date in BIP report and this should be client(browser) current date/time. I tried the following things.
    1. have used MS Word Native Date/time using Insert->Date/Time. And we have chosen the M/d/yyyy h:mm:ss am/pm format. but it is printing BIp server date/time, not client date/time.
    2. <?xdofx:sysdate?>, <?xdoxslt:sysdate_as_xsdformat()?> and <?format-date:xdoxslt:sysdate_as_xsdformat();'SHORT_TIME'?> are giving GMT Date/Time, but we need client Date/Time.
    3.<?xdoxslt:sysdate('DD-MON-YYYY HH12:mi:ss')?> is giving the system date/time of the machine where BIP server is installed.
    Could you provide some help in this??
    Thanks
    Hari

    Hello, Hari,
    what would return something like this:
    Execution date:
    <?xdoxslt:current_date('ja-JP', 'Asia/Tokyo')?>
    <?xdoxslt:current_time('ja-JP', 'Asia/Tokyo')?>
    @Vetsrini,
    for my opinion,
    in the countries where time is switching (winter/summer) using the hard coded time zones in the format-date() cause a problem:
    for example:
    if we enter the date in date prompt in summer it will return PM_DT = 2010-07-20T00:00:00.000+04:00
    in winter 2010-07-20T00:00:00.000+03:00, so,
    using <?format-date:PM_DT;'DD.MM.YYYY';'GMT+3'?> return 2010-07-20 in winter and 2010-07-19 in summer.
    regards,
    Eldar A.

  • How to get the actual height of JEditorPane?

    I have a basic question on the JEditorPane. Do I have to show the JEditorPane on a temporary Frame in order to get the actual height? My work around is to show the JEditorPane on a frame, get the JEditorPane height, then dispose the frame. It would be nice if I can get the actual height of JEditorPane without showing the frame.
    This is test my code.
    import java.awt.*;
    import java.lang.*;
    import java.net.*;
    import javax.swing.*;
    public class Test {
    public static void main (String [] args) {
    double w = 0;
    double h = 0;
    JEditorPane editorPane = null;
    try {
    URL url = new URL("file:test.html");
    editorPane = new JEditorPane(url);
    } catch (Exception e) {}
    editorPane.setPreferredSize(new Dimension(400, 700));
    w = editorPane.getWidth();
    h = editorPane.getHeight();
    // output "width: 0 height: 0"
    System.out.println("width: " + w + " height: " + h);
    // This my work around the get the actual height
    JScrollPane scrollPane = new JScrollPane(editorPane);
    JFrame frame = new JFrame("TESTING");
    frame.getContentPane().add(scrollPane);
    frame.pack();
    frame.show();
    // wait for loading data
    try {
    Thread.sleep(20000);
    } catch (Exception e) {}
    w = editorPane.getWidth();
    // actual height based on the width and the size of test.html
    h = editorPane.getHeight();
    // output "width: 597 height: 24320"
    // 24320 is the actual height that i want
    System.out.println("width: " + w + " height: " + h);
    frame.dispose();

    This thread uses a PropertyChangeListener to notify you when the page is finished loading.
    http://forum.java.sun.com/thread.jsp?forum=57&thread=333171

  • Information kept in client browser cache

    Hi all,
    Does anyone know what kind of information is stored in client browser cache when users are logged into Planning or Workspace?
    We have a concern from customer Information Security department concerning to confidential information (data) that could be left behind on browser cache when users log out from applications.
    We need to provide a confirmation to customer that all confidential information that could be found on client browser cache is deleted after the users end their work sessions.
    Thanks in advance,
    Marilia

    The question is what counts as confidential information.
    You can use the Firefox browser to login and go to Planning and then in another tab do about:cache
    Using this the below web pages are in the cache. I browse through these cached pages and one of them has application name and database names which some people may consider confidential depending on the context.
    Suggest you provide them a view only login and ask them to use Firefox and let them determine if that information is confidential.
    The cached information from my session follows:
    Key: http://bpm11bi01/workspace/browse/workspacepages?moduleID=tools.workspacepages.5&editable=false&accessibilityMode=false&action=4&repository_uuid=HomePage_wsp&theme_dir=themes%2Ftheme_tadpole%2F
    Data size: 55161 bytes
    Fetch count: 2
    Last modified: 2009-07-16 00:09:19
    Expires: 1969-12-31 18:00:00
    Key: http://bpm11bi01/workspace/BpmLauncher.jsp?accessibilityMode=false
    Data size: 13218 bytes
    Fetch count: 2
    Last modified: 2009-07-16 00:08:38
    Expires: 1969-12-31 18:00:00
    Key: http://bpm11bi01/workspace/browse/dyn?page=/jsp/com/hyperion/tools/workspacepages/mrulisting.jsp&cssUri=%2E%2E%2Fthemes%2Ftheme_tadpole%2Fhomepage%2Ecss&showTitle=true&theme_dir=themes%2Ftheme_tadpole%2F
    Data size: 8482 bytes
    Fetch count: 2
    Last modified: 2009-07-16 00:09:20
    Expires: 1969-12-31 18:00:00
    Key: http://bpm11bi01/workspace/browse/dyn?page=/jsp/com/hyperion/tools/workspacepages/workspacePagelisting.jsp&cssUri=%2E%2E%2Fthemes%2Ftheme_tadpole%2Fhomepage%2Ecss&showTitle=true&showItems=4&theme_dir=themes%2Ftheme_tadpole%2F
    Data size: 6958 bytes
    Fetch count: 1
    Last modified: 2009-07-16 00:09:19
    Expires: 1969-12-31 18:00:00
    Key: http://bpm11bi01/workspace/browse/dyn?page=/jsp/com/hyperion/tools/workspacepages/quicklink.jsp&cssUri=%2E%2E%2Fthemes%2Ftheme_tadpole%2Fhomepage%2Ecss&showTitle=true&showItems=4&numThreads=5&theme_dir=themes%2Ftheme_tadpole%2F
    Data size: 6102 bytes
    Fetch count: 3
    Last modified: 2009-07-16 00:09:19
    Expires: 1969-12-31 18:00:00
    Key: http://bpm11bi01/workspace/modules/com/hyperion/tools/cds/repository/bpm/mode/modeApps.jsp
    Data size: 1408 bytes
    Fetch count: 2
    Last modified: 2009-07-16 00:13:22
    Expires: 1969-12-31 18:00:00
    Key: http://bpm11bi01/workspace/index.jsp
    Data size: 3397 bytes
    Fetch count: 3
    Last modified: 2009-07-16 00:08:38
    Expires: 1969-12-31 18:00:00
    Regards,
    John
    http://www.metavero.com

  • Client Browser Checking

    I am looking for some Plumtree Classes or Interfaces that I can use to enable client browser checking - check to see if the client is using what version of IE or Netscape or Mozilla. We are trying to trap these process and make this a Plumtree UI solution-side instead of handling this through IIS. We are attempting to place these browser checking proccesses inside OnBeforeLogin PEI. Handling a browser check to detect the client browser to see if they are using an out-dated browser version, if client is using out-dated browser version, throw them a message box stating that client will lose some functionality if using dated browsers. Has someone here already done and went through this task?
    I have seen the classes before but do not remember what Plumtree-centric object package they belong with and now I cannot find it. If anyone know what the classes or objects are could you guys point me to the right direction??
    Thanks for the assist
    Ray Salgado, State of Maryland, 410.260.6083

    Thanks Don!
    Got that, that is great for the first step of the browser sniffing process. To get the browser type.
    Second step is to get the browser version - We also need to detect the client browser version so as create a condition as something like "If IE version 4 below" or "Netscape 5 or below" then we can create a redirect to a community page that has some User Advisory messages warning them that if they continue with the request with the browser they are using then navigation and presentation performance and experience may vary. User can choose to continue or backup.
    Thanks
    Ray

  • Error during start "discoservlet" at client browser.

    My Environment :-
    1) Oracle 8i
    2) Discover 3i Viewer in Single Machine
    3) Client Browser : IE 5.
    The followng is working at client browser (IE 5 and Netscape Communicator 4.72 ):-
    1) http://<httpserver>/
    2) http://<httpserver>/servlets/IsItWorking
    3) http://<httpserver>/disco3ivfiles/
    But when the client running http://<httpserver>/servlets/discoservlet
    1) Under IE 5, the following message has been returned :-
    oracle.xml.parser.v2.XSLException: XSL-1048: The 'xsl:import' element children must precede all other element children of an 'xsl:stylesheet' element.
    2) Under Netscape 4.72, a "Unknown File Type" dialog box with message "You have started to download a file of type text" appears.
    I think I have missed some configuration but I couldn't find it anywhere in the installation and configuration guide.
    Any clues/ideas ????
    Thanks in advance.

    Can you post your disco3iv.xsl so we can take a look at it.
    Christopher
    NOTE:137189.1

  • Can i open MSWord/Autocad in client browser using forms? how?!

    I'm having broplem in opening MSWord/AutoCade documents
    in client mechine through browser.Please help on this.
    In this context, MSWord/Images/AutoCade drawings stored in the
    oracle database as a BLOB column.My requirment is i want retrieve those things from the database, send to client mechine browser, allows the client to edit the application the and store it back to the database.These are all in three tier architecture.
    How can i do it?!
    Backend - Oracle 8i Database.
    Middle - Oracle iAS
    Fronend - Forms 6i
    Note:
    I tryed with OLE2, the MSWord openning in the middle tier, but not in the client browser.
    Thanks & Regards,
    Vijayakumar.S

    Hi,
    Please see the support article below:
    [https://support.mozilla.org/en-US/kb/view-pdf-files-firefox-without-downloading-them#w_using-a-pdf-reader-plugin Using a PDF reader plugin]
    You need to ensure that the default Action for opening PDFs is to use the Nitro plugin rather than Saving the file.
    Please let me know if that doesn't help.

  • How do I read the actual height of the panel title bar (or actual total panel height)

    In Flex 4.5:
    I have panel which is reading panel.height as 159, however it contains a swf in a swfloader which is 400 in height so it should be more than 400.
    I need to know what the actual height of the panel is so I can scaleX and scaleY it to full screen height eg. scale=screenheight/panelHeight.
    I know the content container will be 400 (the size of the movie) but can't read the height of the titleBar, and the overall panel height is returning the wrong value.

    Spark Panels don't clip.  Maybe that's what is going on?  Also check the
    measuredHeight of the Panel.

  • How to trap client browser window closing thru JSP or servlets

    How to trap client browser window closing thru JSP or servlets?
    Gunjan

    Hi
    Though some JavaScripts may provide you with solutions , yet there is no reliable way to detect the closing of the browser by the servlet. One way to achieve detection of user quitting a session is setting session timeouts ion the server side. This can be done either through the web.xml file or programatically by setting the session.setMaxInactiveInterval().
    Good Luck!
    Eshwar Rao
    Developer Technical Support
    Sun microsystems Inc
    http://www.sun.com/developers/support

  • How Client Browser Understand Server response

    Hi Experts,
    Iam new to java advance Technology. I hava a simple doubt, that "How Client Browser Understand Server response".
    suppose if u open multiple Browsers and u typing same URL in all browser window(www.rediffmail.com). The server will generate response for requested resources. I dont no how the response will received by client browser without any conflit.
    I need to know, whether the browser attach any ID to requested URL (or) any other machanism which helps the identification.
    plz reply with example
    Thank u

    Hi praks_it,
    "How Client Browser Understand Server response".
    I dont no how the response will received by client browser without any conflit.
    I need to know, whether the browser attach any ID to requested URL (or) any other machanism which helps the identification.
    The answers to all the above of ur questions is the HTTP (Hyper Text Transfer Protocol).
    It is a mechanism developed and documented by the W3C (World Wide Web Consortium) which specifies all needs for internet and browsers.
    Check out the following links and u'll gain more on the subject :
    1) http://www.google.co.in/search?hl=en&lr=&oi=defmore&q=define:HTTP
    2) http://www.w3.org/Protocols/rfc2616/rfc2616.html (recommended).
    Hope this helps.
    Cheers !!
    Sherbir

Maybe you are looking for

  • GR/IR expenses not affected with the settlement rule run process in the GL

    <i><b>Please neglect by previous post with the same title</b></i> There is a problem I face while running the settlement rule process related to internal orders on the GR/IR expenses. According to the internal order settlement rule every expense asso

  • Dust Cover for 24 inch iMac Intel

    Simple question: anybody come across any company that is making a dust cover for the 24 inch iMac Intel ? I've seen them for the small screens, but not for the 24 inch, except on welovemacs.com which seems to only ship in the US. A Europe or UK outle

  • "ERROR SAVING RECORD" Message generated...

    Hi Everyone, I have a minor error with an Alert I made. I have an alert linked to both the Pre-Insert and Pre-Update Triggers at the Block level of my form. This alert fires when the Volume entered in the record is >50. It asks "Are you are sure the

  • Can't limit the number of simultaneous sessions per user

    Hi, I am using Cisco ACS 4.0 as a radius server that authenticate users for Internet access. Microsoft ISA 2004 is used as Radius client. When users tries to connect to Internet, the ISA Server forwards requests to Radius server (Cisco ACS) for authe

  • All can see on my desktop is the screen saver, no folders and no icons/docks can anybody help?

    all i can see on my desktop is the screen saver, no folders, icons / dock it happened after cleaning the laptop and may have pressed random things on the keyboard when wiping over them, any suggestions? Thanks!