No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
hello sidd here's a function that i use to implement ajax with IE you need to test 2 ActiveXObjects.. var ajaxRequest; function ajax(){ try{ ajaxRequest = new XMLHttpRequest(); } catch(e){ try{ ****ajaxRequest = new ActiveXObject("Msxml2.XMLHTTP");**** } catch(e){ try{ ajaxRequest = new ActiveXObject("Microsoft.XMLHTTP"); } catch(e){ alert("Browser not supported!"); } } } …
Hi there i recently started web applications using jsp and servlets, is it possible to get all http sessions of logged in users in a servlet?
Hi wassup guys? My quest and passion for software development has led me to danyweb hope am definitely in the right place!!.. Name: Kabugi Nickname:bugimanShark Location : Nyeri/Nakuru,Kenya Relationship Status: single Hobbies : Making new friends,Movies,Making fun!! Education: Computer Science(Year 3,Egerton University(Njoro)). Work : Freelance programmer,Web Developer(novice). Favorite TV Shows: …
The End.
kabugima2