I have a client that has a static web site (HTML).
He is currently using a service of mine where he can make a temp home page. When he activates it I would like to activate a <META http-equiv="refresh" content="0; URL="> Tag that points to my site.
The query is below is what i use with clients that have coldfusion servers.
<cfquery name="homepage" datasource="zed">
select active
from pop
</cfquery>
<cfif active eq 1><META http-equiv="refresh" content="0; URL=http://www.mysite.com/client1"></cfif>
He is currently using a service of mine where he can make a temp home page. When he activates it I would like to activate a <META http-equiv="refresh" content="0; URL="> Tag that points to my site.
The query is below is what i use with clients that have coldfusion servers.
<cfquery name="homepage" datasource="zed">
select active
from pop
</cfquery>
<cfif active eq 1><META http-equiv="refresh" content="0; URL=http://www.mysite.com/client1"></cfif>