HyperLink
-
I want the text that is appearing on the link should open in the explorer but it is not doing that way. Like if www.rediff.com is being displayed then i want this to open in explorer but it opens http://localhost/WebsiteLogix/www.rediff.com Please help me out.
Mohinder Singh
-
I want the text that is appearing on the link should open in the explorer but it is not doing that way. Like if www.rediff.com is being displayed then i want this to open in explorer but it opens http://localhost/WebsiteLogix/www.rediff.com Please help me out.
Mohinder Singh
for this you need to use fully qualified name. attach HTTP:// with that
printf("Navaneeth!!") www.w3hearts.com
-
I want the text that is appearing on the link should open in the explorer but it is not doing that way. Like if www.rediff.com is being displayed then i want this to open in explorer but it opens http://localhost/WebsiteLogix/www.rediff.com Please help me out.
Mohinder Singh
Instead of www.rediff.com, use http://www.rediff.com and it will work fine. :)