Re: JHTML

> Somewhere on the web I came across some 'JHTML' pages.
> Does anyone know what the abbriviation stands for and in what respect
these
> pages differ from regular HTML-pages?

As far as I know it's some sort of a servlet enabled HTML page that lets you
put java inter-mingled with HTML much liks ASP, JSP, PHP, end the sort.

> I also sometimes see URLs adressing an HTML-page that end with a query,
like
> when a CGI-script is adressed:
>
> www.hostname.com/example.html?x=1&y=2&z=3
>
> Does this mean that it's possible to pass data among HTML-pages in some
way?
> And what kind of data would that be?

you can retreieve what parameters got passed in after the actual page URL
via javascript on the client side, yes.

slim

Received on Wednesday, 24 May 2000 17:44:38 UTC