Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

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

 
Top JavaScript Solutions: 101 - 125 of 1199
 
my scenario, when you comes to a page say Search.aspx?catid=1 and i am using AJAX on this page to change the catid=2 to what ever id i want and reload the page async. the Browser url is not ge...
hello, i want to know how to set the values in session using javascript (aspx) file and i want to get the values in code file (aspx.cs file) . i search many examples but nothing works at al...
hi i have a range of radio boxes which are created dynamically like <input name="acct_1" type="radio" value="Printed">Printed <input name="acct_1" type="radio" value="Online" checked>On...
I want to be able to copy text with line breaks from a MySQL Text field into an HTML textarea  using a JavaScript statement.  My thought was to use PHP to create a JavaScript statement with th...
I just inherited a website and on one of pages that contains a contact form I ran across a script that I can't identify it's purpose and I'm getting the following error "document.getElementByI...
I've got some code below, which is intended to 'alert' the user that they pressed either 'E' or 'I' after they press either key on the keyboard. I would like for the script below to run aut...
I have a javascript that captures click events on "A" elements. If the click has occurred on a "A" element the event is stopped using element.preventDefault().  In my current sollution I use w...
I have about 10 square thumbnails that I want to move inside a table cell slowly from left to right. The cell can hold about 4 full thumbnails at any giving time. I'm trying to get the stream ...
Hi there I have this text in HTML: This is first line This is second line This is third line This is fourth line ... This is tenth line This paragraphs are all grey (#999999). Wh...
Hi, I am working on a web site that has a fixed size template of 1680 x 1050. I have managed to use the IE8 style.zoom from JavaScript to resize the web site based on the usable area of the...
My Web page contains one grid. There is a image button in the grid. On click of the image button in the grid, i used to direct to a different page using Response.Redirect. It was working prop...
Hi,   I have set a form's text box in my html to disabled=true.It shows up as greyed out in Mozilla but not in IE6.In IE 6, only the text seems to be greyed out , but not the background color...
Hi, I'm trying to locate some text within an iframe and basically return a yes/no. Below is the code I have been trying but unfortunately it doesn't work... can anyone correct it or post...
Hi, I have a table with two columns. First column has 5 divs overlapping each other and second column has 4 divs overlapping each other. First column also have 5 buttons and second column has...
i need to pass a System.Data.OleDb.OleDbDataReader reader object to an JavaScript array , how i can do that from a function in code behind? (not from Page_Load function)
HI, I'm trying to pass a parameter into this function when the button is clicked but I'm not sure how using jquery.    My code is attached.  I'm trying to make the function loadPopup() be d...
Hi, I have a Html page which has 2 iframes in it. Iframe 'A' and Iframe 'B'. A has a call to function which queries database and displays result in the same iframe. B also does the same,...
Hi, I have two different functions which need to run off the onchange event off the same selection box. is the code below the right syntax for running the two events?  the first event ru...
How would the script be changed if I have section 1 <div> to show if Yes is chosen, and section 2 <div> if No is chosen? <head>     <title>Untitled Page</title> <script language=javascr...
I need to hide certain products that are not allowed to be sold outside the U.S.  We found a way to stop them from checking out with the products in their cart, but we would like to hide them ...
I have a newsletter signup form that uses onclick (in the submission button) to run some JS that submits the email address to our newsletter software, and also launches a popup window where th...
Hi, I need a very good lightbox JS which works on FF and IE without any problems and supports flash/iframe with easy implementation in HTML. I have used the old lytebox which is not supported...
I knew this script wouldn't work in Opera, because window.onerror doesn't exist, so I'll need a work around for that.  But it should work in Chrome, and it doesn't.  I get no errors (other tha...
Hello, I need to execute a JS script in the form tag onsubmit.  I am not interested in input tag...only the form tag. <script> alert(); </script> <form onsubmit='test()'....> </f...
Hi, I have an ASP.NET dropdownlist control. It will be populated from database. The text will be like  TEXAS. And the value will be like TX. All the states will be populated like this. <...