Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top JavaScript Solutions: 176 - 200 of 1426
 
How can I apply an onclick behavior to a drop down menu? So that when the user changes a value in the drop-down menu, it performs a javascript. I have included a sample of the HTML i have c...
I can't get the below to work on Safari on a Mac... <html> <head></head> <body onLoad="javascript:document.signup.submit();"> <form name="signup" action="http://www.espn.com/signup.a...
Form validation with multiple types of inputs   I need to validate a form that has diffrent types of input fields. The showstopper for me is the checkboxes. I need to ensure the user check...
Hi, type = select-multiple 1.) If I want to show the colon delimited list in a JS alert box what would I do?           or how else do you show it?          Is there multiple SelectedIndex...
I need assistance with creating a javascript that will allow a user to input various different date formats; e.g. MM/DD/YY, or MM-DD-YY, or MMDDYY, or MMDDYYYY and convert them on upon field e...
I need to pass the array key/value pair that was created in PHP over to a JAVASCRIPT array.  My purpose is much more complex than what I'm showing below, but getting this to work will allow me...
hi, how do i pass string from a popup into text box of the origin page where the popup is called?
I need to update the following javascript function with a confirm dialog (ie: Yes or No prompt): --------------------------------------------------------------------------------------------...
PROBLEMS: I want to mix PHP and JS in: file.js.php In my text editor (Textmate) syntax styling does NOT work without the <script> tags. ie) <script> alert('help'); </script> file.js...
Hello experts, I have a web page with a large amount of information in a div field.  This page will be displayed on a small touch screen hand held and the default scroll buttons that come when...
Hi, I have two frames (left, right). I want to show progress bar popup in the right frame, when I click a link in the left frame. Currently progress bar pop up is appearing in the left frame....
Hello Experts, I am trying to develop online test tool in ASP.NET, I have used Ajax lookup to get the questions and 4 multiple answers for it. It seems to be working fine. However, the prob...
Hey guys, So I've been sifting through all the ways to capture a keystroke using Javascript, yet mine seems a bit more specific. So I have a text input in one of my forms that I want to c...
when a user click on the hyper linkon a web page  they should get an transparent pop up conformation alert. how to do this?
I have a string in Javscript as TestMicrosoft&nbsp; I need to replace &nbsp; with empty value and the value after replace should return TestMicrosoft How to do that... How to use rep...
Hi I have a problem getting javascript to do following. There is a master page in ASP.net On the master page within a section called contentMiddle I have 3 user controls of the same type (...
Is it possible to easily, en masse uncheck all checkboxes in a certain div, and or with a certain name? I know you can do this with JQuery, but is it build into Prototype? Thanks
i'm not sure how to pass the element id  to document.write(scripts[i] + "<br >"); a similar  example will be very helpful. i have attached my code.   thank much for your suggestion
I'm trying to build a pattern matching utility for a custom project I'm working on. Can anyone give me some pointers, links, etc... that will help me with creating a pattern matching engine? I...
Problem can be seen on the first and fourth image of http://newdeviart.com.mytempweb.com/gallery5.html: The actual alt text of the image does not show, the content of title= shows instead- in...
I have this script on my page to allow users to use the arrow keys to move up and down between textbox controls instead of having to use TAB and SHIFT-TAB. The script works nicely on its own, ...
Hi Experts, How to insert values into a listbox based on an array? I have the following ASP code which queries data from a table and reads it into an array. Now I want to use the array t...
In a form, through Javascript, I want to make sure the password inputted by user match Give the example below, is this the correct way to do it: <html> <head> <title>Validator</title> ...
On a personale website, I made a floating div where I display images from a local folder. I made a php script, that echo a random file from a dir - all files are aprox. same size. All files...
I have the following piece of code that I need to run on a server that does not support php so I have been advised to convert the entire code in javascript with document.write and have them as...