Hi Dark,
Well, keep in mind as we talk about this that html is not a programming language. it is a markup language used for linking and formatting text. Beyond that it can't do anything else. If you want an html page to display stats, bring up a random page, whatever thats where the scripting language comes in. Instead of those things being done in html the html page makes a link to the script which runs in the background printing the stats on the web page, performing game logic, etc. In a bigger picture sense your html page is just there to make sure the text is presented to your web browser and is formatted correctly. Beyond that it does nothing. Your script will actually print the text, monitor stats, and whatever else you need it to do. does this make sense?

HTH


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gam...@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.

Reply via email to