I want to write a simple logic to check whether someone has logged in or not...the screenname will return empty or undefined..if the person is not signed on before....so, now...I have to request for sign on()...now i get the screenname....if i get the screenname, i want my code to go to GetList() function. How do i do that? i know my code is little messy....please help...please let me know, if u need more details.
I think you should really be doing this server-side with ASP.Net or PHP or something... JavaScript should pretty much only be used to simplify things for the user, like validating form fields before form submission, hiding unneeded form fields, et cetera. If your page relies on JavaScript to be displayed properly that usually isn't a good thing.
The Web Standards Project – Build accessible standard compliant websites, please! Browse Happy – Don't forget to support the browsers with standard compliance
It is a good habbit to double the javascript validate code with a server-side similar validate filter. User may have disable his javascript or he may try to overpass the javascript codes for malicious purposes.
Bookmarks