Anybody? Im taking intro to comp sci. class and the attached file is one of my homework assignments. My ques. is how can I put 4 random numbers in the...
If it repeats every day, what do you want it to count down to? ... From: 1stJavaScript@yahoogroups.com [mailto:1stJavaScript@yahoogroups.com] On Behalf Of Alan...
how do u make this a javascript table <HTML> <HEAD> <TITLE>A function definition</TITLE> <SCRIPT LANGUAGE="JavaScript"> function nMax(nums) { var max =...
The following works in IE, but not in FireFox. I don't actually need it to work in IE...only in FireFox. Basically scrolling up should increase the number in...
Maybe because you are not capturing the Firefox event information. event or window.event works for IE only. Also there is no wheelDelta in Firefox. For Firefox...
Complementing my previous answer.... Happens that Firefox and IE have different way of attaching the event handler to the mouse wheel event. So, in order to...
The following bit of code sort of works, but I suspect that someone out there has a better/faster way. The issue I have is that this is a little too slow. When...
Cait, I can't say I've ever tested this sort of functionality. I would have expected all four frames to load at the same time. There are a couple of ways I can...
hi , In gmail chat when a chat is initiated between 2 persons, how does the gtalk chat window ( if you can call it a window - i think it must a div , am i...
Trshant, I haven't used Gmail Chat, so I can't say for certain, but my guess is that AJAX is involved. The 2nd persons browser is constantly polling the...
VACANCY System Integrator Company for retail and restaurant looking for Web Application Programmer Requirements: 1. Skilled in writing JavaScript, HTML, CSS...
I hope you have the best time how can I write a programme that have a button on the page and when I click there some acions "like showing the time " is...
When designing website layouts using CSS instead of tables, the website can look different when using different screen resolutions. So I was wondering... What...
A number of websites hold browser statistics. See http://www.w3schools.com/browsers/browsers_display.asp for information on screen resolution. Rob. ... From:...
VACANCY System Integrator Company for retail and restaurant looking for Web Developer. Skill Required: 1. Able to write HTML and CSS without using Joomla,...
Re: http://www.trans4mind.com/personal_development/JavaScript/Doublemenu.htm I want to incorporate the double drop-down menu in a currently running online...
Are you passing the information to a Server script using <form action=>? If so, then you should just be able to use the fields. If you're using a 'mailto',...
As long as you give each element on the page a valid name, you will be able to access them all in ASP using Request.Form(), no matter how the list is updated. ...
I'm using the "form/action" method. However, that doesn't seem to work. I'm using an ASP file to send the information. From what I can figure out, the ASP form...
This may be a useful tool for learning and working more efficiently in JavaScript, CSS, etc: CSS: http://www.yoyobrain.com/cardboxes/preview/844 JavaScript:...
HI, i am ubscribeing this event but it is not firing i am using this code function init(tableId) { var myColumnHeaders = [ {key:"POID", abbr:"Purchase order...
its really bothering me, I dont know what the problem is. The idea is to get a message to display: by cycleing through the loop, each word in the array...
Hi guys: I have a found a problem using javascript code. Please have a look at this code: <script language=javascript> var numbers = [12.5, 13.5, 8.4 , 8.9,...
You need to use Math.round or Math.floor, depending on exactly how you want the result :- http://www.devguru.com/technologies/javascript/10734.asp Rob. ... ...
Can any one know the javascript function to auto resize the swf when resizing its pop up window. I need to auto resize the swf when i resize my popup window...
Please send in your current code/page and I'll have a look ... From: 1stJavaScript@yahoogroups.com [mailto:1stJavaScript@yahoogroups.com] On Behalf Of anz_muhd...