redirect to different urls in html for if I have 2 servers using the same page

  • Thread starter Thread starter Gulnar78
  • Start date Start date
G

Gulnar78

Guest
If I have 2 servers, one of them for test and the other for the client use. I have an application that is deployed on the both and it has HTML master page in asp.net web forum. The master page contains a drop down list which contains Logout.

What I want is, if the user clicks on the logout for the local test it should redirect him to a link for example: www.testlogout.com

and I want it for the client to redirect it to another page for example: www.Clientpage.logout.

How Can I do it in my html master page?

If you can show me an example I will be grateful.

Regards,

Continue reading...
 
Back
Top