Todd Cary wrote:
>
> In my Index.html, what do I write so that the Surfer goes to my
> Start.Php?
>
> Todd
I use a little bit of javascript ...
<script language="JavaScript">
location = "newURL.php";
</script>
inside the <head></head> tags.
--
Raquel
============================================================
If a man does not keep pace with his companions, perhaps it is because
he hears a different drummer. Let him step to the music which he hears,
however measured or far away.
--Henry David Thoreau
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]