Hi all,
When you have a drop down box in FireFox the box is set to a certain width. If the content of the select items is wider than that of the drop down FF will adjust the width of the se...
Hi ,
While running a Adobe Flex Application,
I'm getting error "Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed."
Can anyone explain me why i'm getting this ...
I am using an older version of Coda Slider which I have working perfectly except that I would like to add automatic panel scrolling. Please review the coda-slider.js file and help me out with ...
I'm a newbie at web development. I've created a page that creates a report into an html table using using recordsets. I'd like to be able to have a submit button that will export the table i...
I need a free JavaScript code which gives me same effect as:
http://www.magictoolbox.com/magiczoom/
Hi:
I have a simple data entry form which I have inherited from another programmer and I added several fields to it. When I set the tabindex, the fields were not tabbed to in the order prosc...
I need to create a select list with multiple options, including one which, when selected, enables the user to type their own text into an input field. (I'm relatively sure that I've seen this ...
Is it possible to remove/hide the browsers address bar or toolbar using Javascript for IE 7?
Im using the code below but I still see the address bar. Also, when the new page displays the exsi...
I have multiple iFrames containing dynamically resizing content (the content being from the same domain).
I want to create a script that adjusts the height of the iFrame each time the conte...
Hi,
I'm trying to get this code to work. Just a simple example of an insertBefore() function with javascript but it's not working. Any suggestions?
I have a form When the check box field is checked I want the menu field to gray out or hide.
Bellow is a test form. Can you show me how this is done?
The plugin works just fine and it looks cool. But how do I get to the options that were selected? When I $_POST, there is no result, no data, no value from the custom select box.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Embedded Web Browser from: http://bsalsa.com/; InfoPath.1)
Timestamp: Wed, 19 Aug 2009 12...
Anyone figure out how to copy to the clipboard using javascript in IE 8? My existing code that works for IE 7 is now broken. Ideally would love a javascript package that would work in all br...
Hi,
I want to set focus on my flash file when the page loads.
I am using focus() method in javascript and its working fine in IE and Firefox.
how would i focus on my flash file on load....
I have 2 flash movies (swf) embedded in an aspx page.
I have 2 buttons. When button1 is clicked I want to play the first flash movie.
When button2 is clicked I want to play second flash movi...
Hi
I have date field in dd/mm/yy format (or mm/dd/yy format) and need to convert to javascript date object.
How do I do this? Please provide code snippet....I'm sure this can't be too diffi...
Hi,
I am new to Javascript who is struck up with the problem of creating select menu dynamically with the help of createElement,setAttribute,appendchild,getElementbyID and so on commands.
...
Hi,
Can you please provide me the code for:
Confirmation box with "Yes" or "No" instead of "OK" or "Cancel" in JavaScript ? Please explian me the code in simple terms.
<script languag...
I want to create a php page that does the following. It receives a string of characters and parses them to split them into separate words and lists them.
It then queries the database to see ...
Hi Experts,
I am having conflict between mootools.js and prototype.js in my code.
I am using mootools.js for validation and prototype.js for user rating stars. Both are working individually ...
Is there an oncCheck command for javascript, like an onClick? would it simply be an onClick? What about an onUnCheck command or something similar? Maybe an ifelse statement for this the box is...
Hi, I was trying to use the setInterval() function in Javascript but am not getting anywhere. In the code attached there is a function called showAddress() which is called near the end of the ...
Hello All;
This code will change the color when OnClick for a checkbox.
I need this same thing done for OnClick on a Submit Button
Thanks All;
Carrzkiss
Hi all,
I am trying to create an auto-complete which works with a text box, when you start typing in the text box it will display suggestions taken from a database.
I have a solution that ...