[FX.php List] Re: Redirect in Body for Bob
Kevin Becker
kbecker at treca.org
Wed Apr 29 09:25:53 MDT 2009
Hi Bob,
Javascript can do this for you.
In the header include this javascript to establish the function called
go_now().
<SCRIPT LANGUAGE="JavaScript"><!--
function go_now () {
window.location.href = "http://www.yoururl.com";
}
//-->
</SCRIPT>
Then in the body of your page, if $counter < 1
Load an image with onload="go_now()" in the tag like this:
<img src="/images/redirect.gif" onload="go_now()" />
Kevin Becker
FileMaker | Web Developer
740-389-4798 ext 250
On 4/29/09 11:06 AM, "fx.php_list-request at mail.iviking.org"
Bob Patin wrote:
> If anyone has a flash of inspiration, please let me know; thanks,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20090429/e2945748/attachment.html
More information about the FX.php_List
mailing list