I *think* the JavaScript (and DHTML and whatnot) utilize server-side code to
detect your browser and come up with different code.
The alternative is to crash some browsers, which is not so nice. :-^
I think some complaints were even received at php.net from other webmasters
who stole the site wholesale and then wrote to complain that it crashed
other browsers. Go Figure. But this all goes back a ways, so might not be
true any more.
So, you'd essentially need to walk the site with your browser as user_agent
to get the *right* HTML/JavaScript/etc, or essentially mirror the whole
thing with PHP and database and all -- Not sure what the current legalities
of either of those options are.
----- Original Message -----
From: Neil Zanella <[EMAIL PROTECTED]>
Newsgroups: php.general
Sent: Thursday, January 11, 2001 1:48 PM
Subject: [PHP] JavaScript/PHP documentation
>
> Hello,
>
> I have noticed that while the JavaScript/PHP documentation looks much
> nicer only an HTML version of the PHP documentaion is distributed.
> I would like to know whether it would be possible to obtain the
> original much more pleasant to read JavaScript/PHP documentation
> so that users may install a copy on their local hard drive and browse
> the pretty documentation while offline.
>
> Thanks,
>
> Neil
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]