Olive Branch MS Chamber of Commerce (circa Oct 1999)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

10 lines
391 B

  1. <?php // body frameset
  2. $title = "Olive Branch, MS. - Chamber of Commerce";
  3. print("<html>\n<head>\n<title>$title</title>\n</head>\n<frameset ");
  4. print("cols=\"180,*\" border=0 framespacing=0 frameborder=\"no\">\n");
  5. print("<frame src=\"menu.php3?content=$content\" name=\"menu\">\n");
  6. print("<frame src=\"page.php3?content=$content\" name=\"main\">\n");
  7. print("</frameset>\n</html>\n");
  8. ?>