I have a asp.net site but I want user first land a web site A first (as the domain is nicer) but it is a PHP based web site.
I want on page load of that html page, user is diverted and taken to the asp.net domain with a querystring in url
eg when user click www.php.com/index.html?UserID=1234
It will goto another ASP.Net site
www.MyASPNet.com/index.aspx?userID=1234
What should be the html code for www.php.com/index.html to make that happen ?
Thanks
Go to the complete details ...