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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2041 - 2070 of 2988   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2041
I'm not sure if this question has already been addressed... I don't really have time to read all of the messages. Does anyone know how to get the "border"...
Crystal
castephens2000
Offline Send Email
Aug 2, 2005
7:32 am
2042
Someone emailed me the solution!! Thanks!! Crystal...
Crystal
castephens2000
Offline Send Email
Aug 3, 2005
2:20 am
2043
What was it ? ... Received: Tue, 02 Aug 2005 07:20:32 PM PDT From: "Crystal" <LuvPreKTeachin@...> To: 1stJavaScript@yahoogroups.com Subject:...
Riyad Anabtawi
riyada@...
Send Email
Aug 3, 2005
4:15 am
2044
If you're thinking about asking a question on any of the forums, then you should probably read this first :- ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Aug 3, 2005
8:14 am
2045
Something like :- <script> for(i=0;i<100;i++) { document.write("Line " + i + " = xxxxxxx<br>"); } </script> Robert. ... From: sdi maki...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Aug 3, 2005
4:20 pm
2046
Hello Rebert, Please excuse me to ask for your guidness for simple problem. On HTML Body you have textarea and would like to put between <textarea> and...
sdi maki
sdimaki
Offline Send Email
Aug 3, 2005
4:21 pm
2047
To specify that the "frameborder" equal 0. Crystal...
Crystal
castephens2000
Offline Send Email
Aug 4, 2005
7:23 am
2048
Hello, Does anyone know why this doesn't work? <form name="feedback" action="" method="post" onSubmit="alert()"> <input type="text" name="name"> <input...
Ken J Ward
kenjward
Offline Send Email
Aug 5, 2005
10:19 am
2049
Ken, I think it's possibly by luck that you're getting the alert. As there's no 'type=submit' on the page, the onSubmit should never be run anyway, or have I...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Aug 5, 2005
10:25 am
2050
Hi Rob, I copied the code from a random web page so I could be sure I wasn't repeating some error. The code doesn't work with a submit button either. I must be...
Ken J Ward
kenjward
Offline Send Email
Aug 5, 2005
10:35 am
2051
Hello Rob, To cut a long story short, you are right. Thanks. Ken "Atkinson, Robert" <ratkinson@...> wrote: Ken, I think it's possibly by luck that...
Ken J Ward
kenjward
Offline Send Email
Aug 5, 2005
11:04 am
2052
You've probably already found out, but it only works on the original page, and not the page produced by the running of the form action, which is actually the...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Aug 5, 2005
11:26 am
2053
Hello Ken, There is nothing wrong with the script, except that there is not submit button. Let me start with why the script WORKED with one text field, even...
Razee Marikar
razeetg
Offline Send Email
Aug 6, 2005
5:26 pm
2054
Thanks for your reply, Razee. It contains lots of interesting stuff. Ken Razee Marikar <razeetg@...> wrote: Hello Ken, There is nothing wrong with the...
Ken J Ward
kenjward
Offline Send Email
Aug 7, 2005
3:37 pm
2055
I am looking for a code so that when I click on any thumb size image, to show it in a fixed place on the web page, like in the centre of the page. Thanks...
Riyad Anabtawi
riyada@...
Send Email
Aug 7, 2005
3:41 pm
2056
Riyad, you need to use screen.availWidth and screen.availHeight to determine how big the users screen is. You can then use window.open to create the window and...
Robert Atkinson
ratkinsonuk
Offline Send Email
Aug 8, 2005
9:11 am
2057
I want to add a parameter at the end of a URL like: http://www.mydomainname.com/webpage.htm?Headline=H ow%20To%20Write%20Proper%20Javascript%20Code and have...
Brett Miller
brettmiller
Online Now Send Email
Aug 12, 2005
6:07 am
2058
Is it possible to send parameters to a example.JS file ? On 12 Aug 2005 20:36:19 -0000, 1stJavaScript@yahoogroups.com ... -- Information Intelligence through...
Gurudatta Raut
infoligence_...
Offline Send Email
Aug 13, 2005
11:44 am
2059
Hello, The page that follows has a link (to itself): <a href="1.htm?name=Bonzo&first=Brenda&catsName=Felix&title=Mr">Click</a> When it first loads, the address...
Ken J Ward
kenjward
Offline Send Email
Aug 13, 2005
12:31 pm
2060
Hello, You can't write to a file with javascript. Perhaps the answer to the previous question on location.search answers your question? Ken Ward Gurudatta Raut...
Ken J Ward
kenjward
Offline Send Email
Aug 13, 2005
12:34 pm
2061
Hi Ken, Thanks for your reply. I have some pages I design which lead to a template page which I only have control of the Header and Footer which is the same...
Brett Miller
brettmiller
Online Now Send Email
Aug 15, 2005
7:13 pm
2062
If the url has a search, then you can put this code in the server side include: Ken Ward <html> <!-- page name 1locationSearch.htm --> <head> <title>MY...
Ken J Ward
kenjward
Offline Send Email
Aug 15, 2005
8:49 pm
2063
Suppose I have two javascript files, a.js and b.js. Suppose that I already know how to determine whether the browser is MSIE or not. I would like to run a.js...
steveguy2002
Offline Send Email
Aug 18, 2005
7:35 pm
2064
Hello, The following code shows how to append a .js file dynamically. In the two .js files, the function name is the same, and if you choose one .js file, its...
Ken J Ward
kenjward
Offline Send Email
Aug 18, 2005
8:28 pm
2065
Hi . I need to have a bunch of thumb images clickable, to show a larger image in a fixed location on the page. This way I can click on any thumb image, to view...
Riyad Anabtawi
riyada@...
Send Email
Aug 19, 2005
4:17 pm
2066
Hello SORRY : The previous message had the wrong "Subject" In the example, how can I make so when I click on any thumbnale pic its larger version appears where...
Riyad Anabtawi
riyada@...
Send Email
Aug 19, 2005
10:07 pm
2067
Well, I'm new to this list so I'll introduce myself. I'm Esteban and I'm from Argentina. Lately I've been having a bit of a problem with a script. Here's the...
stevie_glas
Offline Send Email
Aug 20, 2005
7:14 am
2068
Hello Try the following code. Ken Ward <script language="javascript" type="text/javascript"> <!--// function ldMenu(mySubject) { Indx=mySubject; var bahias =...
Ken J Ward
kenjward
Offline Send Email
Aug 20, 2005
11:47 pm
2069
Hi All my application is in asp.net so the page has asp.net validation controls these controls will fire when page is submitted . I have Two case of data...
sweta verma
asil_v
Offline Send Email
Aug 22, 2005
12:09 pm
2070
Can anyone tell me what is the value of obj.top once I input h and px? What does db.offsetHeight mean ? obj.top=(db.offsetHeight-h)/2+"px"; Thanks...
Riyad Anabtawi
riyada@...
Send Email
Aug 22, 2005
8:00 pm
Messages 2041 - 2070 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