+ Reply to Thread
Results 1 to 2 of 2

Thread: Include external html page

  1. #1
    Client pdunton's Avatar
    Join Date
    Apr 2006
    Location
    Tucson, Arizona
    Posts
    557
    Squirrelcart version
    v3.4.1

    Question Include external html page

    Jamie:
    Is there a preferred way to include an external html page in a Content page?

    As in: including an externally generated sitemap.

    Phil
    Tucson

  2. #2
    Squirrelcart Staff Jamie's Avatar
    Join Date
    May 2002
    Posts
    6,829
    Squirrelcart version
    v3.3.7
    If the page is a full HTML page with an opening and closing html tag, body tag, etc..., the only valid way to include it would be with an iframe.

    If the page contains HTML, but does not have a body tag or anything above it, you could just include it like you would a PHP file:

    PHP Code:
    <?php include 'test.html'?>

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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