JavaScript Questions and Answers

Recent IT Questions

1 - 20 of 86
<<PREVIOUS 1|2|3|4|5 NEXT>>

ComboBox event

Hi, I want to write a formula or javascirpt in such a way that on click of a value in one combobox(AccountType) , i want one value to be displayed in another combobox(PSD Indicator).If i am writing a java script on one event there is nothing being displayed.Can anyone explain me how to implement...

View Answer   |  Oct 21 2009  3:58 AM GMT
Lotus Notes 5.x, ComboBox, Lotus Notes
asked by SAMRAJ

  70 pts.

Chrome, firefox, safari browsers

Some of the javascript pop ups are not working in chrome, firefox, safari but it is working fine in IE. Why this is happening? Let me tell you in brief about the problem... I have a user login page then when the welcome page is opening there are some pop ups which are not working..ie if some one...

Answer Question   |  Sep 3 2009  9:28 AM GMT
Web development, JSP Page Design, JavaScript
asked by Advancedjava

  25 pts.

JavaScript Question/Answer Code

Is there any inexpensive or free javascript templates that will form and question and answer page. Send in a question like here, and get an answer

Answer Question   |  Aug 6 2009  8:09 PM GMT
JavaScript forms, JavaScript
asked by Akbiro

  5 pts.

Javascript prompt

I've written a prompt in code, not coming up when page is opened. Why?

View Answer   |  Jul 25 2009  8:37 PM GMT
JavaScript, prompt, Alerts
asked by Libs

  5 pts.

I am new to JavaScript. How can this be done properly?

function setColors(e){ e.style.backgroundColor='red'; e.style.borderColor='green'; e.style.color='blue'; } function getColors{ var E=new Array( document.getElementById('a'), document.getElementById('b'), document.getElementById('c') ); for(i=0;i<=E.length;i++) setColors(E[i]); }

Answer Question   |  Jul 12 2009  2:54 PM GMT
JavaScript, Functions, objects
asked by Tronyc

  5 pts.

Why 2 different functions?

I have created a domino application that is used in creating sales contracts. The contracts are word templates that the application administrator controls, and are stored as individual documents within the application. The end client enters the sales information (type of sale, payment method….)...

View Answer   |  Jul 8 2009  7:03 PM GMT
ActiveX, JavaScript, Domino 6.5
asked by MParman

  65 pts.

To Store a variable value in a session

Hi , I would like to know, is it possible to store a variable value in a Session on client side using Javascript. I need to store it that value for a period of 24 hours. Please let me know abou this. Some sample code will definetly helphttp://itknowledgeexchange.techtarget.com/faq#tags

View Answer   |  Jul 1 2009  3:52 AM GMT
Web development, JavaScript, Session
asked by UsmanAzhar

  75 pts.

To be back in the IT career

Hi, I have 8 plus years of experience in the IT industry doing development using Lotus script, Javascript & HTML. Did Project Management to become a Porject Manager. But currently I can't find job with my background. I am trying to upgrade my skills but not sure where to start. I need some advise....

View Answer   |  Jul 1 2009  1:02 AM GMT
Lotus Domino Server 6.x, IT careers, LotusScript
asked by RLakmi

  25 pts.

nsRoledn

What is the syntax to add a nsRoledn to user within a javascript function from a perl script?

View Answer   |  Jun 28 2009  6:07 AM GMT
ldap javascript function, nsRoleDN, JavaScript functions
asked by Dentlm

  20 pts.

How to change undefined names in JavaScript

when i run the following program i get a window.prompt for number of candidates, then window.pront for candidates names, then the prompts for number of votes, once this is done everyhing displys fine on the webpage, except the candidates names, each one just says undefined. Where am am i going...

View Answer   |  Jun 16 2009  9:40 AM GMT
JavaScript, HTML, Web development
asked by Gunter9

  70 pts.

Dynamic Table with ComboBox as Field

how to add multiple rows with Combo box as field.

View Answer   |  May 22 2009  4:05 AM GMT
Domino Designer, HTML for Lotus Notes Domino, JavaScript
asked by Mina

  5 pts.

Creating a wildcard that will automaticatly recognize files on my pc.

I created a desktop application but everytime a loaded to a different computer I have to modify the hardcoeded path. How can I make it recognize that its different system and open the required folders?

asked by Newtojavascript

  5 pts.

JavaScript IF ELSE

I have managed to get the prompt to work, but when i type a number into prompt it displays all outputs on webpage, like nodiscount5%discount etc, could someone please sort my program so it just shows one output, then i can study my errors and learn from it. thankyou. <HTML> <HEAD>...

View Answer   |  May 5 2009  11:47 AM GMT
JavaScript, IF ELSE statement, Web development
asked by Gunter9

  70 pts.

Selecting certain date/time criteria

I have a date time field and need to write a formula to only give me the records that are after 5:00 pm and on Saturday.

View Answer   |  Apr 24 2009  6:52 PM GMT
Date Picker, JavaScript
asked by TikiMac

  5 pts.

Javascript clashing - Custom Scrollbar for Div not working with Hide Show Div Script

I am working on a site and the client wants the background to be able to change for the best viewing of his work. Which isnt a problem, but I couldnt figure out how to keep the background color the same once the viewer changes it from page to page. So I decided to have the whole website on one...

View Answer   |  Apr 16 2009  3:12 AM GMT
JavaScript, scroll, hide div
asked by MADDDOPE

  25 pts.

onBlur event not calling javascript function

first textbox works with script as it should but uses a submit button. Second textbox what I am trying to get to work and use script as you leave the textbox. I am using onBlur but not working. See code below. Validating date input - enter incorrect date so you can see error notification. ...

View Answer   |  Apr 10 2009  7:17 PM GMT
JavaScript, onBlur, JavaScript Validation
asked by BOPBOP

  20 pts.

IE 8 JavaScript eval() Problem. Alternative?

Just installed IE 8 and some of my code on sites where I use eval() has broken. I use some eval functions and IE 8 is giving me an 'object requied' error. Code works in IE 7 and IE 8 when running in compatibility mode. I think this is an example of a code block that is giving me trouble. I need...

View Answer   |  Mar 29 2009  12:12 AM GMT
JavaScript, Internet Explorer 8, Web development
asked by Webmas609

  60 pts.

Create dynamic video archive

This is the code from my watershed (paid portion of ustream.tv) site that I'm trying to get to work on my own website. (I've got an account with Watershed, and have the right to do this, but Watershed does not have a tech support team to show me how to implement the dynamic archive I want. So...

Answer Question   |  Feb 28 2009  7:37 PM GMT
JavaScript, Web development, Video streaming
asked by Nhorsleyl

  5 pts.

Rollover image swap and onclick image w/ javascript

Hello. I am a video editor who sorta through no fault of my own got talked into building a website for some friends (I worked as a front end web designer in the late 90s...). The site displays photography and video content for a collective of artists. On each individual artist's page I have a...

View Answer   |  Feb 20 2009  8:05 PM GMT
JavaScript, onClick event, Rollover effects
asked by Ajrsuper8

  5 pts.

About test of scenario

Hi, i'm searching about a framework that help me to test the "scenarios of tests" for the web application in java.

Answer Question   |  Feb 11 2009  3:17 PM GMT
JavaScript, JavaScript Frameworks
asked by Haidy

  5 pts.

1 - 20 of 86
<<PREVIOUS 1|2|3|4|5 NEXT>>