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