
09-04-2008, 08:43 PM
|
 |
Ultimate Contributor
Forum Leader * Expert *
|
|
Join Date: Feb 2004
Location: New Jersey
Posts: 3,338
|
|
|
In order for your page to request data from the web server, you need a server-side language. HTML is just the mark-up language to display (render) a web page. You can use any of the numerous server-side technologies to do this. ASP.NET, Classic ASP, PHP, etc. You can also use JavaScript to call web serves (still a server-side language) with a SOAP client (google for lots of examples).
|
__________________
DON'T CLICK HERE
Useful forum tags: [VB][/VB], [CODE][/CODE], [HTML][/HTML]
|