redirect to other website on click of menu item
-
I m using Menu Control. there are two cases when user clicks on any menu item. 1. it redirect to the pages in same domain. 2. It redirect to other website. case 1 is working fine but in case 2 its opening the url in same domain. (under project name). for example, if project name is MyProject. In second case, when I click the menu item, I should redirect to "www.website1.com". But instead of this, I'm getting MyProject/www.website1.com. Tnx in adv.
Balasubramanian K.
-
I m using Menu Control. there are two cases when user clicks on any menu item. 1. it redirect to the pages in same domain. 2. It redirect to other website. case 1 is working fine but in case 2 its opening the url in same domain. (under project name). for example, if project name is MyProject. In second case, when I click the menu item, I should redirect to "www.website1.com". But instead of this, I'm getting MyProject/www.website1.com. Tnx in adv.
Balasubramanian K.
BalasubramanianK wrote:
In second case, when I click the menu item, I should redirect to "www.website1.com". But instead of this, I'm getting MyProject/www.website1.com.
where is that section ? please put that.
cheers, Abhijit CodeProject MVP
-
I m using Menu Control. there are two cases when user clicks on any menu item. 1. it redirect to the pages in same domain. 2. It redirect to other website. case 1 is working fine but in case 2 its opening the url in same domain. (under project name). for example, if project name is MyProject. In second case, when I click the menu item, I should redirect to "www.website1.com". But instead of this, I'm getting MyProject/www.website1.com. Tnx in adv.
Balasubramanian K.
you might add http:// before your www......
In Word you can only store 2 bytes. That is why I use Writer.
-
you might add http:// before your www......
In Word you can only store 2 bytes. That is why I use Writer.
Yah.. It is working now. Thank you very much.
Balasubramanian K.
-
BalasubramanianK wrote:
In second case, when I click the menu item, I should redirect to "www.website1.com". But instead of this, I'm getting MyProject/www.website1.com.
where is that section ? please put that.
cheers, Abhijit CodeProject MVP
Thanks Abhijit. digimanus reply helped me. Thank you
Balasubramanian K.