Checkboxes Are Controlling One Another

Sep 22, 2009

I have a few checkboxes in a form. Some of them work independently, but some make the others go on and off. Specifically the lower ones are controlling the upper ones.

<td>
<input type="checkbox" name="weddingitem1" value="Toppers" id="Toppers"/><label for="Toppers" >Toppers<br />
<input type="checkbox" name="weddingitem2" value="Champers" id="Champers"/><label for="Champers" >Champers<br />
</td>

View 3 Replies


ADVERTISEMENT

Controlling Delete Or Update Of Records Using Checkboxes

Feb 18, 2011

I have checkboxes (Delete and Update) on a table.
update delete id
- - xx
- - xx2
n n n

The code below makes sure only one of the two check boxes are checked at a given time. So, either you can delete or Update but can't do both at the same. Now, in addition to current functionality, I need to be able to delete or update more than one record - How can I do this.

function Check(pass){
var divElement=document.getElementById('mytble');
var arrCheckElements = divElement.getElementsByTagName('input');
for(var i=0;i<arrCheckElements.length;i++){
arrCheckElements[i].checked =false;
} document.getElementById(pass).checked =true;
}
<td><input type=checkbox id="chkde" onclick="Check(this.id)" value=""></td>
<td><input type=checkbox id="chkup" onclick="Check(this.id)" value=""></td>

View 1 Replies View Related

Controlling Pop-up Placement

Jul 20, 2005

As someone who has a web site, there is this popup (not my own) that comes
up that I can't make go away when others view the page. Is there anyway,
at least, to make sure that the parent window supersedes and is the top
lawyer vs. this smaller pop-up using javascript?

View 3 Replies View Related

Controlling A PDF In An Iframe?

Jan 21, 2010

Currently I'm facing a crisis wherein I need to find a way to control an embedded pdf with javascript, in particular all I need is the search functionality in the pdf document.So basically, some pseudo-code:

Code:
<html>
<script>

[code]....

View 2 Replies View Related

Controlling Where A Visitor Comes From?

Nov 24, 2009

I want to control where my visitors are coming fromSo not visiting from google or their homepage etc etc. i want them to enter the site from one specific site.

View 1 Replies View Related

JQuery :: Controlling Last Div Inside A Div?

Mar 2, 2010

I'm trying to achieve this: when I click on the "Zgodovina_Prikaz" div, "Zgodovina_Vsebina" div should appear, which is inside "Zgodovina_Prikazj" div.

Here's the code that works now, but I have to add the "Zgodovina_Prikaz" exactly before "Zgodovina_Vsebina" for it to work.

