Several browsers perfect, Navigator shows only top 1/3 of page

Opera, Firefox, Safari, Seamonkey, Camino and IE all displpay iWeb-=created pages perfectly, but Netscape shows only the top third of pages. Somehow, too, the "Made on a Mac" logo appears at the bottom of the pat that IS diaplayed (i.e., it's "shifted" to show (behid??) the last text Netscape condescends to show.
Site (still under construction, but at a viewable stage (except in Navigator!)) is at http://www.levencomco.org/default.html
The default page was done in Freeway as it allowed me to hide the QT controls, which iWeb doesn't seem able to allow, but that page auto-redirects to the main site, which is all done in iWeb.
Any suggestions, please?
TIA.
iMac G5 17" "iSight"   Mac OS X (10.4.5)  

Hi,
In the function  use the top-of-page event as follows:
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
                I_BYPASSING_BUFFER          =
                I_BUFFER_ACTIVE             =
                I_INTERFACE_CHECK           = ' '
             I_CALLBACK_PROGRAM          = 'ZRPMSLM'
                I_CALLBACK_PF_STATUS_SET    = ' '
                I_CALLBACK_USER_COMMAND     = ' '
           <b>  I_CALLBACK_TOP_OF_PAGE      = 'TOP'</b>
Define whatever to appear in top-of page in a subroutine named TOP.
Hope this helps.
Reward if helpful.
Regards,
Sipra

Similar Messages

  • Possible to Have ToC Default to Show Only Top Level (collapse sublevels)?

    Howdy!
    I'll bet I'm not the only one wishing for this.  Let's say you're using Captivate 4's Table of Contents feature with a longish movie of Cp slides, which is chunked into bite-size sections content-wise.  In the ToC, though, you can't mimic that same organization scheme; at least, the learner would first need to collapse all the ToC folders you've created so they see only the top-level listing.
    This can be a critical issue:  keeping the at-first-glance list in the ToC brief enough to be inviting to learners, yet allowing learners to drive which details are currently visible.
    A movie's topical hierarchy could be along these lines, for example ...
    Section 1 - National Brands
    What are National Brands?
    Why Are They Important to Our Business?
    Working with Nat. Brands
    Practice Your Knowledge
    Section 2 - International Brands
    What are International Brands?
    Why Are They Important to Our Business?
    Working with Intl. Brands
    Practice Your Knowledge
    You'd like to organize the ToC to show only the section titles (1st level) and to suppress the 2nd-level detail (slide titles) until the learner chooses to expand the folder to see those details.
    I've tried things like grouping the slides into sections in the Storyboard view and organizing the slides into sections strictly within the ToC -- both to no avail.
    Has anyone solved for this need yet?
    I'm all ears, and you'd be doing learners of the world a huge favor.
    Thanks!

    Hi, Jim.
    Thanks for being 'on the case' and looking into this so quickly.  Your
    findings are encouraging, although my user base is generally working with
    IE 6 and FP8 or 9.
    Since the only thing I may influence is getting  IT to help push out FP10,
    I'm hoping it's more of a player- than a browser-version issue.
    I'll test things out by Monday and let you know the results.  Wish me luck!
    Dave
                                                                                    From:       Jim Leichliter <[email protected]>                                                                               
    To:         Dave Tressler <[email protected]>                                                                               
    Date:       03/26/2010 06:02 PM                                                                               
    Subject:    Possible to Have ToC Default to Show Only Top Level (collapse
                  sublevels)?                                                                                
    Dave,
    I just tested this on my local web server and it worked fine.  I created a
    blank project with 8 slides.  Created my TOC with grouping... 2 slides in
    each group.  I turned on self paced learning.  I tried with and without the
    widget and it picked up where I left off in either case.  See
    https://docs.google.com/leaf?id=0B86WuEq6SVwRNWIwMjhjODctMjE2Yy00MWE2LWI5YzEtMGQxYzNjOWQ0Z mI2&hl=en. 
    I published using FP10 and IE8 to view.  Notice any difference between
    your project and this one?
    Thanks,
    Jim Leichliter

  • How to make the report shows only top level steps

    HI,
    I use many subsequences in my tests.  I have no interest to see them in the report.  How can I force the report to show only top level steps?
    Thanks
    Rafi

    I needed to prevent 'Skipped' steps from appearing in my reports.  One way to do this is to override the SequenceFilePostResultListEntry callback in the model.  You do this by clicking on Edit and then Sequence File Callbacks and then find SequenceFilePostResultListEntry in the list and click the Add button.
    Edit your new callback in your sequence file to check for a pre-condition.  In my case I checked for Parameters.Result.Status == "Skipped" since that parameter is set to Skipped, Done, etc. based on the result.
    If the condition was true then my only step in the callback was to set Parameters.DiscardResults = True.  The TestStand model will then throw that result away when it processes the report.  You could add a step for every type of data you wish to discard.
    A second method that is easier to implement, but time consuming, is to select each step you DON'T want in your report and bring up the Properties for that step.  Under the Run Options tab, deselect the Record Results box.  That will keep the results of that step out of the report, but you have to do this for EVERY step you don't want to have reported.  The first approach I provided acts to filter the results.
    If you aren't sure what the Parameters.Result.Status will be, then set a breakpoint after that step is executed and scan the parameters when the sequence is halted there.  You can then detect the actual text used as a result for that step, such as "Done" and can set your pre-condition appropriately.

  • Business Document Navigator -- Show only specific document types

    Hello to all,
    I'm using the business document navigator.
    With parameter excluding of method cl_bds_document_set=>call_navigator you can disable the standard document types are shown by passing the value NO_STANDARD_DOCS.
    Is it possible to define document types that should be shown and aren't a standard document type?
    Regards
    Christian

    It will return an error but yet it allow to be created under HOLD

  • Configuring active x container to show only part of a web page (net camera)

    I've been working on an interface controlling a goniometer for crystal alignment.
    A NETcam has been plugged into the network and streams a live image from the equipment being moved by the controls.
    I need to integrate the NETcam into the control panel.
    I've managed to do this but the actual NETcam has a built in homepage on it with few custom features to ammend a custom page fully.
    I am stuck with the streaming image in the middle of a web page from the active x window.
    Is there any way I can cut out part of a web page to view only a certain area of it with no scroll bars aswell? The cam is an AXIS2100.
    James.

    James,
    Take a look at the code for the web page. You may find that the camera is itself either another URL, or an image that is part of the page. I haven't worked with this type of data before, but I have worked extensively with web content and HTML, as well as browsers.
    You can try several things. If the camera has a URL, use datasocket to link to that. If the image is a separate link, which you can tell by right clicking on the webcam image and clicking "save link as...", then you can setup your browser to look at this image only.
    If you can, post the URL for the page you are having problems with, or email me the source for it, and I will try to help.
    Good luck

  • MG5350 prints only top of the first page (ink is full)

    It started a few prints ago that the printer MG 5350 is only printing the head of the first page the rest stays blank, on a document of 3 pages it also throughs out another completly blank page.
    All ink toner are full and I am printing via wifi. before this problem it was printing without any problems. 
    I am printing word 2013 documents.
    Any idea what I could do?

    This print quality document may offer further help:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02208875&tmp_task=solveCategory&cc=us&dlc=en&la...
    There is also a document about cleaning the printhead contacts:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01615896&cc=us&dlc=en&lc=en&product=4083969&tmp...
    007OHMSS
    I was a support engineer for HP.
    If the advice resolved the situation, please mark it as a solution. Thank you.

  • Show Only First N Rows in SAP Design Studio Chart/Table

    Hi,
    Is it possible to show only first N rows of data in SAP Design Studio Charts/Cross Tab ?
    Eg
    Bex Query Output
    Here If I mention First 2 rows, my chart looks like below
    If I mention First 4 rows, my chart looks like below
    Thanks
    Anil

    Hi Mustafa,
    Thanks for your reply.
    Actually our requirement is, we have one Bex Query where we are using Ranking Function.
    We have 15 customers, and we need to know the ranking based on some calculations.
    Whenever we execute the query with different time periods, the ranking of Customers will vary, for example if I execute query for year 2014, customer 1 can be Rank 1, If I execute for year 2013, Customer 7 can be Rank 1.
    From this Query I need to show only Top 5 Customers in Cross Tab/Chart.
    We tried to put condition on CY Ranking in Bex to show only Top 5, but the result was giving some diff customers and also for all Time periods we are getting same Customers In Top 5.
    To overcome this, we thought instead of putting condition on Bex side, we are trying to pick only first 5 rows from Bex Query and show them in Chart/Cross Tab, something like we will map only first 5 rows in Xcelcius.
    We would like to know is there any functionality in Design Studio to show only first 5 rows of data.
    Regards,
    Anil

  • Gap between Navigation area and top banner

    I have a small gap between the navigation area and top banner
    of my page design and I can't quite figure out what is causing
    it... or how to fix it. Here is the page
    Moonspinners
    Tearoom. I know that this is probably a simple fix but I've
    tried a few things and haven't hit on it yet. Thanks for any help
    Maureen

    Hello,
    You are simply missing a closing </div> tag.
    Change this:
    <div id="banner">
    <div align="center"><img
    src="images/bannerw_logo.gif" alt="Moonspinners Tearoom"
    width="750" height="140" />
    <!--END BANNER DIV -->
    </div>
    To this:
    <div id="banner">
    <div align="center"><img
    src="images/bannerw_logo.gif" alt="Moonspinners Tearoom"
    width="750" height="140" /></div>
    <!--END BANNER DIV -->
    </div>
    Notice the added </div> tag after "140" /> that was
    missing.
    -OR-
    As you really don't even need the <div> around the
    image (the wrapper is 750px and the image is 750px, so it's
    centered already) you can:
    Change this:
    <div id="banner">
    <div align="center"><img
    src="images/bannerw_logo.gif" alt="Moonspinners Tearoom"
    width="750" height="140" />
    <!--END BANNER DIV -->
    </div>
    To this:
    <div id="banner"><img src="images/bannerw_logo.gif"
    alt="Moonspinners Tearoom" width="750" height="140" />
    <!--END BANNER DIV -->
    </div>
    Take care,
    Tim

  • Feature: Show ONLY IMAGES of a webpage??

    Hello...
    I recently installed some add-on Safari enhancement type things (like Safari Enhancer and SafariStand) while at the same time, checking out Firefox as well. It was LATE at night and I do NOT recall what I did but I brought up some pageview function that took the webpage I was currently viewing and opened a new page that showed ONLY THE IMAGES of the page. For example, on this page that you are currently viewing, the image-only pageview would ONLY show the Apple icon tab above and the "Store" and "iPod + iTunes" and ".Mac" tabs above as well as the Logout, My Settings, My Posts, My Subscriptions, etc icons from the page....NO text or links or fields to fill in.
    PROBLEM is that I CANNOT remember what I did to show that pageview of only images!! Actually I do not know if I did this in Safari or FIREFOX!!
    I was wondering if anyone was familiar with this image-only pageview option?? Or whether it was in Safari or Firefox and how to bring it up again??
    Thanks!!
    Scott
    Powerbook 1.67GHz AL   Mac OS X (10.4.7)   Oadedlay with ornpay...

    Select that folder in LR and run the search again. It should be restricted to the folder. I asume the original search was doen in All Photographs.
    Don
    Don Ricklin, MacBook 1.83Ghz Duo 2 Core running 10.4.9 & Win XP, Pentax *ist D
    http://donricklin.blogspot.com/

  • With brand new iphone 4s when plugging into computer itunes shows a blank page with an apple logo in top left and a small lock in the top right. right clicking iphone under devices shows only eject.

    with brand new iphone 4s when plugging into computer itunes shows a blank page with an apple logo in top left and a small lock in the top right. right clicking iphone under devices shows only eject.

    Having same issue here:
    https://discussions.apple.com/message/19043181#19043181

  • I have several pdfs on my iPad in iBooks. My iPhone shows only the categories, none of the documents. How can I get my iPhone to also show the documents that are on my iPad?

    I have several pdfs on my iPad in iBooks. My iPhone shows only the categories, none of the documents. How can I get my iPhone to also show the documents that are on my iPad?

    You will need to connect your iPad to your computer's iTunes and do File > Devices > Transfer Purchases to copy them over to your computer (that will copy PDFs and epubs that are in the iBooks app, not just actual ibooks), and you can then sync them to your iPhone. Or you might be able to open each PDF in iBooks on your iPad and use the share icon to email them to yourself and then use 'open in' in the Mail app on your iPhone to copy them to its iBooks app (if the PDF is protected then you may not get the email option via the share icon).
    The Settings > iBooks > Sync Collections setting doesn't copy items between devices, it just means that it a bookor PDF is on both devices and you move it into a collection on one device then it will be moved into the same collection on the other device

  • Only top left quadrant of AVI DV files shows in High Quality mode

    I'm having the same problem as this person:
    http://discussions.apple.com/thread.jspa?messageID=3396179&#3396179
    AVI files that have NTSC DV video in them only show the top left quarter of the image throughout playback when I have checked the "Use the high quality video setting..." option in Player Preferences. This occurs with direct captured footage and footage rendered out of my video editing program. Any solutions? The DV footage looks horrible in low quality mode, and makes it hard to know if your shots are actually rendered correctly, so I'd rather not have to use that.
    --Judd

    I am having the same issue, It plays ok on my Mac Pro, but when I play it on my XP pro machine, it only plays in the top left quarter of play window.
    Have seen this question in oter threads here, but they remain un-answered. Hope someone can help with this issue, as it is quite annoying!
    Mac Pro   Mac OS X (10.4.9)   Also XP on 3.2 Dual Core P4 w/HT
    Mac Pro   Mac OS X (10.4.9)   Also XP on 3.2 Dual Core P4 w/HT

  • My keyboard only shows the top half of the letters

    My keyboard only shows the top half when I go into the app app and I cannot put in my apple id or password because the keyboard is not showing

    Is this happening when using the App Store or some other App?
    Try to rotate the iPhone and get the keyboard to appear in landscape view or on the flipping the screen while keeping it in portrait mode.
    If that doesn't do it, try following along with this Apple doc -> iOS: Troubleshooting applications purchased from the App Store

  • In Firefox 36.0.1, can I show ONLY copy and paste in the navigation toolbar without showing cut?

    In Firefox 36.0.1, can I show ONLY copy and paste in the navigation toolbar without showing cut?

    Do you only want this to happen if you right-click in the location/address bar?
    You can ddd code to the <b>userChrome.css</b> file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    <pre><nowiki>@namespace url("https://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #urlbar menupopup menuitem[label="Cut"] { display:none !important; }
    </nowiki></pre>
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the <b>chrome</b> folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    You can use this button to go to the currently used Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *Create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
    *Use a plain text editor like Notepad to create a (new) userChrome.css file in the chrome folder (file name is case sensitive)
    *Paste the code in the userChrome.css file in the editor window
    *Make sure that the userChrome.css file starts with the default @namespace line
    *Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userChrome.css.<br>Otherwise Windows may add a hidden .txt file extension and you end up with a not working userChrome.css.txt file

  • I have been unsuccessful merging serval pdf files into one file.  I select the Sidebar for both pdfs, then drag one pdf on top of the other and Save the Version.  When I open the file I think I have saved, it shows only the original pdf.  Advice would be

    I have been unsuccessful merging serval pdf files into one file.  I select the Sidebar for both pdfs, then drag one pdf on top of the other and Save the Version.  When I open the file I think I have saved, it shows only the original pdf.  Advice would be appreciated.  Thank you.

    wouldnt it be easier if you could do something like this?
    https://discussions.apple.com/thread/3392535

Maybe you are looking for

  • Time Machine no longer can find my backup disk

    Since the OSX 10.6.6 upgrade, I am unable to do a Time Machine backup on my MacBook Pro. It is on a network with my iMac which is connected via FireWire to my Drobo. I have never had a problem before with Time Machine being able to find the Sparsebun

  • Mercury Playback not working

    I just re-installed Win7-64 and all my software, including Master collection CS5.  I started a new project in PPro CS5 and noticed that video rendering is set for "Mercury Playback Engine Software Only" and is greyed out, so I cannot change it.  I ha

  • IPhone will simply not be detected by iTunes

    Hi all, I have a problem. I'm using Windows 7 32bit and the latest version of iTunes; I've followed the Apple Support articles to a T but my iPhone simply won't be detected by iTunes. The funny thing is, Windows Explorer detects it as an iPhone just

  • Upload Module Pool program

    Hi Experts,                     I have developed a Module Pool Program in IDES. Unfortunately the ides system is crashed. But I took the back up of the program. But I dont have any idea of how to upload the program into ides again. Please let me know

  • Thumbnail inconsistencies

    Hi, So, I'm still kinda new-ish to the whole Mac thing, and I'm trying to figure out why I'm getting some images' thumbnails appearing as the actual image itself, while others just as a generic thumbnail. Right now, for instance, I've got two jpg's o