/    Sign up×
Community /Pin to ProfileBookmark

Works in IE6/7 but not in FF2

This little bit of code is basic in that it allows a user to select a radio button and in relation to the selection text is changed on the page via that Dreamweavers MM_changeProp function.

Issue is this works in IE6 and 7 but not in FF2. Anyone got any ideas how I can get this type of functionality in FF2?

Address to see this is at:

[URL=http://www.bccesoft.com/test1.htm]http://www.bccesoft.com/test1.htm[/URL]

Here is the code snip-it:

<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″>
<title>Untitled Document</title>
<script language=”JavaScript” type=”text/JavaScript”>
<!–
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf(“?”))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_changeProp(objName,x,theProp,theValue) { //v6.0
var obj = MM_findObj(objName);
if (obj && (theProp.indexOf(“style.”)==-1 || obj.style)){
if (theValue == true || theValue == false)
eval(“obj.”+theProp+”=”+theValue);
else eval(“obj.”+theProp+”='”+theValue+”‘”);
}
}
//–>
</script>
</head>

<body>
<form name=”form1″ method=”post” action=””>
<p>&nbsp;</p>
<table width=”200″>
<tr>
<td><label>
<input name=”RadioGroup1″ type=”radio” onClick=”MM_changeProp(‘DIVTEST’,”,’innerText’,’TEST1 IS WORKING’,’DIV’)” value=”TEST1″>
TEST1</label></td>
</tr>
<tr>
<td><label>
<input name=”RadioGroup1″ type=”radio” onClick=”MM_changeProp(‘DIVTEST’,”,’innerText’,’YA, TEST2 WORKS’,’DIV’)” value=”TEST2″>
TEST2</label></td>
</tr>
</table>
<div id=”DIVTEST”>STERT TEXT </div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</form>
</body>
</html>

to post a comment
JavaScript

0Be the first to comment 😎

×

Success!

Help @O_Beans spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.6,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...