Do not use on any
shared computer
August 29, 2008 03:57pm pdt

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

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

 
Top JavaScript Solutions: 176 - 200 of 1716
 
Is there a solution that enables a normal img thumbnail link which would normally open in a new full size window (without script) but with javascript enabled it opens the linked image in a new...
When calling the function MiniManageCart() which is in my nopcart.js file, I get an error in Firefox error console that says MiniManageCart is not defined.  This same code works fine in IE 7.....
I have <script language="JavaScript"> <!-- function myfunction() { document.getElementById('box').style.visibility = 'visible'; } --> </script> <a href='JavaScript:void(0);' onC...
I'm trying to use a 2 dimensional array but it's not working. Here's the error I get: Microsoft VBScript runtime error (160, 11) : Subscript out of range: 'UBound'
I have an asp.net content web page in a master page.  The update works, but when I click the cancel button, i get an error - "Microsoft JScript runtime error: 'null' is null or not an object"....
HI there, I'm a little lost. I have a page that uses a form to select a date, this sets a variable at the top of my page. At the moment I have a textbox that when clicked in shows a java...
Hi, I have the successfully implemented the jQuery date picker into my PHP site. I have drop-down lists for, date , month and year. I grabbed some code of this site, http://www.kelvinlu...
I'm already using the onmouseover  function in html/javascript to make a textbox pop up (using the wz_tooltip.js)  but I was wondering if it is also possible to make an image pop up and fix th...
I currently have a tooltip function which displays a gray box and some text.  I also need to add an image next to the text, but I don't know how to do this.  My code for showing the textbox.
Hello. I'm brand new to Experts Exchange. I've seen one question on here related to using cookies with a Spry Collapsible Panel, and I've tried that particular solution, but it's not quite wha...
Hi, I want that every time a user exists the website he will get a popup message. an example for that you can see on http://www.888.com How to do that? Thanks
Hello Experts, Can someone please provide me some example or a link where I know how to work with the inline content using jQuery Facebox plugin? I have googled it but did not find any worki...
Can anyone tell me why this code needs an input button, and not an image? This works: <input name="cmdCalc" type="button" id="cmdCalc" value="Calculate Benefit" onClick="CalcThis();"> T...
I have a html table that needs to be copied to the clipboard so the user can choose to paste it later.  I was using the code below to grab the table for pasting availability, but have found tw...
I am trying to disable all the form fields on a page when it loads. There are several forms on the page. I have tried the following script: function disableAllFields(){ alert("This i...
at presnet this loads a uk map first, then does the postcode search from the query it gets sent, can i get it to simply open and do the postcode search?
Hello Experts, Can someone please advice me how to use the Load function to return the content to itself so that I can make use of the data in other user defined functions. Please help. Tha...
Hello Experts, I have a script which returns ajax response to the Flexigrid contol on the page. For some reason it is only working on the first onClick event and ignoring the rest of the cli...
Hello, I've been trying to build a date of birth field for a form (with no luck), that uses 3 drop down selection boxes, for day, month and year. I need it to then when submitted, send the ...
I have a html page that uses window.open to open a pdf file in another window.  The problem I am having is that if the pdf has changed, and the browser has opened it recently, the browser retu...
I have a login form and I would like to open a new window after the user enters username and passwork and hits submit. Can you please give me some hints on how to change the form method to ope...
Hello, I am customizing a ColdFusion shopping cart, whereby when someone is checking out and has either a Net 30 purchase order or credit card payment option (based on their established acc...
Hello Experts, I have a hidden field on the page and I want to assign value = 1 if a condition is true Does the reference to hidden element below is not correct? Can someone please a...
I have made a UserControl with an ASP.Net calendar with a little dose of Javascript. The problem is that since I've set the div style display to none, when I click on the img button, the calen...
Hi, I have the following Code at the moment that calculates my Textboxes in my ASP.Net application: Total.Text = (Price.Text * Quantity.Text) + SCharge.Text + FCharge.Text How can I d...