Hello,
I got an email from one of our members:
---------
> Hi there,
> I have a question:
> can i register a domain of my own ex. http://www.mysite.com and forward to
> http://cbtopsites.com and mask it so customers would see my site
> and build a brand name, or better can i create a new website with my
> brand name like yours, please advice me what is better
>
> Thank you in advance
-----------
This is my reply.
I am posting it here so that it may be useful to others.
----------
Hello,
Thanks for your reply.
You can use your own domain.
Then, you can redirect to your cbtopsites.com mall links using meta refresh or javascript redirect.
This is the code for meta refresh.
Copy & Paste the code to your web page.
Place the code between the <HEAD> & </HEAD> tags.
<META HTTP-EQUIV="refresh"
content="3; URL=http://cbtopsites.com/?r=yourclickbanknickname">
The code for javascript redirect is:
<script type="text/javascript">
url='http://cbtopsites.com/?r=yourclickbanknickname';
if(document.images) { top.location.replace(url); }
else { top.location.href=url; }
</script>
If you have any doubt or problem, please reply this email.
Thank you
admin
