Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

JavaScript_Official · JavaScript . AJAX . ActionScript

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 7409
  • Category: JavaScript
  • Founded: Aug 27, 1998
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 11888 - 11917 of 16942   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
11888 llppro2 Sep 29, 2005
4:58 am
It is the same actually/basically. I'm always experimenting type. And when I search, there's so many other interesting scripts I come across on those same...
11889 David Smart
smartware_co... Send Email
Sep 29, 2005
9:59 am
Well, you're putting out all the other tags with document.write, so you need to do the same for the <option> tags too. You can quite easily write JavaScript...
11890 David Smart
smartware_co... Send Email
Sep 29, 2005
10:05 am
Yes, I get sidetracked sometimes too, but really that's not the point. The answer to your question was there with a simple Google search. Dave S ... From:...
11891 f3l
kyoosho Send Email
Sep 29, 2005
1:38 pm
//i saw the repetitive code, and i tought that there must be a better way... //so here it is, var w=new Array(); var h=new Array(); w[1600]= 1248;h[1600]= 686;...
11892 Leather Face
tolukosi Send Email
Sep 29, 2005
1:39 pm
try and clear the cache and also the ssl sites cache and history ... [Non-text portions of this message have been removed]...
11893 Tim Sabin
timsabin Send Email
Sep 29, 2005
1:39 pm
Just a note: If, instead of having multiple "if" statements, you link them with if/else if statements, your code will be more readable AND the code will ...
11894 Tim Sabin
timsabin Send Email
Sep 29, 2005
1:39 pm
The first thing I see is that you are mixing HTML tags within JavaScript (specifically, the <option> tag). Do you want this to be output by JavaScript? If so,...
11895 Kirpa Mehta
kirpa226@... Send Email
Sep 29, 2005
1:39 pm
The error is now on this line document.write("<option value='<%=rs1('studno')%>'><%=rs1('studname&#39;)%></option>"); Thanks, <HTML> <head> function f1() { ...
11896 lak ken
lak123_k Send Email
Sep 29, 2005
8:55 pm
<% String comment2 =""; String apptype =""; String diffMonth = ""; int diffMonths = 0; ArrayList appDetails = new ArrayList(); Hashtable htAppDet = new...
11897 David Smart
smartware_co... Send Email
Sep 29, 2005
9:12 pm
I think you'll remember that I indicated that you'd have to write the document.write statements out from within response.write statements. Have a look at what...
11898 David Smart
smartware_co... Send Email
Sep 29, 2005
10:17 pm
Isn't this the same question you asked on September 15? There were 9 replies at the time, that I can see. The replies from Tim and Jon looked particularly...
11899 Lauren R. Pacini
lrpacini Send Email
Sep 30, 2005
4:27 pm
I am looking for script to permit selected users to edit certain pages through their browser (IE). This is a school setting and I want to permit teachers to...
11900 William Hubbard
kwooda333 Send Email
Sep 30, 2005
4:28 pm
... can ... that ... Well, that is an interesting idea, but then all the code I load in will have to be aware of this object and perform the necessary ...
11901 William Hubbard
kwooda333 Send Email
Sep 30, 2005
4:28 pm
I am trying to make the color scheme of a web page customizable. Is there a [simple] way to colorize gray scale images on a page to adopt the selected color?...
11902 lak ken
lak123_k Send Email
Sep 30, 2005
5:18 pm
Thanks for your answer. Actually when I was posting the code I missed comments = (String)Bean.getComments(); I modified the code. Please look at he code again....
11903 Kirpa Mehta
kirpa226@... Send Email
Sep 30, 2005
5:20 pm
Please explain how to process a list of databse items from within JavaScript. If their is any other way. I try it but i think the way i use is wrong. Thanks, ...
11904 f3l
kyoosho Send Email
Sep 30, 2005
6:09 pm
... js is a client side lang, no db support. your options: java applet flash showckwave activex com server side js jscript.net ... no type, no lang,? ... ...
11905 dave@...
ohioborndave Send Email
Sep 30, 2005
6:10 pm
Lauren, You many want to have your network admin create ftp logins for each teacher (and subsequent directories). Then just have the teachers ftp the...
11906 f3l
kyoosho Send Email
Sep 30, 2005
6:22 pm
server side stuff, not javascript check php www.php.net ... -- //f3l http://www.geocities.com/kyoosho/...
11907 f3l
kyoosho Send Email
Sep 30, 2005
6:41 pm
... the magic words are: background change bgColor javascript some crappy scripts 4 u: http://www.codelifter.com/main/javascript/colorbuttons.shtml ...
11908 f3l
kyoosho Send Email
Sep 30, 2005
8:55 pm
... if(code doesnt work){ change the code/the plattform/the os/the distro/whatever }else{ leave it as it is } ... actually, im doing some tests, and that...
11909 William Hubbard
kwooda333 Send Email
Sep 30, 2005
8:55 pm
... customizable. Is ... adopt ... sort ... change.html ... Unfortunately, all those scripts deal merely with changing background and text colors. I need...
11910 Tim Sabin
timsabin Send Email
Sep 30, 2005
8:55 pm
Lauren, FCKEditor (I know, I've heard the jokes!) is just what you need. The URL: http://www.fckeditor.net/ --Tim Sabin...
11911 Tim Sabin
timsabin Send Email
Sep 30, 2005
8:56 pm
Use CSS, and set the style properties via JavaScript. A good tutorial: http://www.devguru.com/technologies/css2/home.asp --Tim Sabin...
11912 f3l
kyoosho Send Email
Sep 30, 2005
9:15 pm
then check out microsoft filters http://msdn.microsoft.com/library/default.asp?url=/workshop/author/filter/filters.asp but, as you already know, this is a ms...
11913 dave@...
ohioborndave Send Email
Sep 30, 2005
9:16 pm
What joke? I don't get it? Someone please explain it to me in detail :-) ... From: Tim Sabin To: javascript_official@yahoogroups.com Sent: Friday, September...
11914 dave@...
ohioborndave Send Email
Sep 30, 2005
9:55 pm
This may not be what you're looking for but if you make an image with layers, the bottom layer being transparent and the top layer is a solid color (like...
11915 David Smart
smartware_co... Send Email
Oct 1, 2005
12:10 am
Please, please post all of your question at the top, then post your big hunk of code at the bottom!!! Half of your question got lost in the quoted code. You...
11916 llppro2 Oct 1, 2005
2:10 am
... Is this something you want to happen automatically when the page is running or is it something you want to happen that the viewer is required to activate?...
11917 Jon Stephens
jdwayside Send Email
Oct 1, 2005
3:16 am
Perhaps what you want to do is to set up a Wiki for them. http://wiki.org/wiki.cgi?WhatIsWiki Date: Fri, 30 Sep 2005 01:16:51 -0000 From: "Lauren R. Pacini"...
Messages 11888 - 11917 of 16942   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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