Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Top JavaScript Solutions: 51 - 75 of 1426
 
I wanted to know if there is a way to determine the hostname/server name of a server that servesup a page containing some JavaScript. Example:  The page http://firefoxinternalPRODUCTION/Emp...
I have an iframe that I am trying to resize to fill most of the window but it doesn't work correctly in firefox. Works great in IE. The code is included, any ideas?
Hi can some experts help me out? I have a table with product name and product number I have a text field and dropdown which i want to connected to each other in a way like this: For t...
Hi , I had a code that was detecting whether the user has attempted to close the browser or not . If yes ,then there should be a message ,other wise not . The code that was working fine ,is ...
I have two list boxes... The first one is a list of available items. The second is a list of the items that are chosen. The items in the list box have an ID and a value. I need code (...
This code runs fine in FF3, but when trying to run in IE6, I receive the error 'object does not support this property or method' on this line of code: nodeName = (tag) ? new RegExp("\\b" + ta...
Hi X-perts, A simple example: 1) <tr class="child">..... $('.child') works fine and selects all elements with class "child" 2) <tr class="child del"> $('.child)' does not work and ...
Morning Experts! Here is my problem. if you go to http://www.lubritech.net/excavators.html and click on any of the dropdown menus above the flash player in your browser, the dropdown goe...
I am in the process of writing PHP scripts that will become scheduled tasks on servers. They will, of course, be called via IE windows. On a successful run, I want the window to close. How ...
Hi, Code1.html submits a form to action.php through javascript. Code2.html submits a form WITHOUT javascript. When I click Login: Using Code1.html, I get output :: Using Code2.html, I...
Hi, I am fairly new to web development and I need to know if it is possible to create a document as a filestream and then send that filestream to the client browser. For example I am cur...
Hi experts, I wrote a function that evaluates keyboard events. I use it like this: <input type="TEXT" onkeydown="evaluateKey();" /> This works fine in IE and Opera, but not in Fi...
How can I store calculated variable values on a server side text or script file and retrieve them with an onClick button event from an html page using javascript. This is for an online test...
i have this that works fine: <html> <body> <table cellpadding=2 cellspacing=2 border=1> <tr> <td id=cell1 width=300 height=300 background='images/hello1.png'>Hello, World! </td> </tr>...
I want a web page to open a PPS file using a JavaScript function. The function is called launch PPT() and the function determines the name of the PPS file to open and then opens it. I fe...
Hi, I have a dropdown list that is populated from a query what I want is to take the value of the dropdown box and create an array in javascript. heres what I have: //This is the dr...
I should know this by now but what is the simplest way with javascript of swapping an image in another div? In this file (http://www.discretedata.com/A1/Rollover4/SimpleRollover.html), I want...
I'm looking for a way to do this: 1) Javascript function that opens a pop-up window 2) When pop-up window opens grey-out parent/opener window 3) When pop-up window is closed, parent windo...
Hello I am facing a werid JS issue on IE (works on Firefox ).The onchange() event for a Radio button works weirdly for IE where the value is not shown in the first time of onchange() .and the ...
Hello I have a html site with javascript code. The page is refreshing every 60 seconds. Every time the page is loaded an onload event starts a function that open serveral popup windows automa...
I would like a sub-menu of roll-over images to ONLY appear/load onClick of one of the Main menu items. The sub-menu items are roll-over images that I want to appear stacked in a <div> on left ...
Looking to change the background colour on multiple cells, but this java does not seem to be looping through the elements. Would like to click the Add link, have it jump down the page, and ...
I need to be able to verified clients mac address while they are on the internet through wireless Access Point( repeater) using my webpage as acontrol function
I'm just learning to use Google Maps...my inital attempt is in Javascript/HTML with ASP.NET 3.5 where there are 3 textboxes to supply 3 addresses (with address, city, state, country separated ...
Hi there, I have 4 elements which i "observe" to do a certain thing onclick using prototype library. Here is how i do this [$('arr_up_date_from'),$('arr_down_date_from'),$('arr_up_date_to')...