Grey Out Checkbox
Nov 13, 2003
i have an array of checkboxes that are displayed in a table. if the first checkbox is selected then all other checkboxes need to be greyed out, so that the user cannot select anything else. And of course if the first checkbox is unchecked then all checkboxes become available again. Any combination of the checkboxes may be selected unless the first one is selected.
View 5 Replies
ADVERTISEMENT
Aug 19, 2009
I was changing the code on the Grey Box script to pop up only the first time someone came to the page. I had this line of code working but it doesn't now after I did something to it. does anyone have an idea how I can modify this to make it work?
View 13 Replies
View Related
Oct 14, 2010
I have a form with a text box that is greyed out unless a checkbox is checked. The problem is if the checkbox is checked and this enables the text box to enter data and I hit reset, the text box does not reset and turn grey. It allows data to be entered. I have both the html reset button and the javascript clear form, but neither seem to work. How do I reset the text box to grey as well if reset is hit?
View 3 Replies
View Related
Mar 7, 2009
I'm using lightbox 2.0 with Dreamweaver CS3 on Mac 10.4. I am trying to use lightbox with Dreamweaver's hotspots, so right now my code looks like this:
<area shape="poly" coords="209,232,273,224,280,286,219,293" href="images/ATlogo2.jpg" rel="lightbox"/>
I am only getting the gray background when I click on the link though, not the image. The image properly loads in a new window when the rel="lightbox" code is not added. I have tried testing it in Dreamweaver's preview on Safari, and uploaded to the web in Safari and Mozilla's Camino.
View 1 Replies
View Related
Oct 16, 2009
I have a page that has a bunch of checkboxes and input fields. I need to disable and grey out the submit button until a change is actually made to any of the fields, then make it active and blue. How would I do this?
View 5 Replies
View Related
Jun 17, 2009
I'm using Greybox (labs/GreyBox/ ) with a php script. It works great. However, I'd like to have it appear on the right side of the page, instead of appearing in the center of the page, when it pops-up. Someone suggested tweaking the css file. I've tried, maybe it needs code added to accomplish this. I don't know.
#GB_overlay {
background-color: #000;
position: absolute;
[code]....
View 7 Replies
View Related
Dec 13, 2010
I have a div called "sampler".
This is the CSS code of this div[code]...
View 1 Replies
View Related
Aug 4, 2009
I have a site using Grey Box pop up ( http:[url]....).It automatically pops up when you go to any of the 5 pages on the site. Is it possible to add a cookie to it so that it only pop up the first time someone comes to any one of the pages?
View 8 Replies
View Related
May 1, 2003
have image buttons which display gray outline when link depressed in IE. Anyway to remove this through js ?
View 6 Replies
View Related
Nov 11, 2009
I have a div containing a few text elements like date and description. I want to change the background-color of the div to a light grey when the mouse is over it. This works fine. The problem: As soon as the mouse is over a child element, the background changes back!
View 2 Replies
View Related
Apr 6, 2009
I have some jquery code that will highlight in grey a row in a list when it's hovered over - ie:
[Code]...
but of course that will highlight every -even and -odd row, but I want to exclude the list classed .views-important-dates. I can get bloated with it and duplicate the whole code, or I could write a function (which is a definite possibility) but I was wondering if there was a conditional way I could do this - for eg:
[Code]...
View 1 Replies
View Related
Oct 21, 2009
I am looking for sample/ implementation ASP.net with Jquery.My requirement is I have web form with some controls, once the user click on submit, entire form should Grey out with message as processing .... once the database successful, successful message should bedisplayed and if user clicks on close on message the message should be closed and form needs to be cleared or some thing like this.
View 1 Replies
View Related
Oct 17, 2011
I'm looking for a menu like the white and grey one on the left of the following page [url] how to find something similar to use?
I don't mind about the bottom box containing the link description, I don't think this would help the navigation...
View 3 Replies
View Related
Jan 16, 2009
There is a big wide problem that with IE6, PNG images display this horrible grey or white background when it's transparent. It looks ugly, but I can't seem to find a way to solve it. I've searched on google and copied scripts, inserted them in to the document I wish for the png to be completely transparent but it's still not working. I would normally just leave it, but as I want the site to look professional and the transparent png is essential to the data being displayed, I've been trying to find solutions to it.
I realise that most users have upgraded to IE 7 / IE 8 which supports transparent png images but there's got to be a small percentage of users who use IE6. I can't just say "sorry you'll have to upgrade your browser to view the data properly" obviously, so I'm trying to find solutions. I've tried using spacer.gif but that doesnt work (but it does when on table designed pages), so I found some scripts:
[Code]..
View 14 Replies
View Related
Mar 31, 2010
I have recently started seeing a script that puts like a dark grey transparent mask over the intire browser window, while putting up in the center a highlighted visable login form or some type of box requiring user input. Can anyone tell me if that is javascript and possibly point me in the direction where I can find out more about that effect.
View 3 Replies
View Related
Feb 8, 2010
I have this markup:
[Code]...
There are two radio buttons, sometimes one will be disabled, other times the other will be disabled. I would like to make a script that: First: Changes the color of surrounding text of the disabled radio button to the color grey. Second: Checks the other radio button.
This was my plan: I would make a script that: First: Removes all the current classes and add the class "greyed_out" (or better: change only the color of) the parent element, all siblings and children of siblings (if any) of the radio button that is disabled at that time.Second: Sets the attribute "checked to the other radio button". I made a script, but when I set the bottom radio button to disabled the script doesn't work:
[Code]...
View 4 Replies
View Related
Oct 14, 2010
I have a button that selects all the checkbox.
How do I select all checkbox when running the click event of each?
View 2 Replies
View Related
Mar 6, 2011
I have a function that builds an xml string from all selected options in a form like this
function SetServices() {
var services = '<SERVICE><SERVICECD>1KNTK</SERVICECD></SERVICE>';
$(":checked:not([name='ServiceType'], #Standard, #NoneForex, #RTT, #PRN, #BW, #Metrics, #STATUS :input, #EX_AGREEMENTS :input, #final_step :input)").each(function() {
[Code].....
View 4 Replies
View Related
Jul 27, 2010
If it is possible, how to reflect popup checkbox changes on same checkbox in parent window. Main windows contains a list of thumbnails, each one with a checkbox. Clicking on a thumb, a popup window is opened containing a bigger photo beside a checkbox. If the user checks/uncheks it I want the thumbnail checkbox in parent window to be changed in the same way (and onclick tasks to be performed). To achieve this I am using cookies and onClick -> parent.reload.
View 1 Replies
View Related
Jun 21, 2010
So here's what i want to do:
i have 2 checkboxes,
when Checkbox A is checked, i want to automatically check the checkbox B. When A is unchecked, then uncheck B.how can i do that?
View 3 Replies
View Related
Feb 23, 2010
My JSP web page has many checkboxes. What is web page source code look like when clicking one checkbox will submit only one checkbox value (not the whole form) immediately? i.e. toggling one checkbox will send the info that only that checkbox is toggled. This does not work because clicking one checkbox will send the whole page
<form name="myform" method="post">
<input type="checkbox" name="choice" value="1" onclick="submit();">
<input type="checkbox" name="choice" value="2" onclick="submit();">
<input type="checkbox" name="choice" value="3" onclick="submit();">
...
View 3 Replies
View Related
Feb 23, 2010
My JSP web page has many checkboxes.What is web page source code look like when clicking one checkbox will submit only one checkbox value (not the whole form) immediately? i.e. toggling one checkbox will send the info that only that checkbox is toggled.This does not work because clicking one checkbox will send the whole page [code]
View 2 Replies
View Related
Aug 11, 2010
I'm having some trouble with determining the status of a checkbox after it has been clicked with the jquery.checkbox plugin
[Code]...
View 2 Replies
View Related
Jan 28, 2010
If I have two check-boxes and one is already checked and then the is checked, how would I get it to uncheck the first one using JavaScript.
View 2 Replies
View Related
Jul 6, 2011
When checkbox is clicked email is necessary and if checkbox is not clicked email is not necessary for submitting a button give me the code:
View 1 Replies
View Related
Feb 24, 2006
I have an HTML page, that calls an ASP javascript page on "Submit".
Everything works correctly except that I can't get the value of the
checkboxes. I've been trying code like this:
var s = "Off"
if (Request.Form("EmailCbx").Checked == true)
{s = Request.Form("EmailCbx").name}
No matter what I do (I've tried several other things too) the value always
returns as "Off" What am I doing wrong?
Also, is there some way to get values from all my checkboxes that are
checked?
View 7 Replies
View Related