I've a perfect working code in IE but for some reason its not working in Fire fox...can anyone suggest why?
kg_ally 0 Newbie Poster
Recommended Answers
Jump to PostBefore i propose any other solutions, did you try removing the
<b></b>
tags from this line:<input type="checkbox" name="chkRecipeBook" id="chkRecipeBook" onclick="javascript<b></b>:disableAddressBook();" />
?mschroeder, That is a bug with code-tags. I have even posted a thread for the same (
<b></b>
) here.
Jump to Post@OP, Is it even possible to disable/enable a div tag ?
<div class="extensiondatacapture" id="addBook">
toggleAddBook(document.getElementById("addBook"));
if ((document.getElementById("chkRecipeBook").checked == false)&&(abc.disabled == false))
Jump to PostI also assume the OP means showing and hiding of the div, but based upon the status of the checkbox.
I figured out that much though! And also I managed to make some quick changes to his existing script. It works on both IE and firefox! @OP, Is this what …
Jump to Post:S I don't think you can enable/disable a "div".
Jump to Postwell....I could do it..as you can see in my code
but
its not working in Firefox...I can't. Your code doesn't seem to work on FF as well as IE on my computer. :-/ What do you mean by its working btw ?What is the script intended to do ?
All 17 Replies
kg_ally 0 Newbie Poster
almostbob 866 Retired: passive income ROCKS
mschroeder 251 Bestower of Knowledge Team Colleague
kg_ally 0 Newbie Poster
mschroeder 251 Bestower of Knowledge Team Colleague
nav33n 472 Purple hazed! Team Colleague Featured Poster
nav33n 472 Purple hazed! Team Colleague Featured Poster
mschroeder 251 Bestower of Knowledge Team Colleague
kg_ally 0 Newbie Poster
nav33n 472 Purple hazed! Team Colleague Featured Poster
kg_ally 0 Newbie Poster
nav33n 472 Purple hazed! Team Colleague Featured Poster
kg_ally 0 Newbie Poster
nav33n 472 Purple hazed! Team Colleague Featured Poster
almostbob 866 Retired: passive income ROCKS
Troy III 272 Posting Pro
mschroeder 251 Bestower of Knowledge Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.