I have a multi select box called services[]. I want to save the values that are in that box to a database using ajax to pass the selected values to the php script. I have tried this code
...
The example below is a stripped down version of the issue occuring on my page. Load it in IE7, and the inner div will not expand the full width of the outer div. Load it in firefox 3 and it ...
Hi,
I know this seems very easy, but I'm not getting it... I'm trying to count the number of checkboxes that are checked in a group of differently named checkboxes... See below. It been a l...
Experts:
I have a modal IE dialog opened by the snippet below. I would like the modal to call a javascript function in the parent IE window on close, with something like this
<INPUT type=but...
the form is rounding the "totaltax" and "gst" fields to 3 decimal places I only require rounding to 2 decimal places, how do I do this.
Hi,
I'm putting an invisible text box on a form in asp.net. When the user enters a value in the first text box this second text box will be made visible and the user will then confirm thei...
I have a JSON object that I've obtained from a string using the eval function. After changing some value I want to convert it back to a string to store it a hidden field. This might be dumb, b...
If a page contains a DIV object which has no style set to determine its width and height (i.e. the size of the DIV is determined by its contents and any parent objects that may be constraining...
Hello,
Every morning i check my site there seems to be some new problem that has crept in. Today, Firebug reports the following:
Node cannot be inserted at the specified point in the hie...
I have 15 images that need to be draggable on a webpage this piece I have working. I need to be able to have 15 separate drop targets for them this is the piece that will not work and I have o...
i've searched hard, but cannot find a javascript equivalent of the PHP strtotime function. this function would allow me to validate a date typed in by a user on a form.
the amazing part abo...
Hi Experts,
I have an image and a hyperlink. When the mouse is over the hyperlink, the color of the text changes and it is also underlined.
How do I get the same effect on the hyperlink w...
I am looking for Javascript that I can apply to content within a div. An example would be here...
adobe.vanguard-education.com
I have this javascript I lifted of the internet that does ...
Hi all:
I have HTML code that consists of the following radio button HTML
<dd class="specialdd"><input name="PayMeth" type="radio" class="paychoice" onclick="MM_showHideLayers('PayOptCC'...
Hello,
The "onchange" event fires in IE 6.0 in a HTML SELECT element when scrolling through the unexpanded list with the up and down arrows on the keyboard.
In Firefox it lets you scroll thr...
I'm using mootools v1.11 and having some difficulty getting an image map which incorporates some javascript to work with the Ajax form code.
I have an image map of NC counties at http://nct...
I require javascript code as simple as possible to calculate sub total from the quantities selected from a drop down list then add GST which is 12.5% then display the total. The form fields a...
Hi,
I have an extremely complicated, at least for me, routine using javascript and jQuery to add and delete rows from a table. Compliments of an Experts-Exchange.com Expert! I works great.
...
Hi. I want to type into a text box and after each character entered raise to upper case and for the cursor to position after the character I've just typed in, but in my code snippet below, aft...
Hi,
I have a page that has checkboxes on which I defined attributes (ex.: fileType) depending on which file each checkbox is supposed to open. This works well for me on the server side but I ...
I need to pass variables (parameters?) with a function in a function... see below!
I am working on developing a ASP.NET webpage which calls a web service from within a Javascript function assigned to the webpage's body onload event. The web service creates a XML response re...
if I have an array of unique numbers of 500 and another array of 7 numbers what is better?
to have the smaller on the outside loop and larger on the inside? or opposite?
and if I have the ...
How can I call a Javascript function from a asp radiobutton?
I am using an autopostback to determine if the dropdown box has changed. If the user selects assault then the yes no radio button...
The issue that I am facing is I need to capture the window close event,I already know that I can do it in two ways
1)catch the unload action with Java script
2)Catch the window.event.client...