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.

 
Time Tested JavaScript Solutions: 101 - 125 of 10886
 
Basically the question is as the title indicates - I tried to find a way to print log message into firefox's JavaScript console but failed.  There's a way that probably works for Mozilla using...
I want to be able to retrun a form's fully qualified element name.  I can do this fine when using the name attribute for the form but can't when I use the id attribute.  The offending code is ...
I have a Javascript print preview which works wonderfully in IE.  I get this Javascript error when I try to run it in Firefox.  I would like to get it working in firefox or another script whic...
Hi all, I think this should be simple. I just can't get getElementById to work for radio buttons - no error is given if I do getElementById("radiogroupname"), but then I don't know how t...
I am trying to assign the value of a asp.net text box to a variable within a javascript function within an asp .net control. In an aspx page I use the following with the page that I have the f...
I want set the selected item inside drop down list through Javascript code
I want to create a javascript function that will add/subtract 1 day from a date string stored in a hidden field.  The format is 0000-00-00 (YYYY-MM-DD) So far I have....     function dateN...
Hi. I am currently using prototype.js version 1.6.1 for ajax requests.  I need to upload files without refreshing the page.  Can this be done with prototype.js's ajax objects and methods?  ...
greetings, i'm trying to write a function that i can pass a record ID to then pop a confirm box asking whether they really want to delete the record, if yes then  window.location.replace th...
Hello, I've discovered that it seems impossible to detect the true width and height of a browser window in IE 6 (6.0.2600.0000IC to be ridiculously exact) with an XHTML document.  The code ...
I have a javascript shopping cart, which uses overflow:auto to add vertical scrollbars after the user has added so many items to their cart. 1. How do I use javascript to move the scrollbar...
Background info: I have a form, this form has a text box for searching and a button to search.   On button click, a new window is opened with a gridview control that populates based on the...
Hi We want to open url in new tab (IE7) using javascript.  It works by modifying IE7.Tools.InternetOptions.TabSettings.Always Open Pop Ups in New Tab. However without this, it does not work. ...
how do i read a text file using javascript activexobject on local machine.
hello ... I'm looking for a script that will not only remove beginning and trailing blank space, but will remove beginning and trailing carriage returns. I don't want to touch carriage retur...
Hi, I'm having the hardest time with this, I know there are plenty of examples to do this, but I can't seem to get it working. I have a page that shows a grid of input textboxes.  When s...
I'm trying to find how to simply fade-in or slide-in an image on page load using scriptaculous/prototype (avoid using flash for such a simple requirement)- I'm sure there is probably a ver...
Hi, I am writing a javascript function to delete a row from a table filled with data. How to get one of the html table's column values so that I can delete the selected row? Please give ...
I'm not very much up on javascript functionality and I need an answer ASAP so it's a quick 500 points to anyone who can answer the following question. What javascript function can I use to ...
Hi, I'm having trouble getting the value of a form element using javascript. The form is placed within an iframe and the javascript that is trying to get the form data is placed on the page...
I have a string  str="234,555,456,222,666," Please don't use regular expressions... If I remove any value then the final result of string should seperated values with ','.  1) First...
Hi, I would like to find out how to disable textbox from user entry. I have a form that consist of 2 portion (header and details). The detail portion has multiple rows(where I use a for loo...
Hi I am getting an error in IE 7 only and it doesnt move.  It works in Firefox. It's complaining about this line: var myTicker = new Ticker('newsticker',{toggleButton:'toggle'}); Ca...
Hi All,   currently I'm using this command" <div OnClick="window.open('/process/enterprise/training/change_index.shtml')">blah blah</div> It works form me but, it opens a new window. ...
I'm new to Javascript, and have found the following code that claims to write form data to a text file: <html> <SCRIPT LANGUAGE='JavaScript'> function WriteToFile() {  try {    var...