Re: forum test

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanx for the feedback. I was still working on the NN4 compatibility, and
had that message there until I got it solved. As you can see on my site,
most things are not near completion.

Thanx, for the script, I'll use it if my NN4 compatibility fales.

Jacco
--
http://seabird.jmtech.ca

Attitude is Everything!
But Remember, Attitudes are Contagious!
Is Yours worth Catching????
"Dwalker" <dwalker@healthyproductsplus.com> wrote in message
01c289ec$74f20360$3650decf@b">news:01c289ec$74f20360$3650decf@b...
> Went to your page.  You might try to implement client side browser testing
> and redirect visitors to functional pages rather than display a message
> suggesting your page can't be viewed.  Most people would probably prefer
not
> to 'upgrade' just to see a single site they hadn't visited before.
>
>
> <script language="JavaScript">
> <!--
> function
>
checkBrowser(NSvers,NSpass,NSnoPass,IEvers,IEpass,IEnoPass,OBpass,URL,altURL
> ) { file://v4.0
>   var newURL='', verStr=navigator.appVersion, app=navigator.appName,
version
> = parseFloat(verStr);
>   if (app.indexOf('Netscape') != -1) {
>     if (version >= NSvers) {if (NSpass>0) newURL=(NSpass==1)?URL:altURL;}
>     else {if (NSnoPass>0) newURL=(NSnoPass==1)?URL:altURL;}
>   } else if (app.indexOf('Microsoft') != -1) {
>     if (version >= IEvers || verStr.indexOf(IEvers) != -1)
>      {if (IEpass>0) newURL=(IEpass==1)?URL:altURL;}
>     else {if (IEnoPass>0) newURL=(IEnoPass==1)?URL:altURL;}
>   } else if (OBpass>0) newURL=(OBpass==1)?URL:altURL;
>   if (newURL) { window.location=unescape(newURL);
> document.returnValue=false; }
> }
> file://-->
>
>
> <html>
> <body bgcolor="#FFFFFF" text="#000000"
>
onLoad="checkBrowser(4.0,1,2,4.0,1,2,2,'www.someplaceelse.com','Goto%20to%20
> some%20other%20location');return document.returnValue">
> </html>
>
>
>
>
> -----Original Message-----
> From: Seabird <jacco@vliegt.nl>
> To: php-db@lists.php.net <php-db@lists.php.net>
> Date: Wednesday, November 06, 2002 1:22 PM
> Subject:  forum test
>
>
> >Hi everyone, I just uploaded my forum and would like to have it field
> tested
> >by everyone. It'll prob still have some bugs in there.
> >http://seabird.jmtech.ca
> >go to website and then click on forum. please ignore the login in the
left
> >top for now,
> >
> >Jacco
> >
> >
> >--
> >http://seabird.jmtech.ca
> >
> >Attitude is Everything!
> >But Remember, Attitudes are Contagious!
> >Is Yours worth Catching????
> >
> >
> >
> >--
> >PHP Database Mailing List (http://www.php.net/)
> >To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux