"Zentara" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Mon, 30 Sep 2002 11:47:37 -0500, [EMAIL PROTECTED] (Scot Robnett)
> wrote:
>
> >Define "a lot of people."
>
> I just did a quick google search for javascript statistics, and most
> of the surveys show somewhere between 10% and 15 % of people
> have disabled javascript.
>
> >I guess it depends how important the pop-up function is to the project.
Perl
> >and MySQL are quite capable of handling the back end, but they're not
going
> >to manage this function.
>
> Well you can design your page to not need javascript. Like use frames,
> with a small frame for you to display your "pop-up data" in, keep some
> nice logo in there otherwise. Or  you can always just pop open a new
> browser window....it isn't as cute and a tiny window, but it will always
> work.
>
You cant always design your page to not need javascript. I am working on an
app that inside one frame fetches a url which returns raw xml or extracts
raw xml out of a document using microsofts <xml> tag. Sometimes the xml is
transformed by an XSLT stylesheet, sometimes it is traversed via the DOM.
Other times the display css property of elements are changed, or they are
"moved" by removeChild() and appendChild() so they are displayed differently
in the browser window.

When forms are submitted, rather than sending CGI parameters, some
javascript extracts the form's input field names and values and formats them
in xml. The javascript then submits the xml document to an apache mod_perl
server that has some web services exposed.




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to