$(document).ready(function() {
$(".Zgodovina_Vsebina").hide();
$(".Zgodovina_Prikaz").click(function() {

[Code].....

View 2 Replies View Related

Controlling CSS Padding Values?

Oct 25, 2011

I have the following code ...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">

[code]....

View 5 Replies View Related

Controlling Popup Window

Nov 16, 2002

I'm trying to control a popup window from two different pages in my main window but having troubles.

My first page (bigpage1.asp) opens a popup window called 'PopCreate'. This popup window opens a frameset with two frames; 'TopFrame' and 'BottomFrame'. While 'BottomFrame' is processing some information, the top frame's page (top1.asp) refreshes to page 2 (top2.asp) after 3 seconds (using meta refresh). On page 2 (top2.asp), I want the entire popup window to close. I'm having troubles with this.

Alternatively, when the first page (bigpage1.asp) in my main window refreshes to the main second page (bigpage2.asp), the second page (bigpage2.asp) could close the popup window (PopCreate).

View 2 Replies View Related

Controlling What Position A Page Loads In

Jan 30, 2007

<BODY onload="window.scrollTo(x,y)">

However I am linking to Google Images so I can't modify their page
code.

Is there a way to link from frame a to frame b so that the javascript
in frame a decides and controls at what position the page will load?

View 3 Replies View Related

Controlling Javascript From Server Side

Aug 29, 2007

I want control a hardware device using a Web browser.
I created a page which has a form containing all necessary INPUTs.
By clicking a button, all current settings are sent to the server side
(using POST or GET) so that the server can interact with the hardware,
which is under the server's control.

Now, in some cases, I want to update the INPUT (w/ readonly) with the
data from the hardware, such as a status value.
Most primitive approach is creating a new page with new value to the
INPUT, where I want to show the value.

But that is not quite efficient as the page appearance won't change
except the contents of the INPUT.

As Javascript can make any change to the HTML page (at client's side)
that is currently being displayed, it is more straight forward if the
server can send a set of Javascript commands to the web server so that
it can just update the display contents rather than refreshing
everything.

I thought such scheme was already available, but so far, I don't see
anything usable.

The Web server is not a commercial one but a custom Web server
(written in Python) so that I want to keep the scheme as simple as
possible. I checked AJAX but I'm not sure I can use AJAX in my
application.

View 10 Replies View Related

Controlling Loop Speed For Animation

Jul 20, 2005

I'm using the following to allow dynamic resixing of an image (when the usre
presses down on a button):

function widthup() {
image.width = image.width + 1;
width.innerText = image.width;
if(x==1) {
setTimeout('widthup()',0);
}
}

even when the 'setTimout' is at zero it goes pretty slowly. Any way to have
something faster?

View 3 Replies View Related

Controlling Behavior Of The Enter Key In The Form.

Jul 20, 2005

I want to call a JS function when Enter is pressed inside the form, and when the submit button is clicked I want to submit the form. Any simple way for doing this?

View 1 Replies View Related

JQuery :: Controlling UI Tabs From An External URL?

Jul 5, 2010

Does anyone know if it is possible to control UI tabs from an external URL, is this possible?

For example, right now, the ui-tabs-nav list of anchors correspond to the divs automatically. I would like to make the tabs' navigation controllable from a separate draggable modal or popup window so I can drag it to a second monitor and use the main screen on GoToMeeting, to switch tab panels almost like Powerpoint (but more useful.) In advance I want to preempt suggestions that I do something different entirely, like simply make the browser window span two monitors, etc. Easy idea but doesn't work; I've tried it.

View 2 Replies View Related

JQuery :: Multiple Checkbox Controlling One Div?

May 7, 2010

I have 3 checkboxes from which I wish to toggle one div.

condition

1. IF any checkbox is checked, div should show

2. if all checkboxes are unchecked only then the div should hide.

View 1 Replies View Related

Popup Controlling Main Window?

Feb 26, 2009

I have one page with<input id="calendar" name="calendar" value="" /> <a href="open popup">...</a>The popup opens page with calendar days. Every day is<a href="javascript: setDate('2009-02-26')">26</a>What to insert in the setDate() function to return the selected date to "calendar" input field, wich is in the other (main window), not in the popup?

View 1 Replies View Related

Controlling Frames Containing External Pages?

Apr 7, 2011

I have an index.html that sets up 3 Frames. They are called FrameTop, FrameA and FrameB. See pic below. In FrameTop the user can type in a url into a textbox with id="urlINPUT". When user clicks LOADA it loads that url into FrameA. User can then browse web in FrameA, clicking links etc and going to new pages. The second button LOADB is designed to determine the current location/url of the page displayed in FrameA and load that into FrameB. So far when I write the javascript in FrameTop LOADA works but LOADB loads the FrameTop into FrameB! [error!]

-----------------Index.html-------------------------------------
<frameset rows="5%,*">
<frame name="FrameTop" src="frame_top.html" />[code].....

View 1 Replies View Related

Toggle Controlling Multiple Rows?

Sep 30, 2009

I am using a Toggle function right now that does a getElementByID check. I have a table dynamically being built by ColdFusion that shows a bunch of time entries for a support ticket. Each time entry has 3 rows that I only want to show if the first row is clicked. Right now it only displays the first of the three.

[Code]...

View 1 Replies View Related

One Window Inspecting And Controlling Elements In Another?

Oct 4, 2010

Is it possible to have a javascript read elements from one browser tab from another? What I want to do is have a simple script that refreshes a page that I don't host every second or so and if the text on it changes from a preset string then to stop refreshing. So I have one tab open running the JS that I host which is pressing refresh repeatedly on the other tab and if that changes then it stops refreshing.

I've tried to think of a way to do this server-side (PHP) but couldn't think of one. I could make a script that reads the remote page repeatedly and if it changes then loads it, but to load it the remote page would refresh and then would probably lose the string I am after.

Even if just to say "nah, not possible" or something about XSS that I don't really understand...!

View 4 Replies View Related

Radio Buttons Controlling Textfields

Apr 13, 2011

In a form, how do I have a set of radio buttons with the last one being an other option that shows and hides a textfield depending on if it is selected or not? I have seen how to disable the textfield if the radio button is not selected, but not how to hide it. Is this possible?

View 5 Replies View Related

Controlling Font Size With Javascript/CSS

May 3, 2005

I am working on a project and want to give the users the option to scale their font sized up and down, using a javascript or javascript/CSS combo. Basially, clicking the text icon once will enlarge it (to whatever I determine) and clicking that icon again will revert it to the normal size. They will not be able to incrementally get larger with each click... just one size. Code:

View 1 Replies View Related

Controlling Text Field Width With JS

Jul 11, 2001

I’m using the following Java Script to set the width of text fields:

<SCRIPT>
if (navigator.appName == 'Netscape') {
document.write('<INPUT type="text" name="textfield" maxlenght="30" class="forms" size=14>
');
} else {
document.write('<INPUT type="text" name="textfield" maxlenght="30" class="forms" size=30>
');
}
</SCRIPT>

How do I use that script to set the width of the text area field below?

<textarea name="textfield2" cols="50" rows="6" class="forms"> </textarea>

View 12 Replies View Related

Controlling Status Bar In Image Maps?

May 9, 2002

I would like to control the message in the status bar when using imaage maps. Example below.

<!-- Define the 'navBar' image Map -->
<map name="navbarMap">
<!-- 'home' button -->
<area shape="rect" coords="0,0,110,20" href="/" onMouseOut="MM_swapImgRestore(); window.status='' return true;" onMouseOver="MM_swapImage('navbar','','../images/navbar/nav_rsmeBtn1.gif'); window.status='PG Employment Network - The Place where Employers meet Job Seekers!' return true;" alt="Prince George Employment Network" title="Prince George Employment Network">

</map>

Is this even possible? The red text is what I think it should be.

View 1 Replies View Related

Chat Program - Controlling Scroll Of DIV

Feb 26, 2010

I am trying to make a chat program, and now I want the div to scroll down (entirely down), if the scroll bar already is at the bottom, when the text changes. So Here is the test page. Notice the little debugging area at the bottom. You see that when you scroll the DIV (with message story) entirely down, the scrollTop and scrollHeight does not match, so how, exactly, do I check if the scroll is at the bottom? Notice that if the server is down, or if you don't see what I am explaining, try to refresh the page, or wait a little and then refresh.

View 1 Replies View Related

JQuery :: Controlling Html5 Video Without Self Referencing?

Mar 8, 2011

This works:

$(function(){
$('#video').click(function() {
this.play();
});

[Code].....

nor does assigning a var to #video or any other trick. Im trying to get the video to play when another element is clicked so i cant use 'this' selector.

View 1 Replies View Related

Controlling Character Length Of A TextArea Field

Aug 1, 2007

I have a text area in one of my forms that I want to control the character size of. In short, I want to keep the text area to 10,000 characters.

What I Have Found: I have found a number of scripts that will control the character length of the text area, while you are typing.

The Problem: If you cut and paste a document that contains 15,000 characters into the text area that is limited to 10,000 characters, it will still take all of the information (i.e. the 15,000 characters), as opposed to limiting/cutting it off.

Does anyone know of a script that will control the overall character length whether it be inserted via key stroke or is copy and pasted into the text area? Or possibly point me in the right direction?

View 8 Replies View Related

Jquery :: Controlling The Loading Of Divs Asynchronously

Jan 14, 2011

I am trying to reload the contents of a div asynchronously using jquery. It works fine if the link/button to do so is outside of the div I am reloading, but I need the button to be inside the div I am reloading and it does not work if I do it from there. I have thought about overlaying divs but I need the buttons to be very exactly positioned as its a graphical representation of a map and recoding the way the buttons are placed would not only annoy me but be very difficult.

You see its an isometric view of a square, and the buttons need to be placed right along the edges of the 'diamond' therefore always coming inside or on top of the div that contains the map view. So, is what I am trying to do impossible or might I just be going about it the wrong way ? If it is the latter then I will post some code.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved