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: 1 - 25 of 1427
 
I am using WLAN & ELAN in my pc i want to get only ELAN MAC address by using vb script or java script
Hi I want a user to enter a value for a textbox in my HTML page and I want to display a popup when the user submits that value. This popup would display the value the user entered in that t...
I want to add a check to see if an entry in my field is null, but now my function is returning null everytime.  can someone see my error? Many thanks in advance
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, I have a web page with many panels with many controls in each that are used to make a filtered query to the database. All the controls in the panels are Check boxes. I would like a j...
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 have a dropdown list that contains action items that replace the command buttons, ie edit, delete, update, replace etc.  When the end-user selects an action item a popup needs to appear to c...
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(){ ...
I am using an API to upload a file to a video hosting site. The documentation tells me to implement as follows: NOTE: This call will be sent as a POST using the Content-Type multipart/form-...
Hello Experts, I am having trouble with the Facebox jQuery plugin. I am displaying a contact form in a Facebox window, and I am trying to get a postback from the PHP form submission to disp...
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 ...
Hello all, I have a very lengthy HTML form for user input.  It will have a dozen fields with similar names like: item_1 item_2 item_3 Where the item_x fields are Selects. After an ...
Hello Experts, I was wondering how to loop through all checkboxes inside DIV. If checked==true then append their value to a string variable. Scenario: I have 3 DIVs with x amount of c...
Dear Sir, Request you to provide me a function which converts a particular number into words.
Hi experts, A newbie to Java Script and a simple tutorial will do the job. Please provide simple examples of the code below using the operators greater than, less than, equal to and not equa...
Hi There, I need to iterate a html table, first by iterating each row and then by iterating each cell within the selected row as I must do some processing at tye start of each row: var tr = ...
Hi, I am now using showModelessDialog function to display a custom page in a pop-up window. The width of the custom page is about 640px, and the heigh is about 1600px. So I set the "scroll" p...
Hi. im trying to make use of something very much like the link supplied however, as ever its not quite what i need. I need to add in some tabs that align left of the center panel and will st...
I have a page that shows an item to be deleted from the database. When the user clicks the Delete button I want a message to be displayed such as "Are you sure you want to delete?" if they sel...
I am struggling with the same problem described in - http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22973077.html#discussion Which is: I am trying to retr...
Question 20418533 shows how you can use JS to detect a user's resolution and load different HTML files to fit: http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20418533.html ...
Hello in sort, I trying to find a way to control the z-index of all elements in the dom by node depth from a starting number... the long version: What I'm wanting to do is to set the z-inde...
Hi, I am currently using Cognos 8 to develop reports. Cognos 8 renders reports as a web page by mixing up a report template and source data. To achieve a lot of advanced functionality in Co...
Hi, currently i have css background image that swaps on rollover to another image but this is reating large loading times, what i have is a picture, that swaps for another picture mad...
Hi experts, I have three pair of text field and text like this: (radio buttonA) (radio buttonB) (radio buttonC) [text field] aaa [text field] bbb [text field] ccc +++++++++...