Page navigation when frame replaced with div

Hi,
I am using CF8. I have an existing  apllication using frame to render the pages.
<frame name="main" scrolling="AUTO" noresize src="mypage.cfm">
The issue is that layout is not rendering correctly in iPad and therefore
made some changes to replace the frame with div.
How can we now include the page navigation given in the src while using the
div?

thanks, this is helpful although it produces a slightly different behavior from hat I hand in mind. the forum settings page allows up to 50 posts per page but this gives more.
Still having 100+ posts on a single page is not the most convenient arrangement and my original request stands. One needs a built in way to jump to more than one page ahead.
Message was edited by: V.K.

Similar Messages

  • IWeb Page Navigational Links not working with Internet Explorer 7

    I'm hoping someone can help me out here? My wife created her 1st website using iWeb. I am testing the sites functionality before we publish it. All the pages and links work fine on Firefox and Safari for windows. However, the page navigational links are not working on Internet Explorer 7. All I see is a dot to the left side of where the page links should be. When I start the site in IE7 I get an Active X script warning and I am asked if I want to allow the script to run; to which I reply yes. After I allow the Active X script the dot to the left side of where the page links should be disappears, but the links do not appear.
    Is there anyway to resolve this? Most of the members of her club have Windows based PCs and are using IE7.
    Message was edited by: cviz821

    Yes, Javascript is running on IE7 and other java script applets appear to be working with the exception of the Navbar script.
    It would be great if my wife's friends used a "real" browser, unfortunately 70% of the people on the web use IE7, so this is a real concern if we can't get this to work. I'v seen other iWeb site on IE7 that seem to function fine, so I'm not sure what the issue is here.
    Message was edited by: cviz821

  • Page navigation when looking at old posts

    when I browse old pages in forums I can always jump up to 10 pages ahead at the bottom of the page.
    However, when I browse my old post, the page navigation allows me to jump only to pages 1-9 and the next (or the previous) page. This means that the only way to get to the messages page 10 and up is by repeatedly pressing the "Next page" button. This might not matter to people with less than 100 posts but is VERY inconvenient for those of us who post a lot.
    I'd like to have either a "go to a particular page" button or the same navigation system which is used in regular forum browsing which allows to jump in 10 page increments.

    thanks, this is helpful although it produces a slightly different behavior from hat I hand in mind. the forum settings page allows up to 50 posts per page but this gives more.
    Still having 100+ posts on a single page is not the most convenient arrangement and my original request stands. One needs a built in way to jump to more than one page ahead.
    Message was edited by: V.K.

  • Why does page-break-before get replaced with br class hcp10?

    why does <br style="page-break-before: always;"> get replaced with <br class="hcp10">
    This issue only occurs when generating an HTML Help CHM file.

    An alternative method can be found in Item 23 at http://www.grainge.org/pages/snippets/snippets.htm#content.
    Are you saying the code in the source file gets changed? I suspect you mean target files but how are you identifying the change in a CHM? Is the change causing a problem?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Can't open video now each video frame replaced with writing

    Made video and saved to my ssd, which is where I didn't want to save it.  Thought I copied to my main drive and deleted video from my ssd, now when I open my video in the new directory this is what appears. Which says Media offline, also got file not supported or the required codec installed.  Please when explaining a fix remember I am new to this program and need a simple explanation.    Thanks Kim

    Kim
    Let us say that you have a .mp4 video with a frame size of 1920 x 1080 and that it has a frame rate that ranges from 26 to 32 frames per second, but general overall frame rate of 28.
    We are going to take that video into HandBrake and get out a file 1920 x 1080 with a frame rate of 29.97 frames per second that stays that way for the whole playback of the video in Premiere Elements or anywhere else.
    Download and install HandBrake
    https://handbrake.fr/
    Open HandBrake to see the following workspace.
    Now getting more detailed......
    1. Click on Source/Open File and browse to the video at its computer hard drive save location. When you find it, click on it to select it, and then click Open at the bottom right of the Open dialog that you are in.
    2. In the place where it says "Chapters", change that to seconds by clicking on the tiny triangle to the right of that field and selecting seconds.
    3. In the Destination field, hit the Browse button to the right of the Destination File field and browse to the place where you want the new file saved to.
    Suggested place - Libraries\Videos
    4. Output Settings/Container - have that set at Mp4
    5. If your video has a frame size of 1920 x 1080, the values will display under the opened Picture Tab. Do nothing there under the Picture Tab. Let it be, "it is what it is".
    Now switching from Picture Tab view to Video Tab View....
    Click on the Video Tab to open it. Refer to the screenshot directly above....
    6. Set the Video Codec to H.264 (x264).
    7. Set the Framerate (FPS) to 59.94. (The screenshot shows 29.97. It should be 59.94. The screenshot was done before I saw your information in your latest post.)
    8. Make sure the Constant Framerate is dotted
    9. Hit the Start button at the top left of the workspace.
    10. Watch the progress bar at the bottom left for the exact words "Queue Finished" as the signal Done.
    Find your new file with the frame rate converted from variable to constant frame rate.
    Please review the above and let me know where I can clarify it further if necessary.
    Thanks.
    ATR

  • Why are msdn pages broken when viewing site with chrome ?

    http://msdn.microsoft.com/en-us/library/ff928362(v=vs.92).aspx
    When opening same link in IE the page looks ok.
    AdBlock was disabled for msdn.

    Same here.  Desktop API documentation is not loading in Chrome, while others still open just fine.  The same pages open OK in IE, and they used to open OK in Chrome.  What's up!!???
    Jose R. MCP
    Code Samples

  • Print tpage number/total page number in a report with width more than 240

    Dear all,
    I need to display total page number as following code sample.
    But I need to put it after position 240.
    this program can print total page number if   it is placed at postion 239 or before.
    WRITE: /234(10) 'Heading',  239 SY-PAGNO,'of ', '-----'.
    Whenever I put  240 or more WRITE: /234(10) 'Heading',  240 SY-PAGNO,'of ', '-----'.
    Total page num could not be displayed.
    Please tell me the solution.
    thanks
    REPORT YPAGECOUNT NO STANDARD PAGE HEADING LINE-SIZE 276  LINE-COUNT 65.
        DATA L_PAGE_COUNT(5) TYPE C.
    TOP-OF-PAGE.
      WRITE : /234(10) 'PAGE', SY-PAGNO,'/ ','-----', ''.
       WRITE: /234(10) 'Heading',  239 SY-PAGNO,'of ', '-----'.
        ULINE.
    START-OF-SELECTION.
      Real list output takes place here
        DO 1000 TIMES.
            WRITE: / 'Line #', SY-LINNO.
        ENDDO.
      Page count will be printed on each page here
        WRITE SY-PAGNO TO L_PAGE_COUNT LEFT-JUSTIFIED.
        DO SY-PAGNO TIMES.
            READ LINE 1 OF PAGE SY-INDEX.
            REPLACE '-----' WITH L_PAGE_COUNT INTO SY-LISEL.
            MODIFY CURRENT LINE.
        ENDDO.

    Using Values Greater than 255 for the LINE-SIZE of a List
    If you define a fixed column width greater than 255 using the LINE-SIZE addition in the REPORT or NEW-PAGEstatement, the following notes apply:
    Type definitions: The type group SLIST defines the valid maximum value for the list width (SLIST_MAX_LINESIZE), and contains a type for list lines with maximum width (SLIST_MAX_LISTLINE).
    Accessing the entire contents of a line: To read or modify the entire contents of a wide line, you can use the ... LINE VALUE addition in the READ LINE or MODIFY LINE statements. This is an alternative to using SY-LISEL that is independent of the attributes of the system field (since the length of SY-LISEL is 255 characters).
    Horizontal lines: With extra-wide lists, the "ULINE." statement corresponds to "WRITE / SY-ULINE.". So, for example, "ULINE AT 5(300)." corresponds to "WRITE AT 5(300) SY-ULINE.".
    Output length: You can use the length specification in WRITE (or ULINE) to extend the output length of an extra-wide list up to the value of LINE-SIZE. If you want to output a whole field that is longer than 255 characters, you must use this, even if the field itself is defined as longer than 255 characters.
    Example
    NEW-PAGE LINE-SIZE 1000.
    DATA: F1(500) VALUE 'F1'.
    WRITE: /      F1 COLOR COL_NORMAL.  " Output with length 255
    WRITE: /(500) F1 COLOR COL_NORMAL.  " Output with length 500
    Awrd Points if useful
    Bhupal

  • Set Page Navigation tab to default open

    Is it possible to set the initial view to have the Page Navigation tab open?

    With Distiller and PDF Maker one can set the thumbnails to be embedded. And PDF Maker can be set to display the "Page and Bookmarks". With the Professional version of Acrobat one could create a Batch Process to set the open option to show the thumbnails and page.

  • Replace with after effects composition not bringing in media

    When I replace a premiere clip with an after effects comp it creates a new composition but doesn't bring in the media.  Anyone have a answer?

    I am having the same issue. When I "replace with after effects composition" it creates an AE comp but no media files transfer over.
    I've been able to work around it but when I want to use a small clip from a long video file it's a big hassle to re-import the footage into AE and find the clip I need to mess with, then re-place back in premiere.
    This problem occurs with any media, whether it's a JPEG image, a PSD file, or video footage (MOV format shot on a Canon DSLR).

  • Replace with after effects composition is replacing one clip with old project

    PP CC 2014
    AE CC 2014
    Windows 7
    Hello,
    when I "replace with after effects composition" in PP - After Effects is replacing one *mov clip (only one of hundreds) with an old aep comp, that I was working on yesterday. And say that this aep is missing...
    I allready purge all data, deleted all cache (PP&AE) restart Computer...
    What can I do...Its really stopping me from reaching my deadline tonight....
    Thanks!

    Ok guys...I got it...
    Its not a *mov that it missplaced, its another dynamic link to AE...so dynamic link to dynamic link seems not to work? I accidently linked that clip and worked on it in AE in the old aep from yesterday..but still wondern why AE get confused loading it...the "old aep comp" is full with others comp...could that be the reason...?

  • When working in my photo album in iphoto my photos are replaced with a grey box and an !. I can't see the image on the page.

    Lately when I am working in my photo album in iPhoto my images are replaced with a grey box and an ! . I can't see the images on the page. All my photos are high quality.  What am I doing wrong?

    The ! turns up when iPhoto loses the connection between the thumbnail in the iPhoto Window and the file it represents.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • Problems with navigation when deploy application on WebLogic 10.3

    Hi! I have problems with navigation when I deploy my application on Weblogic server 10.3. In my application I have two pages. One page where I can see the records. In this page I have button Create with action to secound jspx page. When I press this button then the first form (where I could see all records) is empty - the create operation worked, but navigation to second page not. Navigation rules is in adf task flow. In default server all works correct. Where is the problem?
    Maybe when I deploy my application I need specialy deploy adf task flow or somewhere write something? If so, then can you explain me where? Any suggestions what to do.
    Best regards!

    I have in log:
    2009.26.3 20:12:52 oracle.adfinternal.controller.faces.lifecycle.JSFLifecycleImp
    l setLifecycleContextBuilder
    WARNING: ADFc: Replacing the ADF Page Lifecycle implementation with 'oracle.adfi
    nternal.controller.application.model.JSFDataBindingLifecycleContextBuilder'.
    2009.26.3 20:12:52 oracle.adfinternal.controller.util.model.AdfmInterface initia
    lize
    INFO: ADFc: BindingContext is present, using ADFm APIs for DataControlFrames.
    2009.26.3 20:12:52 oracle.adfinternal.controller.metadata.provider.MdsMetadataRe
    sourceProvider <init>
    INFO: ADFc: Controller caching of MDS metadata resources ENABLED.
    2009.26.3 20:12:52 oracle.adf.controller.internal.metadata.MetadataService$Boots
    trap add
    INFO: ADFc: Loading bootstrap metadata from '/WEB-INF/adfc-config.xml'.
    2009.26.3 20:12:54 oracle.adf.share.security.providers.jps.CSFCredentialStore fe
    tchCredential
    WARNING: Unable to locate the credential for key AUGI in D:\bea\user_projects\do
    mains\base_domain\config\oracle.
    2009.26.3 20:12:54 oracle.adf.share.jndi.ReferenceStoreHelper throwPartialResult
    Exception
    WARNING: Incomplete connection information
    Edited by: Debuger on Mar 26, 2009 11:18 AM

  • Issue with broken navigation when implementing a SSO filter

    Hello
    I'm facing an issue when integrating the Jasig CAS SSO with Siebel Self-Service (which is an Oracle ADF application). When applying the CAS Authentication Filters, the navigation rules and page flows in the Self-Service application cease to work.
    The Siebel Self-Service application is using adfFaces filter, adfBindings filter and the SelfServiceFilter as controllers for the pages.
    For the integration with the Jasig CAS, a client lib is installed in the Self-Service OC4J. This CAS Client provides an "Authentication Filter" that is defined in the web.xml. The pages in Self-Service that are to be protected by this authentication filter (the pages that needs user authentication in order to be accessed) are also mapped in the web.xml. This authentication filter checks the user against the CAS Server and sends back a ticket parameter with the URL if the user is logged in. This parameter is used to validate the login attempt, and on successful validation, the CAS server provides the username of the user to a bean called by the SelfServiceFilter in the Self-Service app.
    My problem is that any JSF navigation on a page (navigation rules and page flows) cease to work as soon as a page is protected by the Authentication filter. One example would be during the check out process (which consists of several steps - several jspx pages). When you click “Next” on the first check out step, you are not redirected to step no 2, but to the same check out page as you started on.
    Since the Authentication Filter protects all the pages involved, it will intercept any request to these pages, fetch the request URL, redirect to the CAS server for user authentication, and on successful authentication it will redirect the user back to the URL that was fetched by the Authentication Filter in the first place.
    I have been looking into this, and I think that the JSF navigation rules etc, cease to work because the JSF page flows are being interrupted. When clicking “next” the page would normally post information to the life cycle of the requested page (which in some cases in this app, is also a postback to the same page). This information is then used when going through the life cycle of the new page. But when the CAS Authentication Filter intercepts the request, send the user to the CAS server and then redirect back to the page, this page life cycle is interrupted, or the necessary data is not attached in this “new” request.
    Does anyone have an idea for how I can solve this issue?
    Thanks!
    Jonte

    Hi,
    JSF pages use a postback navigation model. The filter works as expected but performs a redirect to the request page, which in the case of postback is the current page you see. To change this, you need to change the navigation cases to perform "redirect" navigation itself. Its ot an ADF Faces problem but default JSF behavior
    Frank

  • Need help with page navigation

    I've got a database where records are retrieved and displayed in a repeating region.  I've added page navigation to it because I'm getting enough records in the database that scrolling through them all on a single page is getting to be a very big page.  The page navigation works as far as the first page goes.  I get the correct records on the first page based on my selection critiera.  However, when a result set spans multiple pages, when I hit 'next page', instead of going to the second page based on the search critiera, the records displaying on the second page are the records that would be on the section page if I selected every record in the database.
    My search critiera is pretty complex, so I have not found a way to develop it inside of the recordset definition panel in DW, but I have attempted to recreate the page from scratch and I'm getting the same result each time.
    Does anyone have a snippet of code to make the pagination work correctly?
    This is the code that DW put in there:
    maxRows_rs_results = 10;
    $pageNum_rs_results = 0;
    if (isset($_GET['pageNum_rs_results'])) {
      $pageNum_rs_results = $_GET['pageNum_rs_results'];
    $startRow_rs_results = $pageNum_rs_results * $maxRows_rs_results;
    $queryString_rs_results = "";
    if (!empty($_SERVER['QUERY_STRING'])) {
      $params = explode("&", $_SERVER['QUERY_STRING']);
      $newParams = array();
      foreach ($params as $param) {
        if (stristr($param, "pageNum_rs_results") == false &&
            stristr($param, "totalRows_rs_results") == false) {
          array_push($newParams, $param);
      if (count($newParams) != 0) {
        $queryString_rs_results = "&" . htmlentities(implode("&", $newParams));
    $query_limit_rs_results = sprintf("%s LIMIT %d, %d", $query_rs_results, $startRow_rs_results, $maxRows_rs_results);
    $rs_results = mysql_query($query_limit_rs_results, $dqdb) or die(mysql_error());
    $row_rs_results = mysql_fetch_assoc($rs_results);
    if (isset($_GET['totalRows_rs_results'])) {
      $totalRows_rs_results = $_GET['totalRows_rs_results'];
    } else {
      $all_rs_results = mysql_query($query_rs_results);
      $totalRows_rs_results = mysql_num_rows($all_rs_results);
    $totalPages_rs_results = ceil($totalRows_rs_results/$maxRows_rs_results)-1;
    TIA!

    I've put some echo statements into my code to figure out what it is doing and I can see why I'm getting the results I'm getting, but I don't know how to fix it.
    Here's a description of my site.  A user has a select form where they can select records matching their critiera.  There are over 30 attributes that can be selected.  None of them can be selected and that results in every record in the database being displayed.  Any combination of the attributes can be selected and that results in the set of records that match that criteria.
    There is one caveat.  One of the attributes has multiple possible values.  Any given record will only have one value for that attribute, but the selection critiera may include multiple values of that attribute.  So in the middle of the string of "<value = > and <value = >",  I have  "and (<value = > OR <value = > OR....) and <value=>". You can see the actual select statement I have built in a previous discussion I started.
    I'm not a sophisticated php programmer or DW user for that matter, so I don't know how to build an array to capture my record data and then read the array to display the page.  It would be simpler if the selection critiera wasn't so complex - I have found several snippets of code that work well with simple select statements, but I have not been able to adjust them to work with this kind of selection possibility.
    So what I see happening is that after the first mysql statement correctly retrieves the results set, the code to set the select statement is executed again.  But at this second time through, the $_POST values from my form are no longer set to correctly build the select statement.  I thought I might save the select statement and use some if/else logic to circumvent this, but all variables seem to be getting reset when the logic goes back up to the top of the code.
    I hope I'm describing this clearly enough to generate some helpful responses.
    TIA!

  • When i am logging to my company intranet site for every page navigation it is asking for credentials

    When i am logging to my company intranet site for every page navigation it is asking for credentials

    Also, if the navigation works most of the time but you are prompted for every single image, I suggest restarting Firefox and trying again.
    The following also might help in that situation: When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    orange Firefox button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?

Maybe you are looking for

  • Spool Request Not being Generated.

    HI, when ever a PO is delivered as O/P spool request is not generated. if we choose LP01 as printer Spool is being generated. if client printer or LOCAL printer is selected spool is not generated. is there any settings to be done for generating the S

  • How do you know when a movie rented on apple tv is ready to view.

    I rented the hd version of a movie yesterday. I am not able to find the movie on apple tv (rented direct from apple tv) how do I locate the movie? I know this sounds dumb but I cannot find it and when I go to iTunes on apple tv it tells me I have alr

  • Update my Feature Request

    I posted a feature request. There is a column "update", but I couldn't find how to update (=edit and add some comment) my request. Do I have to post a new feature request and refer to the old one? Edited by: @chris on 30.03.2009 16:58

  • Existing "Publisher" application

    Is there a simple "microsoft publisher" made in flash. I need to allow clients to produca a very simple graphic via a web interface: Upload some images: Add some borders: Add text boxes & change font etc. Save the finished image as a jpg. Any help ap

  • Anyone managed to get a discounted monthly price?

    I'm currently on ADSL2+ with quite a decent monthly discount (I was ready to jump ship). As the application process seems to be web-based, I can't see a way of finding out if I would retain all/some/any of the discount if I upgrade. My guess is that