AllExperts > Experts 
Search      

Javascript

Volunteer
Answers to thousands of questions
 Home · More Questions · Question Library  · Free Encyclopedia ·
More Javascript Answers
Question Library

Ask a question about Javascript
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
About Anthony Levensalor
(Top Expert on this page)

Experience
I have been programming in Java and Javascript since 1998. I run a web development company that specializes in Ajax front ends with PHP/MySQL back ends. I am a Sun Certified Java 2 Developer, and have done nothing but web applications for the last two years in my business

Past/Present clients
Monster.com, Compuware Corporation, Flextronics International, Pragmatech Software, Open Travel Software, The Loss Mitigation Institute, Raw Story Media, Page One News Media.

   

You are here:  Experts > Computing/Technology > Focus on JavaScript > Javascript

SubjectDate AskedExpert

Data input to Javascript arrays1/18/2008Anthony Levensalor
  Q: I'd trying to do some image processing with Javascripts. (No joke!) Anyway, I've found that I can ...
  A: Let me have a look at the script, perhaps paste the url here so that I can go take a look. It's very ...
regarding price cal script for photo frame1/18/2008Anthony Levensalor
  Q: sir, i like ur script, which calculates price of given picture frames., but sir i need simple script ...
  A: I would be glad to help, sure. Your javascript function would look like this: function ...
Data input to Javascript arrays1/17/2008Anthony Levensalor
  Q: I'd trying to do some image processing with Javascripts. (No joke!) Anyway, I've found that I can ...
  A: The answer to both is yes. There's nothing wrong with storing the data in a text file somewhere on ...
Force a ListBox Selection From another Field1/14/2008Anthony Levensalor
  Q: This is a Acrobat Form. Is there a way to force a selection in a ListBox from another field? If ...
  A: Yes, there absolutely is, and it's actually pretty easy once you get it the first time. Given 3 ...
Set focus on a Listbox value from another field1/11/2008Anthony Levensalor
  Q: Greetings. In an Acrobat Form I would like to be able to set the the focus (select) a value in in ...
  A: Steve, Looking at the Adobe API, it looks like you want something like the following (on the ...
Java Script12/10/2007Anthony Levensalor
  Q: ! I am working on a Financial Calculator... I am having 2 dropdown lists... I have to disable ...
  A: That is completely my fault, a typo in my post. The two lines above should only contain ONE equals ...
script errors12/9/2007Anthony Levensalor
  Q: now and then I have a box come up that says a script error has occurred and do i want to continue ...
  A: If you're in Internet Explorer as your browser, all you need to do is go into tools->internet ...
Java Script12/7/2007Anthony Levensalor
  Q: ! I am working on a Financial Calculator... I am having 2 dropdown lists... I have to disable ...
  A: Mayank, To disable a form element, it's actually a pretty simple operation, and I am always ...
selection list12/5/2007Anthony Levensalor
  Q: I have two selection lists. One contains regions of the world, and the second one is blank until a ...
  A: Joyce, I am thrilled I can help you out with this, actually. I went ahead and cooked up some code ...
Use yahoo calendar information on my website12/5/2007Anthony Levensalor
  Q: I want to do a AJAX site and display data from my yahoo calendar on it. Do you know how I can do ...
  A: Oh, it's definitely possible. Yahoo exposes an API for exactly this type of thing, and you can find ...
Duplicate a value12/5/2007Anthony Levensalor
  Q: I am creating a login page with a drop-down menu to select from. I need the value chosen to be ...
  A: Leta, If I am reading your question correctly, you want to select something in the drop down and ...
Script that checks to see if "image" buttons have been selected...12/4/2007Anthony Levensalor
  Q: Web page in question is at http://www.forteens.biz/order_test.htm. The "add to cart" buttons "have" ...
  A: I'd say it's definitely possible to do that with javascript, yes. What you'd want to do, I think, ...
Flash/AS/JS Show-Hide HTML layers12/2/2007Anthony Levensalor
  Q: I am no expert. I simply want to show/hide multiple layers in an html page with the click of either ...
  A: Sure thing Ben. Whichever layer it is, span, div, whatever it might be, give it an id: <span ...
Drop Down Dates12/2/2007Anthony Levensalor
  Q: How can I keep two sets of dates(which one should be today's date), chosen from drop down select ...
  A: Ok Sandy, this one took a little more doing than I would like to admin. :) Here you go: Working ...
thumbnail alignment in javascript11/30/2007Anthony Levensalor
  Q: Can you please tell me how I can adjust this script so that the enlarged image will display ABOVE ...
  A: It's actually really simple. I had the same trouble, and I spent a lot of time waaaay ...
Radio button with link in new windows11/29/2007Anthony Levensalor
  Q: I would like my radio button to link in a new window, can you tell me how to modify the script? ...
  A: Sure thing. The trouble you're running into here is that the method you're using sets the location ...
JS- cycle through images11/29/2007Anthony Levensalor
  Q: Sorry, I forgot to send the script with my question. The original question was about writing a ...
  A: Ok, there was a lot here to comment on, so I went ahead and made an example for you, so you can read ...
Java Script compatibility with User agents11/23/2007Anthony Levensalor
  Q: I am sending you my code.I am trying to click on table row and at the same time i want my radio ...
  A: Here you go. You'll be able to see that I changed the ID attributes of the radio buttons to reflect ...
how to judge whether or not user has printed11/22/2007Anthony Levensalor
  Q: I want to print my web page with the javascipt funcion:window.print(); and it popups a printer ...
  A: This is not possible currently, for security reasons. The print dialog is part of your operating ...
java script compatibility with user agents11/22/2007Anthony Levensalor
  Q: I am using I.E.. I am developing an ASP application. In my application I use radio buttons to give ...
  A: The first thing I'd do is change document.all.rdoPartyCode[i].value to ...
window status11/14/2007Anthony Levensalor
  Q: How can I draw a button “Display Status”, and when this button is clicked, the status bar should ...
  A: I'd start like this: <input type="button" onclick="displayTitle();" value="Display Status" /> ...
need some way to have page open 1/3 down on the page11/8/2007Anthony Levensalor
  Q: I am sure there is some easy way to do this but I can't seem to find it. What I want to do is when a ...
  A: I absolutely understand, and this is pretty easy to do once you know how. :) Specify an anchor tag ...
