rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: darkmatter on January 19, 2007, 07:17:37 PM

Title: html questions
Post by: darkmatter on January 19, 2007, 07:17:37 PM
ok so question
1)   how do you wright the code into html to do a math problem... and then save the answer as a variable
plz show html example.....
2)   what are all the data factor variables involved in HFS
ex...
Quote
%speed-in%
%connections%
%uptime%
%ip%
if some one can give me  a link to s site that teaches HTML very easly then that would be more than helpfull
Title: Re: html questions
Post by: TSG on January 19, 2007, 07:34:36 PM
I dont know how to do a html math problem nor do i think its possible. Probably need to use javascript for that. www.w3schools.com (http://www.w3schools.com), is a very cool site for learning all web languages. Even though i do this at university, that site has taught me at least 25% of what i know...

Speed-in is the speed into the hfs (download speed/user upload speed), connections is the amount of connected IP's, uptime is the total time the hfs has been running on the host pc, and IP is the ip of the user looking at the page. All of these are numeric, except the IP which is displayed int he normal IP sorta way uno 127.0.0.1 or sumfin.
Title: Re: html questions
Post by: darkmatter on January 19, 2007, 07:44:16 PM
i know what the varabales mean... i was wondering if there were any more...
Title: Re: html questions
Post by: Giant Eagle on January 19, 2007, 07:56:56 PM
ok so question
1)   how do you wright the code into html to do a math problem... and then save the answer as a variable
plz show html example.....
2)   what are all the data factor variables involved in HFS
ex...
Quote
%speed-in%
%connections%
%uptime%
%ip%
if some one can give me  a link to s site that teaches HTML very easly then that would be more than helpfull

Stickies arent there without a purpose you know..

>> HFS Templates Vars and Section Help (http://www.rejetto.com/forum/index.php?topic=1939.0) <<
Title: Re: html questions
Post by: TSG on January 19, 2007, 10:06:12 PM
These are also found in the hfs template editor help!!!