Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested JavaScript Solutions: 9951 - 9955 of 9955
 
Hi Folks, I have the following Javascript code on the page function openPage(myurl,winName,features){    windowNavi = window.open (myurl,"Op","toolbar=no,width=780,height=530,menubar=no...
I need a javascript that forces a focus to a popup window. If the user selects the parent window, then the popup window is focused again until the popup window is closed. Hopefully a casca...
Hi to all... I need to change the bordercolor of an HTML Image when OnMouseOver and OnMouseOut Thanks...
HI, I would like to find whether is it possible to use window.dialogArguments.item directly. I would like to compare the value entered by user in the textbox against this value. how do I do th...
Is there a way to have the value of a cookie appear in the URL line like a querystring? I'm looking for a way to pass cookie values to the url line so that when I use a click tracking script t...
The following script works perfectly in Internet explorer. but it does nothing in FireFox. How can I modify it work in FireFox too. thanks for your help --------------------------------...
I have my table like this one : <table width="100%" height="100%"border="0" cellpadding="0" cellspacing="1"> <tr id="row_1"><td>Row 1</td></tr> <tr id="row_2"><td>Row 2</td></tr> <tr id=...
Now I could show maps from xml files. I would like to put different icon based on var exsist ( either 1 or 0). When it is 1, marker will be different from ordinary one. but I don't think mine...
Have a form text field that I need to be restricted with a range of numerical entries (any multiple of 5): 5, 10, 15, 25, 50, 500... 995 So the acceptable range should be 5 through 995, ...
I have a form and all seems to be working fine, the form validation works great, I just need to add one function. I need to have the field validated to check for a minimum amount,  lets sa...
this is a continuation of question (post) Zvonko was helping me fix all my dumb problems in post http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23055577.html ...
I have a javascript link on my page which passes opens a new page.   <a href="#" onClick="javascript:window.open('quotelistprint.asp?sql=<%=mainSQL%>')">Print View</a> I am passing a full ...
Hello Experts, I am using the code below to post the jEditable column data via Ajax request. At present it is posting data for all the jEditable columns available in the Flexigrid rows. Howe...
The functions included below in the #code# section, specifically setDocSectionArticleReview, is working in an AJAX call to process a SCRIPT block.  It works fine for most situations.   Howe...
I have a textarea that is controlled by an HTML editor (FCKeditor). I need to make elements draggable inside of the textarea. How can I drag an element and track the x and y position of the...
Hi, I have tried to stop highligting on the homepage, and it works fine, but not on photos in Safari. I use this code: <body onselectstart="return false" onload="document.body.style.MozUs...
How to remove(delete) div element that does not have id but it's innerHTML is known?
How does the image rotator on this webpage work? http://www.coastlinerop.schoolloop.com The images have names like "1224307720616/1235692177229_380x237" with no extension. The full path for...
Dumb question time - I have two dropdownlists - I need to set the selected index/value of the second based upon the value of the first - if a match is found - else alert/prompt - in JavaScript...
i want to add file type in right side when user selects one or more file it would display in next to file option Coul yoou provide sample code for that
Good evening, Im trying to write a simple web app which allows a div to be dropped onto another div, and then action a script. At the moment, Ive managed to get a simple drag working, and ...
Can javascript be used to alter the default tab sequence in an html form?  If so, how?
Ok, Here's the problem.  I am submitting form responses into a database. I am using the OnSubmit Handler and the POST form method.  I call the function (Save It () ) on the form submission.  ...
hi all, i have a question about date validation. i have a form field where the user must enter their birthdate. right now i have it checking to see that the user has entered 6 digits (or /'...
What is wrong with the following script? <HTML><HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Hide from JavaScript-Impaired Browsers al="`1234567890-=~!@#$%^&*()_+qwer" +"tyuiop[]QWERTYUIOP{}|a...