Re: [PHP-DB] forum test

2002-11-11 Thread dwalker
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 (NSpass0) newURL=(NSpass==1)?URL:altURL;}
else {if (NSnoPass0) newURL=(NSnoPass==1)?URL:altURL;}
  } else if (app.indexOf('Microsoft') != -1) {
if (version = IEvers || verStr.indexOf(IEvers) != -1)
 {if (IEpass0) newURL=(IEpass==1)?URL:altURL;}
else {if (IEnoPass0) newURL=(IEnoPass==1)?URL:altURL;}
  } else if (OBpass0) newURL=(OBpass==1)?URL:altURL;
  if (newURL) { window.location=unescape(newURL);
document.returnValue=false; }
}
file://--


html
body bgcolor=#FF text=#00
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 [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Date: Wednesday, November 06, 2002 1:22 PM
Subject: [PHP-DB] 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


Re: [PHP-DB] forum test

2002-11-11 Thread Seabird
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 [EMAIL PROTECTED] wrote in message
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 (NSpass0) newURL=(NSpass==1)?URL:altURL;}
 else {if (NSnoPass0) newURL=(NSnoPass==1)?URL:altURL;}
   } else if (app.indexOf('Microsoft') != -1) {
 if (version = IEvers || verStr.indexOf(IEvers) != -1)
  {if (IEpass0) newURL=(IEpass==1)?URL:altURL;}
 else {if (IEnoPass0) newURL=(IEnoPass==1)?URL:altURL;}
   } else if (OBpass0) newURL=(OBpass==1)?URL:altURL;
   if (newURL) { window.location=unescape(newURL);
 document.returnValue=false; }
 }
 file://--


 html
 body bgcolor=#FF text=#00

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 [EMAIL PROTECTED]
 To: [EMAIL PROTECTED] [EMAIL PROTECTED]
 Date: Wednesday, November 06, 2002 1:22 PM
 Subject: [PHP-DB] 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




Re: [PHP-DB] forum test

2002-11-06 Thread Seabird
I'll look into it, thanx,

can you access the jump-menu?? Forum should be all the way in the bottom.

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

Attitude is Everything!
But Remember, Attitudes are Contagious!
Is Yours worth Catching
Mignon Hunter [EMAIL PROTECTED] wrote in message
news:1036610707.1915.12.camel;joboo.tic.toshiba.com...
 I'm using Mozilla.  I dont see the word 'forum'

 I guess your onChange=loadIframeJumpMenu doesnt work ? Or the type of
 javascript your using isnt supported by Mozilla.

 BTW the nedstat failed to connect on first try.



 On Wed, 2002-11-06 at 12:25, Seabird wrote:
  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




Re: [PHP-DB] forum test

2002-11-06 Thread Bob Lockie
Seabird wrote:


I'll look into it, thanx,

can you access the jump-menu?? Forum should be all the way in the bottom.
 

The jump menu doesn't work.
I think you nad a 'name' field for each option... of your select... box.



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

Attitude is Everything!
But Remember, Attitudes are Contagious!
Is Yours worth Catching
Mignon Hunter [EMAIL PROTECTED] wrote in message
news:1036610707.1915.12.camel;joboo.tic.toshiba.com...
 

I'm using Mozilla.  I dont see the word 'forum'

I guess your onChange=loadIframeJumpMenu doesnt work ? Or the type of
javascript your using isnt supported by Mozilla.

BTW the nedstat failed to connect on first try.



On Wed, 2002-11-06 at 12:25, Seabird wrote:
   

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

 

   




 



--


From Mozilla and GNU/Linux




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