Javascript, change text color when document writes11/3/2007Anthony Levensalor
  Q: The text prints todays date in default black on the test page. In the code below, what variables ...
  A: Try using: document.write ("<font color='#ff0000'>" + d.getDate() + "</font>"); The write() ...
ajax10/25/2007Anthony Levensalor
  Q: I'm having a problem with the code below. In IE 6 this code works fine. I'm receiving something ...
  A: That's the best way to approach it, just narrow the field as far as you can. And you're right, ...
ajax10/25/2007Anthony Levensalor
  Q: I'm having a problem with the code below. In IE 6 this code works fine. I'm receiving something ...
  A: MAkes a lot more sense why I can't diagnose, then. Hmm. Unless you specifically declared the open ...
ajax10/25/2007Anthony Levensalor
  Q: I'm having a problem with the code below. In IE 6 this code works fine. I'm receiving something ...
  A: You're right, this is extremely odd. I can't see anything wrong with your code as is, the only thing ...
ajax10/25/2007Anthony Levensalor
  Q: I'm having a problem with the code below. In IE 6 this code works fine. I'm receiving something ...
  A: Looks like the issue is in the creation of the XMLHttpRequest object. The following is the function ...
Javascript10/24/2007Anthony Levensalor
  Q: How do I turn on Javascript on my Compaq Presario 2100 ? I get the following message on ...
  A: Ok, the next thing to try is adding Youtube.com to your trusted sites list in IE. In IE, go to ...
ajax10/22/2007Anthony Levensalor
  Q: I'm learning about serialization under Ajax. My question is about the ways you can send data from a ...
  A: In the first part, look here for sending POST via ...
mandatory field10/19/2007Anthony Levensalor
  Q: i need an answer from u guys. I have a free form which part of the question is a mandatory field. I ...
  A: Put your checking in the same page as the form, and use onsubmit in the form tag. That way, you can ...
Javascript / creating new windows10/17/2007Anthony Levensalor
  Q: I am trying to create a document that lets the user select the type of new window they would like to ...
  A: Adam, If you look at the options available to you with window.open, it's as simple as grabbing the ...
Adding textboxes in html form10/8/2007Anthony Levensalor
  Q: I am adding the new rows and columns to the existing table using javascript. For : i am working on ...
  A: You're looking for a combination of the following functions: document.createElement(tag); ...
Newbie Form Validation Issue10/5/2007Anthony Levensalor
  Q: I am very new at this JavaScript thing, and have recently coded my very first Form validation ...
  A: You should have the functions appending a variable for message and returning true or false, instead ...
Mouse Over A Text - Getting A Pic10/4/2007Anthony Levensalor
  Q: I've seen a site, that is http://www.zonegifs.com/gifs/ . The question is: How could I make that ...
  A: You'd want to set up a display element, a div or span usually, and then an add an image tag to the ...
email photo attachment script10/2/2007Anthony Levensalor
  Q: Is there a simple java script out there that would allow for one to set-up a "Contact Us" page with ...
  A: The processing for that kind of thing is typically done in a server-side language like PHP, ASP, or ...
onLoad redirect to external site10/1/2007Anthony Levensalor
  Q: Is there a way onLoad a function that automatically redirect the user to another external site while ...
  A: You can use window.open to open up another window, but if the user is blocking popups, they'll get a ...
Adjut div position depending on othe div9/26/2007Anthony Levensalor
  Q: I have two divs, on captures info and the displays save etc. Now the prob is the display of info div ...
  A: You can try playing with the style attributes of the div in question, sounds like float:left; or ...
Script Errors9/26/2007Anthony Levensalor
  Q: Internet Explorer appears to be the culprit, for I get a series of Script Errors every time I read ...
  A: This is something you need to take up with whoever wrote the site where you check your mail. Without ...
abt to start a project9/25/2007Anthony Levensalor
  Q: sir i am abt to start my work upon a project which serves as a part of my college curriculam. but i ...
  A: The first thing I need to ask is, which language is it required in? That helps determine where you ...
Mouseover image gallery9/22/2007Anthony Levensalor
  Q: I read Randy Taylors thread on the subjecy-- used it to make a page ...
  A: The problem is not so much the image you're putting in there as the fact that onmouseout takes a ...

Page:   1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10  |  Next      All


Questions by
Active Experts:
Anthony Levensalor  

     
About Us | Advertise on This Site | User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2008 About, Inc. About and About.com are registered trademarks of About, Inc. The About logo is a trademark of About, Inc. All rights reserved.