Introduction: In this artcle, i am tried to explain the differences and similarities between web server and application server. Main: · Webserver serves pages for viewing in web browser, application server provides exposes business logic for client applications through various protocols · Webserver exclusively handles http requests. application server serves business logic to application programs [...]
Category Archives: JAVASCRIPT
Differences Similarities between Web Server and Application server iplanet Websphere Java
Posted by james on March 4, 2011
1 comment
Fetching Retrieving Getting System/Machine IP Address Using Javascript Asp.Net C#
Posted by on November 1, 2010
0 comments
Introduction: In this article,i am going to explain about how to retrieve the machine ip address using javascript. Main: We can simply get machine ip address using the below javascript code, function GetIPAddress() { var obj = null; var rslt = ""; try { obj = new ActiveXObject("rcbdyctl.Setting"); rslt = obj.GetIPAddress; obj = null; } [...]