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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1122 - 1151 of 2988   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1122
Quite clever really. It gets round normal spam sweepers by using ASCII codes to write a browser redirect script. The code actually takes you to an online...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Feb 1, 2004
12:29 pm
1123
hey, does any 1 have a java skript editor handy??? i need 1 ... From: "Neal" <nealmbrooks@...> To: <1stJavaScript@yahoogroups.com> Sent: Wednesday,...
YBNRML
ybnrml_lucky13
Offline Send Email
Feb 1, 2004
4:38 pm
1124
Am having a problem w/ using a 2 dimentional array. Is there a secret to it? The editor has no problem w/ the one dimentinal version. function TotalCost(){ ...
CoverMyShorts
romualdo3
Offline Send Email
Feb 2, 2004
3:20 am
1125
Needless to say .... I am a newbie. I am developing a simple form which, when the submit button is selected, will print the form to a specific printer. The...
djstewartnc
Offline Send Email
Feb 2, 2004
4:13 pm
1126
David, this will do the trick, although you will need to select which printer you wish to use. <a href="#" onclick="window.print(); return false;">Click HERE...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Feb 2, 2004
4:23 pm
1127
Hello, JavaScript does not really have a multi-dimensional array... however, it has always been possible to create one with code. For instance: <html> <head> ...
Ken Ward
kenjward
Offline Send Email
Feb 4, 2004
11:02 am
1128
hears a prog. that might be usefull, also if you want a challenge just read the problem. i found it challenging. ...
Tim Salazar
tim300cx5
Offline Send Email
Feb 8, 2004
6:39 pm
1129
i used this for a cheat to yahoos, text twister:http://games.yahoo.com/games/downloads/tx.html see cheat prog....
Tim Salazar
tim300cx5
Offline Send Email
Feb 8, 2004
6:46 pm
1130
stupid adds: http://www.insectphotos.net/webmasterdave/games/puzzles/wordsearchs/wo rdcombo.htm...
Tim Salazar
tim300cx5
Offline Send Email
Feb 8, 2004
7:17 pm
1131
Is there a way to capture a key press in Javascript? I have a client that wants a site to go to the home page when the user presses the F12 key. Is this...
joeandtelus
Offline Send Email
Feb 11, 2004
3:57 pm
1132
http://www.breakingpar.com/bkp/home nsf/Doc?OpenNavigator&U=CACEB633F995E9CE87256AFB00141646 should help you ... From: 1stJavaScript@yahoogroups.com Date:...
Michael Brown
genabit
Offline Send Email
Feb 11, 2004
4:07 pm
1133
This code will tell you what key is pressed, 123 for F12. It's then simply a case of capturing this and doing something. Beware, F12 on different systems, e.g....
Atkinson, Robert
ratkinsonuk
Offline Send Email
Feb 11, 2004
4:08 pm
1134
Hi everyone..I have a dropdown box with values TEXT IMAGE LINK onchange I dynamically call one of these two scripts. i.e. with the Querystring I write out...
monstor_mash2000
monstor_mash...
Offline Send Email
Feb 13, 2004
3:04 pm
1135
Paul, you would need to put the current checkbox status in the location, e.g. "doc.asp?link=true&checkbox=value". You can then use a hacked version of this...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Feb 13, 2004
3:15 pm
1136
hello everyone, I am doing asp page now and Have a check all button. I used java script to check all the check boxes and it works,but if there is only one...
Rene Pan
teargal
Offline Send Email
Feb 16, 2004
9:06 am
1137
Rene - please can you post your page so we can see the code. ... From: Rene Pan [mailto:teargal@...] Sent: 16 February 2004 03:31 To:...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Feb 16, 2004
9:07 am
1138
this is my page coding: <!--#include file="../Login/checkLoginStatus.asp"--> <!--#include file="../Admin/databaseConn.asp"--> <% if...
Rene Pan
teargal
Offline Send Email
Feb 16, 2004
9:15 am
1139
Rene - this is extremely difficult to work through, due to the embedded ASP code. Please can you also post the page after it's been created with one checkbox. ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Feb 16, 2004
9:24 am
1140
hello, it's not that i dun want to post the page, but my current web server can support asp.......
Rene Pan
teargal
Offline Send Email
Feb 16, 2004
9:28 am
1141
If you can't test it, how do you know the code doesn't work then? ... From: Rene Pan [mailto:teargal@...] Sent: 16 February 2004 09:28 To:...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Feb 16, 2004
9:29 am
1142
This should help you... for (i=0;i<form.elements.length;i++) { if(form.elements[i].type=="checkbox") //checkbox { //check to see if option is checked if...
Roy Eschner
too_tall_mex
Online Now Send Email
Feb 16, 2004
3:44 pm
1143
thanks, i will try it ... Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online [Non-text portions of this message have been removed]...
pan yu
teargal
Offline Send Email
Feb 17, 2004
7:23 am
1144
i use this code, but when there is only one check box, still cant check the one, noting happened...
Rene Pan
teargal
Offline Send Email
Feb 17, 2004
7:24 am
1145
I would like to create a DHTML navigation bar and would also like the flexability to change the colors, font, etc. Anyone have a good suggestions on how to...
yogaapprentice74
yogaapprenti...
Offline Send Email
Feb 17, 2004
3:40 pm
1146
With the following code, I can't get a value entered into the form to be sent via an html link to the next page. It should be a text value replacing the ......
John Bowling
johnlb2002
Offline Send Email
Feb 18, 2004
8:32 pm
1147
John - I rehacked your code into this, which I've tested and it does force the browser to jump to the location entered into input box. Please note however that...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Feb 20, 2004
9:21 am
1148
Hi All, I want to send an e-mail through javascript automatically, if user clicks on some button. Can anybody help me out.... With Regards, Viswanath [Non-text...
Padmavathi
padmavathi_volety@...
Send Email
Feb 21, 2004
11:18 am
1149
Vis - Javascript itself cannot create and send emails. This type of thing is normally done through ASP or Perl scripts. You may have access to to a Form Mail...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Feb 21, 2004
11:32 am
1150
I will try it in the next few days. Why I chose to do this origionally was to avoid cookies and use of server side processing - the origional host had none...
John Bowling
johnlb2002
Offline Send Email
Feb 21, 2004
6:28 pm
1151
Hi! i have got a ques "COMPARE VB SCRIPT AND JAVA SCRIPT,WHICH1 IS THE BEST AND WHY?" now i havent got time to search n study many books 4 its answer coz my...
dua_khan111
Offline Send Email
Feb 23, 2004
2:50 am
Messages 1122 - 1151 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