javascript - Sitecore - WebMethod is not being called -
I have seen a lot of solutions to see if a user has disabled the Java server in C # (and I mean Disabled, no, if the browser does not already support JavaScript in trying)
Here are two articles:
I currently present the first approach from Nuno Freetas I'm trying because this query appears to be clean without playing with string parameters, but the session variable is never set and SetJavascript is never enabled.
I have added ScriptManager on my ASPX page like this
and the startup script is being registered in the article (on the participant event) but it is not visible in the page. BTW This is a website that uses Sitkor.
Any help?
In fact, are these articles viewing if any Ajax call is being run from the client side to the server side? If the AJAX ($ .jax) code is written then the javascript is disabled, it is an indirect method of checking
Comments
Post a Comment