Results 1 to 2 of 2

Thread: Use external page with Virtual Pagination script

  1. #1
    Join Date
    Jul 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Use external page with Virtual Pagination script

    1) Script Title: Virtual Pagination script

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...pagination.htm

    3) Describe problem:

    Hi,

    is it possible to load an external file (PHP) into the DIVs of Virtual Pagination script?
    And if so: how to do?

    Thanks,

    Andre

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    Why don't you use an Iframe inside the <div> element of the virtual pagination. You can load any type of page inside the Iframe without much trouble the only thing is have to adjust the height and width of the iframe according to your needs.

    Code:
    <div class="virtualpage5">
    <iframe src="http://www.example.com/index.php" frameborder="0" width="760px" height="200px"></iframe> />
    </div>
    The above code is just an example you can set necessary attributes of IFrame.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •