ViewCall basically supports HTML3.2, with some exceptions. Currently there is no support for Java, JavaScript, ActiveX, plugins (EMBED), etc.
Early versions do not support frames; later ones may support a single frame within a frameset. The following tags were unsupported in a pre-release:
The remote control has four coloured buttons, a numeric keypad, a "Help" key, "Back" key, "Home" key and "Goto"key together with cursor keys, page up/down, delete and select keys. Users may purchase an optional ASCII keyboard which has these function keys as well as the regular typewriter keys.
<a href="home.html" rel=fastextred value="Home Page"></a>
Define coloured key as a hyperlink. Also green, yellow, blue.
<a href="home.html" rel="KEYn">link key N;</a>
Define numeric key as a link.
<link rel="fastextreddefault" href="http:some.org/search.cgi" text="Search">
Define default target for coloured key. Within HEAD element.
<body statuscolor="red">
Define background colour for status area
<input type="reset" rel="fastextred" value="Defaults">
Assign a form function to a coloured key.
<link rel="bookmark" href="http://some.org/books.html">
Define target of the GoTo button
<link rel="help" href="http://some.org/help.html">
Define target of the Help button
<link rel="home" href="http://some.org/home.html">
Define target of the Home button.
<link rel="icon" href="http://some.org/icons.gif">
Defines icons in status area (40x40 pixel max.)
<link rel=keyNdefault href="http://some.org/keyN.html">
Define target of the number key N
<link rel=tickertape loop=n speed=m href="http://some.org/ticker.html">
Define tickertape message
<link rel=vmail href="http://some.org/mail.html">
Define target of a "mailto" URL.
<link rel=prefetch href="http://some.org/next.html">
Define page to be prefetched after current page is loaded.