Your Ad Here Visit new version of this Blog
Showing posts with label JavaScript. Show all posts
Showing posts with label JavaScript. Show all posts

Error: not well-formed

Error: not well-formed, the following query string is not wellformed, browser causing error not well-formed

function GetChatLink(user)
{
var url= "Server.aspx?action=Login&u" +user;

return url;

}