G
Guest
Hello all,
I have this idea that might not work, our website is built by someone else
and is a CMS website. There is a page with links to other websites and at the
moment I have created a file for each link, the file is just a .html file
that redirects to the actual website. My links on the page are directed to
the relevant file then my webstats tell me how many times each file has been
loaded, and therfore how many click throughs each link gets.
Eg: href=http://links.website.com/microsoft.html>Visit Microsoft then
microsoft.html is just a file that redirects to microsoft.com.
The problem with this method is that every time a new link is added, I have
to create a new file.
Is there a way to create an Asp.net page that I can send info to and then
the asp.net page record it and forward to the info, for example:
href=http://links.website.com/www.microsoft.com then the asp.net page would
take the www.microsoft.com bit and record it in a database, then forward to
that site. Therefore I would not need to create pages or re write pages, asp
would just say record whatever is sent then forward to it.
Am I making sense? Or is there a better way to record where people go from a
website that is basic html?
Thanks
James
I have this idea that might not work, our website is built by someone else
and is a CMS website. There is a page with links to other websites and at the
moment I have created a file for each link, the file is just a .html file
that redirects to the actual website. My links on the page are directed to
the relevant file then my webstats tell me how many times each file has been
loaded, and therfore how many click throughs each link gets.
Eg: href=http://links.website.com/microsoft.html>Visit Microsoft then
microsoft.html is just a file that redirects to microsoft.com.
The problem with this method is that every time a new link is added, I have
to create a new file.
Is there a way to create an Asp.net page that I can send info to and then
the asp.net page record it and forward to the info, for example:
href=http://links.website.com/www.microsoft.com then the asp.net page would
take the www.microsoft.com bit and record it in a database, then forward to
that site. Therefore I would not need to create pages or re write pages, asp
would just say record whatever is sent then forward to it.
Am I making sense? Or is there a better way to record where people go from a
website that is basic html?
Thanks
James