Re: Which mathematical operator is allowed in HTML

As HTML is sent as a string, everything must be converted to a non-string if
you want to use it that way, so strictly speaking HTML has no mathematical
operators or integers. However you can convert a string into an integer or
any thing else using script..

Both JS and VBS have specific functions for doing this, and also have the
full range of operators.

Frank

Frank Boumphrey

XML and style sheet info at Http://www.hypermedic.com/style/index.htm
Author: - Professional Style Sheets for HTML and XML http://www.wrox.com
CoAuthor:  XML applications from Wrox Press, www.wrox.com
Author: Using XML on the Web (March)
----- Original Message -----
From: Fredrik Danielsson <fredrik.danielsson@telia.com>
To: www html <www-html@w3.org>
Sent: Tuesday, January 26, 1999 3:33 PM
Subject: Which mathematical operator is allowed in HTML


It's really two simple questions:

Which mathematical operator are allowed in HTML? and
Is there any way to set numerical variables in HTML?

Fredrik Danielsson

Received on Tuesday, 26 January 1999 16:22:45 UTC