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 756 - 785 of 2988   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
756
Nelson, check this out, i found a site with a neat alert when fields not used i have done a form in html, attached. the script is in there as well hope you...
Jim Toal
bwana_jim1
Offline Send Email
Mar 1, 2003
1:22 pm
757
try this, it works just fine. In your source code you excluded the javascript function for pop, which results in a null value returned when you click on the...
Michael Brown
genabit
Offline Send Email
Mar 1, 2003
1:37 pm
758
Sorry Jim I need a password field for People Spam ;) Could you do this whith a password field, If Pass its ok... than ill go If Pass its not ok than go back to...
Nelson Salvador
nmss89@...
Send Email
Mar 1, 2003
1:59 pm
759
ok, so here is a password function... basically the password is the name of an htm file located in the same directory, i.e. if you have a file called guess.htm...
Michael Brown
genabit
Offline Send Email
Mar 1, 2003
5:24 pm
760
In that way ... will apear the url of the form in the address bar! Like www.net.com/email/index.html (enter password)-> www.net.com/email/guess.html now if you...
Nelson Salvador
nmss89@...
Send Email
Mar 2, 2003
12:24 am
761
I didn't say it was perfect. you can hide the address bar and make it so they don't see it... but that wasn't what you asked for, you asked for a password in a...
Michael Brown
genabit
Offline Send Email
Mar 2, 2003
12:45 am
762
Is there a way to find retrieve values of url parms? document.myForm.myParm doesn't work...that was the obvious choice...maybe I need to remove the form name? ...
wilgf <wilgf@...>
wilgf
Offline Send Email
Mar 3, 2003
9:44 pm
763
Sorry, I didn't see what's different except that var name = prmompt ('What is your name?","") is gone; and that is one of the requirements for this javascript....
Jeffrey Bridgman <jbr...
jeff25_41145
Offline Send Email
Mar 4, 2003
5:56 am
764
if you mean, with url parms, the parameters after the question mark in the url, then try: window.location.search this contains the ? and all parameters (eq ...
Stiel, Barbara
stiel_ba
Offline Send Email
Mar 4, 2003
8:48 am
765
the difference is in my code I included the function, which was missing from your source. As for the prompt, yes I removed the annoying prompt which is totally...
Michael Brown
genabit
Offline Send Email
Mar 4, 2003
1:52 pm
766
ok, newbie question here...how can I set the values of hidden variables to the same value that was originally passed in? Example: <FORM NAME="filter"...
wilgf <wilgf@...>
wilgf
Offline Send Email
Mar 4, 2003
7:04 pm
767
Assuming you have a working script which sets the values passed in, don't set defaults by removing the value="...". <INPUT TYPE = "hidden" NAME = "sortBy"> ...
John Bowling
johnlb2002
Offline Send Email
Mar 4, 2003
10:55 pm
768
The alert doesn't come up....any idea what's wrong? Jeff <HTML> <HEAD> <TITLE>a le ciel</TITLE> <meta http-equiv="content-type" content="text/html; charset= ...
Jeffrey Bridgman
jeff25_41145
Offline Send Email
Mar 6, 2003
6:26 am
769
Change '<' to '(' alert<"Length of city is " + document.aform.city.value.length) ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Mar 6, 2003
9:34 am
770
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the 1stJavaScript group. File :...
1stJavaScript@yahoogr...
Send Email
Mar 7, 2003
9:09 am
771
Hi all Apologize if it is a repetitive question. I have a page with a text box , submit button and an Iframe tag, visitors can enter their requested URL in...
Keshavarz
keshavarz_k
Offline Send Email
Mar 9, 2003
7:52 am
772
function pop? is that the function you added? 'cause it was already there. and again....the prompt for name is required. thanx jeff ... missing ... annoying...
Jeffrey Bridgman
jeff25_41145
Offline Send Email
Mar 10, 2003
6:19 am
773
Sir, I wanted to know how do u right align the text in a textbox field. Sir could u please let me know the complete list of javascript inbuilt functions ....
kraj_usha
Offline Send Email
Mar 11, 2003
12:23 pm
774
Hey check out this site for those of you who need help with html or photoshop design graphics. http://www.angelfire.com/crazy/cs-graphics...
but03man
Offline Send Email
Mar 13, 2003
3:27 pm
775
http://www.angelfire.com/crazy/cs-graphics _________________________________________________________________ The new MSN 8: smart spam protection and 2 months...
Trevor sipp
but03man
Offline Send Email
Mar 13, 2003
3:51 pm
776
http://www.angelfire.com/crazy/cs-graphics _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months...
Trevor sipp
but03man
Offline Send Email
Mar 13, 2003
3:51 pm
777
Hello Friends, I have question about javascript. If you know anything, then please let me know. <textarea cols=20 rows=20> for(int i = 0; i<4; i++) { ...
Pawan Gupta
pawan1gupta
Online Now Send Email
Mar 21, 2003
2:13 am
778
Pawan, it sounds like you should be using '<select>' instead with an 'onchange' trigger. Here's some code I used :- <script language="Javascript"> function...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Mar 21, 2003
9:07 am
779
... Hello pavan, I'm shipra, i read u'r ques i think if u'll make "i" variable an alert it would work out. Thanks shipra Malhotra ...
shipra kapoor
shipra_welcome
Offline Send Email
Mar 21, 2003
2:46 pm
780
Hello Robert, First, I would like to say thanks you very much for answring my question. I tried your idea and I got that working. Now I have another question....
Pawan Gupta
pawan1gupta
Online Now Send Email
Mar 21, 2003
10:11 pm
781
Unsubscribe Please [Non-text portions of this message have been removed]...
Raouf Malek
raouf67
Offline Send Email
Mar 22, 2003
8:28 am
782
Hello Friends, I have one Javascript varialble. I want to add that variable in Vector. <script> var test = 1 ; </script> <% Vector myVector = new Vector(); ...
Pawan Gupta
pawan1gupta
Online Now Send Email
Mar 24, 2003
3:59 pm
783
Vectoring requires a start x,y point and a destination x,y point. Generally the start is the last destination. Any variables that plug into it must at least...
John Bowling
johnlb2002
Offline Send Email
Mar 24, 2003
7:06 pm
784
Hello John, Thank you very much for response. But, my question is this. var stuff = new Array() ; In your message you said stuff[1] = "string" stuff[2] =...
Pawan Gupta
pawan1gupta
Online Now Send Email
Mar 25, 2003
1:44 pm
785
Dear folks, I need some help regarding the coding and methods needed to access an external javascript. Plz help thanks....
deep_2180
Offline Send Email
Mar 26, 2003
7:12 pm
Messages 756 - 785 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