Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

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

 
Time Tested JavaScript Solutions: 151 - 175 of 9955
 
I have to create a simple time adder that adds two times together.  I can get them to add, but they are supposed to be in lowest terms.  For example, if someone enters 10 hours and 20 hours it...
How do I access the parent page for an IFrame? Basically Im trying to do: document.parent.form1.person_name.value = "john" from a link thats in an iframe should it be something else?
I am using asp.Net with an Iframe.  I want to implement  OnTextChanged event in javascript. Onclick from the span works, but  not OnTextChanged.   I only want the confirm or alert when the c...
document.execCommand('SaveAs',false,'Report Name.xls') In IE7, when i click the Save button in my app, nothing happens - no dialog box pops up like it does in IE6. Could someone pls let m...
Hello, I have a javascript that performs a calculation: function quantity () { form = document.frmPurchase form.totalQuantity.value = (form.qty2005.value *1); form.BeforeTax.value = (...
I have the javascript code attached below in snippet section.  For some reason, this code will not change the image that is displayed.  I checked using firebug breakpoints and the IMG SRC is c...
I have a two part question and need help getting this to work as I am a javascript newbie and not sure how to code this. I have a drop down list with a few options, I then have a div that will...
I have create a simple page,part of my page as below: <!--this is table 1--> <table width="90%" border="1" align="center" cellpadding="2" cellspacing="2"> <td><a href="javascript:void(0);...
Basically I would like to know how to do these PHP things: preg_match preg_replace and                         $x = str_split($x, 1);                         $x = array_unique($x); ...
Is it possible to call javascript function on event button click. Here is my C# code which doesn't work: protected void btnOK_Click(object sender, EventArgs e) {             Page.Validat...
This is my first(ish) attempt at JS. Here is my page: http://tinyurl.com/2enxjv If you take a look at the section with the google map, above that is a series of links (map, tags, nearby, n...
I want set the selected item inside drop down list through Javascript code
Hi all I need to display a different textbox when user selects option in the combo box using javascript. The code i have works fine with normal text but when i try to use textbox it display...
What is the javascript equivalent of the FindControl method? How do i do this in javascript: var txtBox = Panel1.FindControl("control1").FindControl("control2") ?
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 ...
Ok... this is a little tricky! I need a code that would allow user to input a value and as he/she types the number it should automatically insert commas and decimal points for examlpe: ...
Alright I am looking to have a floating div at the bottom right hand side of by browser (which is going to follow as you scroll up and down the page). I've seen lots of them where when you...
Here is my code: window.open(url,'_blank','height=700,width=800,status=no,toolbar=no,menubar=no,location=no,resizable=no,titlebar=no'); And it works on my machine in IE8 and hides the ad...
Looking for DateDiff Function in JavaScript Dan A.  
I want an image to be initially invisible and another image(2nd image) to be placed on top of it., when the page loads. Now, due to some external event trigger like mouseOver, i want the 2n...
I'm a VB.NET developer for the most part, but I have this application used in my corporation that has a feature where you can create html forms and they post inside this application for record...
I am using an img tag in html that I want to not be visible when the page loads (that part works) But I want to programatically make it show up and am apparently doing something wrong becau...
Hi all, Ok I want a popup window to happen when a certain div loads NOT when the page loads (the divs that are shown are conditional). Basically the onLoad cod I have works fine when added ...
Hi guys how can i cast float value into integer in javascript Any help will be greatly appreciated
The question title really explains it, what is the difference between outerHTML and innerHTML? Some examples would be nice as well :)