Hi Guys,
I have a form in my site where people can sign up by submitting their name and email address. I'm using a 3rd party list management service to collect/manage that list. One of t...
Hello,
We use the Spry Menu Bar Javascript that is included with Dreamweaver for our left hand column navigation.
As you can see on our original site www.glowshiftdirect.com it works fine...
I'm using the following code to insert a button and some javascript into a div.
The dropdown has an onclick() to call the javascript function. It works fine in Firefox, but in IE7 the funct...
Hi
I have a link [CHANGE] which opens a popup windows via calling a JavaScript function openPopup().
I try to send a php value $id to this popup page somthing like this:
<a href=d_bloglist...
Hello experts.
I have problem with the onclick function in firefox.It is working fine in explorer but in firefox i have no sound.
Any help?
I am looping through some text and need to compare text with text from another string to see if it matches anywhere in that string, and if it does, get the next character in the text, compare ...
I'm trying to create a script using javasript, or jquery if it applies, and not sure how to go about getting the url (example provided below). I need to get the url and grab the end of it to ...
I have the following JSON object:
var json = {"Product":[{"Product_Title":"Beach hat"},{"Product_Title":"Blue Jeans"}]};
I am using the following loop to get records:
for (var x in js...
I have a name of a variable stored in a variable.... How can I figure out if variable exists
Example (doesn't work):
Trying to figure out how to reference the 2 streamName name/value pairs in the <object> and <embed tags> of a flash control on an .aspx page. I am trying to use asp.net to get the data from a ...
I have a group of radio buttons and related textboxes on a form.
Currently all textboxes are set to readonly except for the text box whose related radio button is selected.
When you click on...
I have a jump menu with a go button and I need an onclick javascript to put a url of my choice in an iframe on a separate page. Please be as thorough as you can and include all codes for this....
I need to add items to a dropdown list in a gridview footer row. how do I find the control? using getElementById("ddlMaterial") is not working. The view source does not show the ddlMaterial...
based on a dropdown selection within a form, i need to conditionally change the FORM Action target filename value.
the JS might look like:
IF (dropdownvalue='Special') Form.Action='NewFil...
I'm trying to use an accordion effect and I'm getting the following error:
Effect is not defined
http://localhost/includes/js/accordion.js
Line 56
In the header, I've included the js ...
Dear Experts,
I want to remove a css class that is attached to an element in my html document and only keep the text.
How can this be done using jquery?
Thanks in advance!
Hi all,
I need a solution to create a combobox for a website, where items are show with a preceding icon or image.
Concrete case is: I want to show a combobox language chooser, items should ...
How to set cursor focus on text field on page load?
I have tried the following, it dosen't work. Any suggestions?
<head>
<script language="JavaScript" type="text/JavaScript">
setFocus(){
...
Hello,
I need to use a group of checkboxes, like you would a radio button group, for example there are 3 checkboxes, when one checkbox is checked, the other 2 will be unchecked, the same wa...
I have this form table created by an asp query.
See code Snippet.
I need to be able to type in the text boxes Bank1, Bank2 ... and Update the box TotalBank with the sum as I am entering the ...
I am trying to disable all the form fields on a page when it loads.
There are several forms on the page.
I have tried the following script:
function disableAllFields(){
alert("This i...
I can get every other value to alert fine except for the QUAN value which comes from a combobox.
I want to convert the lowercase letters typed by an user to uppercase and viceversa. IE portion of the script works. For other browers e.which gives me the value of the key typed. But i am una...
I have a rather poor validation script currently implemented on my registration script. I am trying to add a validation technique like the code attached but realized that my registration scri...
Is there a solution that enables a normal img thumbnail link which would normally open in a new full size window (without script) but with javascript enabled it opens the linked image in a new...