|
Reference address : http://ellopos.net/elpenor/webmastertools-quickaccess.asp |
|
YOU CAN HAVE Elpenor's Table of Contents DropDown box, (the one appearing at the bottom of Elpenor's pages), embedded on your own web site or blog, to let your visitors have quick access to Elpenor's texts. |
|
1.
If you use PHP (e.g. at a Wordpress Blog) Using a simple text editor add this line to the footer of your pages: <?php include("http://www.elpenor.org/elpenor.txt"); ?>
|
|
2.
If you use ASP Using a simple text editor add this code to the footer of your pages:
<%
dim objXMLHTTP
URL = "http://www.elpenor.org/elpenor.txt"
Set objXMLHTTP = Server.CreateObject("Microsoft.XMLHTTP")
objXMLHTTP.Open "GET", URL, false
objXMLHTTP.Send
Response.Write objXMLHTTP.responseText
Set objXMLHTTP = Nothing
%>
|
|
3.
If your pages are in simple html There is still a way you can have Elpenor's Quick Access menu. Just copy and paste the following code into the html body of your page(s): If you are going to use the third way, please note that the Quick Access menu won't be automatically updated whenever new texts are
added to Elpenor. For your convenience there is a version number at the top to
let you compare your version to the current one that will always be available on
this page. |

Reference address : http://ellopos.net/elpenor/webmastertools-quickaccess.asp