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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1456 - 1486 of 2989   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1456
Robert - No need to work on this any longer, I got it figured out. Thank you for your reply. Kirk ... from and a ... the menu ... selected ... what ... in ... ...
Kirk
moncheekuda
Offline Send Email
Oct 1, 2004
7:52 am
1457
is there a way to get the key pressed by the viewer of the page? like the onmouse event that you used to disable the right click of the mouse... anyone who...
eL
el_themaster
Offline Send Email
Oct 6, 2004
11:07 am
1458
<HTML> <HEAD> <TITLE>Javascript Key Capture Test</TITLE> </HEAD> <BODY onKeyPress="keycap()"> <SCRIPT LANGUAGE="Javascript"> function keycap(e) { ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Oct 6, 2004
11:10 am
1459
thanks for the _javascript key capture test.... i'll try it in my page later... thanks so much! ... Do you Yahoo!? Yahoo! Mail Address AutoComplete - You...
eL
el_themaster
Offline Send Email
Oct 6, 2004
11:19 am
1460
Anyone know how to read a cookie and display the expiration date? Cheers, Rob. ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Oct 12, 2004
8:48 am
1461
Hello Rob, I will look at the cookie pages on the site again, and I have not checked what follows. You could use this function to set a cookie: function...
Ken J Ward
kenjward
Offline Send Email
Oct 13, 2004
9:57 am
1462
Cheers Ken. Will check out the code. Rob. ... From: Ken J Ward [mailto:kenjward@...] Sent: 13 October 2004 10:58 To: 1stJavaScript@yahoogroups.com ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Oct 13, 2004
10:09 am
1463
Hello: Maybe one of u know how can i get erased from this Mailing list group? yael ... From: Ken J Ward [mailto:kenjward@...] Sent: Wednesday, October...
yael kremer
kremer_y@...
Send Email
Oct 13, 2004
10:43 pm
1464
I think maybe dangerous but is not exp = also a cookie that and date. yael kremer <kremer_y@...> wrote:Hello: Maybe one of u know how can i get...
Richard Rehll
rich54110
Offline Send Email
Oct 14, 2004
4:13 am
1465
Please no replys saying my function is incomplete.....im only posting whats needed and dont want to put 1000+ lines of code. .......... . . . function...
Jason
theknighthunter
Online Now Send Email
Oct 19, 2004
1:23 pm
1466
Nevermind.....I finally figured out my code error and have made the below code work correctly. Thanks anyways.....Ill probably have more issues soon..LOL Ja ...
Jason
theknighthunter
Online Now Send Email
Oct 20, 2004
8:06 am
1467
Im getting two errors... ERROR1: Line: 5 Char: 11 Error: Expected ';' Code: 0 ERROR2: Line: 32 Char: 1 Error: Object Expected Code: 0 Im not very good at JS...
Jason
theknighthunter
Online Now Send Email
Oct 20, 2004
8:08 am
1468
Hello, ... contains spaces and it shouldn't. To use the Date object in JavaScript, try something like this: function checkAGE(myDate){ //var today['year'] =...
Ken J Ward
kenjward
Offline Send Email
Oct 20, 2004
5:14 pm
1469
Hi Guys, Just checking whether anyone had implemented a "Tree Like Directory Stucture" in JavaSCript. The Tree-like structure enables users to drill down just...
manghani
Offline Send Email
Oct 22, 2004
2:31 pm
1470
i am still trying to build long slide shows for webtv. i am having some success, yet with problems. the included script is an abbreviated script i have on...
helicopterman@...
emoak3
Offline Send Email
Oct 24, 2004
3:37 pm
1472
I have a web form in which I have a datagrid, I need to export this data to a Microsoft Excel sheet. I want to export data from datagrid to an excel sheet...
adan4
Offline Send Email
Oct 25, 2004
11:02 pm
1473
i'm trying to build two frames one on top and the side of my webpage, all i'm getting is my whole page turns gray. <html> <head> <title>Baby's_Room </title> ...
HeiFowl@...
anunnaki_1
Offline Send Email
Oct 26, 2004
7:56 am
1474
my midterm is due monday all i had to do was enter two frames so i followed the book and saved it and my whole page went gray. here's my code help. <html> ...
anunnaki_1
Offline Send Email
Oct 26, 2004
7:56 am
1475
Heifowl This really has nothing to do with Javascript, you have syntax errors in your frameset so its just displaying a blank frame... which is where your...
Michael Brown
genabit
Offline Send Email
Oct 26, 2004
11:06 am
1476
hey what's up? Jus wondering if there is a page of Java Script Commands around anywhere? If so could yall point me to the place thanks sooo much! ...
ee rr
wednesdayfro...
Offline Send Email
Oct 27, 2004
7:29 am
1477
 Though niether I have checked whole code nor logic. but looking at once one thing is clear u have missed to close the tags like u have not closed <HR some...
nutan P Choubey
nutan_choubey
Offline Send Email
Oct 27, 2004
7:30 am
1478
Hi All Just right into the question. I want to ask is there a method in javascript to get the computer name? Or if it can not be done with javascript, what...
Erwin Purnomo
echizen_fuuma
Offline Send Email
Oct 27, 2004
7:30 am
1479
This is the reference site I use :- http://www.devguru.com/Technologies/ecmascript/quickref/javascript_intro.html Rob. ... From: ee rr...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Oct 27, 2004
7:31 am
1480
hi, download zip attachment which include javascript self help in two modes. goodbye "Atkinson, Robert" <ratkinson@...> wrote: This is the reference...
Shine
helloarvin
Online Now Send Email
Oct 27, 2004
11:37 am
1481
hi, try this directory tree structure attachment which explores windows using activex control in javascript. ... manghani <manghani@...> wrote: Hi Guys, ...
Shine
helloarvin
Online Now Send Email
Oct 27, 2004
11:38 am
1482
hello adan4 you can use activex controls to export data from html table to excel sheet / word document or any other format. for it u should create functions to...
Shine
helloarvin
Online Now Send Email
Oct 27, 2004
11:50 am
1483
Hi, I am looking for a script to put on my site that would have it play about 5 different tune (songs). Having it play a different song each time the same...
Mel
mghill@...
Send Email
Oct 28, 2004
7:52 am
1484
Hello adan4, It's a php code that generate the excel report from database. It's build by another person. I'm also working on it. I hope it'll work for you. If...
rupesh kumar
rupesh_kumar786
Offline Send Email
Oct 28, 2004
7:52 am
1485
Hello adan4, It's a php code that generate the excel report from database. It's build by another person. I'm also working on it. I hope it'll work for you. If...
rupesh kumar
rupesh_kumar786
Offline Send Email
Oct 28, 2004
7:52 am
1486
hi i'm building a page that has login page, i already did the login heres the code (the java script part only): <center><FORM NAME="login"> <font...
ommeandmackay
Offline Send Email
Oct 28, 2004
7:52 am
Messages 1456 - 1486 of 2989   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