JavaScript Editor Ajax software     Free javascripts 



Main Page

Figure 6-1
3.
Create a new file named
popup.php
in your
seophp
folder, and type this code in:
<?php
// load the popup utils library
require_once ‘include/popup_utils.inc.php’;
?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN”
“http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”>
<html>
<head>
<title>: Table of
Contents</title>
</head>
<body onload=”window.resizeTo(800, 600);”
onresize=’setTimeout(“window.resizeTo(800, 600);”, 100);’>
<h1>: Table of Contents</h1>
<?php
// display popup navigation only when visitor comes from a SERP
display_navigation();
?>
<ol>
<li>You: Programmer and Search Engine Marketer</li>
<li>A Primer in Basic SEO</li>
<li>Provocative SE-Friendly URLs</li>
<li>Content Relocation and HTTP Status Codes</li>
<li>Duplicate Content</li>
<li>SE-Friendly HTML and JavaScript</li>
<li>Web Syndication and Social Bookmarking</li>
<li>Black Hat SEO</li>
124
Chapter 6: SE-Friendly HTML and JavaScript
c06.qxd:c06 10:55 124


JavaScript Editor Ajax software     Free javascripts