Click here to Skip to main content
15,888,047 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi
-----------------------------
We sent mails to customers in our application which has a link in it. In yahoo and Hotmail, whenever the customer clicks on the link it displays following warning

"Warning! It appears that you are about to access a website non-standard web address format"

How to handle the warning messages.

in my page following code customer click this link,

"href="http://localhost:58543/Jobs/ViewJob.aspx?cid=Uct9nEQkA2w%3d-MTY%3d&id=yz2KAMX1DOA%3d-NDY%3d">Click here"

Thnaks in advance
Posted
Updated 20-Jan-13 21:45pm
v5
Comments
Richard MacCutchan 18-Jan-13 5:42am    
Correct the URL in your link.
24983 18-Jan-13 5:44am    
Thanks Plz give me example
bbirajdar 18-Jan-13 9:42am    
Try "href="http://www.Ineedspoonfeeding.com/Jobs/ViewJob.aspx?cid=Uct9nEQkA2w%3d-MTY%3d&id=yz2KAMX1DOA%3d-NDY%3d">Click here"
Karthik. A 18-Jan-13 11:18am    
:)
Ed Nutting 18-Jan-13 14:48pm    
+5 that!

1 solution

http://localhost:58543 is not reachable from the internet, localhost[^] is your own machine.

Make sure the site is hosted on a machine that is exposed to the internet and use the address of this machine in the URL.
 
Share this answer
 
v2
Comments
24983 22-Jan-13 0:22am    
Hi Andre Kraak thanks,
but I used server url then this link in yahoo,hotmail also throw warning message and gmail is not throw warning message...
Example Server url:34.147.242.1/Jobs/ViewJob.aspx?cid=Uct9nEQkA2w%3d-MTY%3d&id=yz2KAMX1DOA%3d-NDY%3d">Click here" If u know this soln help me...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900