GIDForums  

Go Back   GIDForums > Webmaster Forums > Web Design Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 09-Apr-2004, 00:19
Rusty0918 Rusty0918 is offline
New Member
 
Join Date: Apr 2004
Posts: 1
Rusty0918 is on a distinguished road
Unhappy

NEED HELP!!! - Javascript problem with Netscape


Please help me on this.

I'm working on a dynamic web survey for someone and I have Javascript that checks radio buttons and disables them when they need to be or checks them out because the script determines where you need to go after submitting on some of the pages. It works fine on Internet Explorer, but it doesn't work with Netscape. I know I need to do some sort of cross-browser compatiblity, but how do I alter this code so it can work with Netscape?

Here's some sample code:

function checkSurvey()
{
thisForm = document.SurveySelect;
if( SurveySelect.parCheck.value == 'N' ) SurveySelect.Survey[0].disabled = true;
if( SurveySelect.stuCheck.value == 'N' ) SurveySelect.Survey[1].disabled = true;
if( SurveySelect.TeaCheck.value == 'N' ) SurveySelect.Survey[2].disabled = true;
if( SurveySelect.BDrCheck.value == 'N' ) SurveySelect.Survey[3].disabled = true;
return true;
}

I would appreciate any help you can give me on this!
  #2  
Old 09-Apr-2004, 01:04
WaltP's Avatar
WaltP WaltP is offline
Outstanding Member
 
Join Date: Feb 2004
Location: Midwest US
Posts: 3,243
WaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to all
Quote:
Originally Posted by Rusty0918
Please help me on this.

I'm working on a dynamic web survey for someone and I have Javascript that checks radio buttons and disables them when they need to be or checks them out because the script determines where you need to go after submitting on some of the pages. It works fine on Internet Explorer, but it doesn't work with Netscape. I know I need to do some sort of cross-browser compatiblity, but how do I alter this code so it can work with Netscape?

Looks like this link has some info you're looking for
http://members.ozemail.com.au/~phoen..._r-r.htm#26345
__________________

Age is unimportant -- except in cheese
 
 

Recent GIDBlogMeeting the populace by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
We're looking for JavaScript codes / mini tutorials. JdS Web Design Forum 7 31-Mar-2008 23:25
Another FX 5600 problem (but with details that might shed light on this) BobDaDuck Computer Hardware Forum 2 16-Apr-2004 07:53
JavaScript Tutorial Part 1 pcxgamer Web Design Forum 2 01-Dec-2003 09:16
client side problem zuzupus MySQL / PHP Forum 2 22-Jul-2003 06:47
Why does javascript cause sound problem to website rhino1616 Web Design Forum 8 06-May-2003 16:25

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 10:48.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.