[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freenet-chat] Webdesign


Hey, how do I make a page automaticaly load another page?  I want to make
it easier and faster to update my web site by only updateing the things
that have changed.  So what I want to do is make my splash page open a
redirecting page which then opens the current versions of my web pages. 
And my web pages will link similarly to images and things according to
current version number rather than the most recent Date stamp or just
loading from within thier own directory or whatever.

I want to have my website do version redirects instead of date stamping
only.

Here is how it will work:

splash1.html loads 2001-2-25/redirect.html
redirect.html loads v5/index.html
index.html loads v5 or bellow of the varios images and links to other
things within the site(eg. v1/anticirc.gif, v1/top.html, v2/resume.html
etc.)

And I will only update the things that have changed.  So if I have a new
version of an image or HTML I will just make the necessary changes to the
html files that link to it, and on up till I've changed the redirect.html
then only insert the things that have changed. :)  I would increase the
version number accordingly.

This way if nothing changes for a while I don't have to reinsert my whole
entire site, just the redirect.html file.  But I don't know how to do the
Meta tag that redirects to a different page.

My top.html file does automatic refresh, and here is the source HTML code
for it:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE></TITLE>
<META http-equiv="Refresh" content="60">
<META NAME="Generator" CONTENT="TextPad 3.0">
<META NAME="Author" CONTENT="?">
<META NAME="Keywords" CONTENT="?">
<META NAME="Description" CONTENT="?">
</HEAD>

<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#FF0000" VLINK="#800000"
ALINK="#FF00FF" BACKGROUND="?">

<P ALIGN="center"><a
href="http://click.linksynergy.com/fs-bin/stat?id=oW7Ad5wPpm0&subid=0";><I
MG alt=icon border=0
src="http://ad.linksynergy.com/fs-bin/show?id=oW7Ad5wPpm0&gridnum=1&subid
=0" target="adswindow"></a>

</BODY>
</HTML>
________________________________________________________________
GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.

_______________________________________________
Chat mailing list
Chat@xxxxxxxxxxxxxxxxxx
http://www.uprizer.com/mailman/listinfo/chat



This mailing list archive is a service of Copilot Consulting.