Search the web
Sign In
New User? Sign Up
1stJavaScript · This is a group where questions, suggestions, etc can be posted about HTML, JavaScript and CSS, etc.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2817 - 2847 of 2988   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2817
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...
Ferdinand Salon
ferdps1
Offline Send Email
Mar 2, 2008
8:44 am
2818
yes "Atkinson, Robert" <ratkinson@...> wrote: Are you still looking for this? Rob. ... From: 1stJavaScript@yahoogroups.com...
Alan Billings
al_billings2001
Offline Send Email
Mar 2, 2008
8:44 am
2819
<body> <form> <textarea id="myTextbox" name="myTextbox" rows="4" cols="20"></textarea> <script> var randomString = "" for (i=1 ; i<5 ; i++) { // Pick a random...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Mar 2, 2008
9:24 am
2820
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...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Mar 2, 2008
9:24 am
2821
i need it to cout down to a time of day but put in any time u want i could always ediit it later "Atkinson, Robert" <ratkinson@...> wrote:...
Alan Billings
al_billings2001
Offline Send Email
Mar 6, 2008
11:57 am
2822
how do u make this a javascript table <HTML> <HEAD> <TITLE>A function definition</TITLE> <SCRIPT LANGUAGE="JavaScript"> function nMax(nums) { var max =...
debbie_lee_4sex
Offline Send Email
Mar 27, 2008
8:54 am
2823
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...
caitlin_weaver
Offline Send Email
Mar 27, 2008
8:54 am
2824
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...
Alligator
alligator_666
Offline Send Email
Mar 27, 2008
2:38 pm
2825
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...
Alligator
alligator_666
Offline Send Email
Mar 28, 2008
8:38 am
2826
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...
caitlin_weaver
Offline Send Email
Apr 21, 2008
8:01 am
2827
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...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Apr 21, 2008
9:28 am
2828
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 bhat
trshant
Offline Send Email
Apr 21, 2008
6:35 pm
2829
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...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Apr 22, 2008
8:08 am
2830
VACANCY System Integrator Company for retail and restaurant looking for Web Application Programmer Requirements: 1. Skilled in writing JavaScript, HTML, CSS...
Rara Marulent
marulent
Offline Send Email
May 19, 2008
7:42 am
2831
 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...
Rafi Nori
rafi_104
Offline Send Email
May 19, 2008
7:42 am
2832
When designing website layouts using CSS instead of tables, the website can look different when using different screen resolutions. So I was wondering... What...
tenchu48203
Offline Send Email
May 20, 2008
7:44 am
2833
A number of websites hold browser statistics. See http://www.w3schools.com/browsers/browsers_display.asp for information on screen resolution. Rob. ... From:...
Atkinson, Robert
ratkinsonuk
Offline Send Email
May 20, 2008
8:23 am
2834
VACANCY System Integrator Company for retail and restaurant looking for Web Developer. Skill Required: 1. Able to write HTML and CSS without using Joomla,...
Rara Marulent
marulent
Offline Send Email
May 21, 2008
7:47 am
2835
Re: http://www.trans4mind.com/personal_development/JavaScript/Doublemenu.htm I want to incorporate the double drop-down menu in a currently running online...
microboymega
Offline Send Email
Jun 9, 2008
2:07 pm
2836
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',...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jun 9, 2008
2:19 pm
2838
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. ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jun 9, 2008
2:44 pm
2839
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...
microboymega
Offline Send Email
Jun 9, 2008
2:44 pm
2840
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:...
Elizabeth Barnwell
elizbwell
Offline Send Email
Jun 11, 2008
7:24 am
2841
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...
narendrasinghparmar
narendrasing...
Offline Send Email
Jun 19, 2008
9:19 am
2842
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...
tenchu48203
Offline Send Email
Jun 23, 2008
8:24 am
2843
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,...
sergiokastro
Offline Send Email
Jun 23, 2008
8:24 am
2844
There were 3 small bugs - 'this.onlick', 'new Array' and 'function messages();'. Here is a working version :- <html> <body> <button...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jun 23, 2008
2:29 pm
2845
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. ... ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jun 23, 2008
2:32 pm
2846
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...
anz_muhd
Offline Send Email
Jun 25, 2008
11:06 am
2847
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...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jun 25, 2008
12:46 pm
Messages 2817 - 2847 of 2988   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help