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 your group to be featured on the Yahoo! Groups website? 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 1329 - 1358 of 2988   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1329
It seems to be the writing a menu with a menu bit that's not working. The second menu doesn't update when a choice is made on the first one. If you go to ...
Martini G
kevin9027
Offline Send Email
Aug 4, 2004
7:09 am
1330
Hello, I made the following changes in your dropdowns: 1) //with (document,form2.select2) //should be '.' not ',' with (document.form2.select2) 2) Deleted all...
Ken Ward
kenjward
Offline Send Email
Aug 4, 2004
7:58 am
1331
Hi I looked at the code and I found that form2 was not defined so ns would work ns needs a document.form2 but if you do that you are going to have trouble...
Richard Rehll
rich54110
Offline Send Email
Aug 4, 2004
1:59 pm
1332
That seems to have done the trick. Thanks for the help. Enjoy! Kevin ... http://www.trans4mind.com/personal_development/JavaScript/freeEditor.h ... ~-> ... ...
Martini G
kevin9027
Offline Send Email
Aug 5, 2004
6:47 am
1333
I am looking for html or Java script, or any other script that prevents uploading a web site after a number of specified days have passed. The script has to go...
compunaves
Offline Send Email
Aug 7, 2004
8:45 am
1334
... What is 'uploading a website' ? ... ... Simply cancel the upload in the server script that processes the upload request. Roland...
roland@...
Send Email
Aug 7, 2004
9:48 am
1335
Its for javascript developers an easy way to develop pages using javascript object tree visit http://www.geocities.com/softanchor to download this helpfile and...
Arvin
helloarvin
Online Now Send Email
Aug 8, 2004
5:27 pm
1336
Assuming from your description is that you offer 30 day trial software (such as jsEditor) and what you want to prevent is someone updating their site after the...
John Bowling
johnlb2002
Offline Send Email
Aug 9, 2004
3:51 am
1337
Hello John, Of course, I didn't ask the original question and it does not related to me. ... jsEditor doesn't mess with any pages, nor does it want to. To do...
Ken Ward
kenjward
Offline Send Email
Aug 9, 2004
11:10 am
1338
Hi, I am new to Javascript. Someone please explain to me what the periods are for and what are the basics of this script language. I only know HTML. Daniel...
Daniel Brinneman
kg4dni
Offline Send Email
Aug 9, 2004
2:57 pm
1339
Daniel - You can start with Ken's tutorials :- http://www.trans4mind.com/personal_development/JavaScript/index.html After that, there are loads of other web...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Aug 9, 2004
3:19 pm
1340
Hi Robert, Thanks. that's great. I have seen Java in action before at a friend's house. Java is for the computer, Javascript for the web. that is how I...
Daniel Brinneman
kg4dni
Offline Send Email
Aug 9, 2004
5:05 pm
1341
Hello, I successfully set up two drop down lists but I cannot figure out how to make the function do a THIRD drop down list. Here is the practice page:...
johnmillerz2003
Offline Send Email
Aug 12, 2004
8:42 pm
1342
Hello, It seems you do know what to do. For a third menu, you would simply create a third function and change the form, select names to something unique. The...
Ken J Ward
kenjward
Offline Send Email
Aug 12, 2004
9:48 pm
1343
Thanks to you, I can now set up my homepage on the new gifts site and let people select exactly what they want without them having to read all the stuff I had...
johnmillerz2003
Offline Send Email
Aug 14, 2004
8:28 pm
1344
A friend of mine referred me to the following site. http://www.mafoor.com/jm . Any thoughts on it guys? Seems it's not useful for good programmers.. Anyway I'm...
fazlymohamed
Offline Send Email
Aug 15, 2004
7:55 am
1345
I'm using the "simple drop-down menu" in a frames page. How can I target the url to load into the "main" frame. I placed the absolute url in the menu field...
marhadrian
Offline Send Email
Aug 19, 2004
6:13 am
1346
Hello, "target" is HTML, and you are using javascript. You need to use something like this (for the location): function jump(url){ ...
Ken J Ward
kenjward
Offline Send Email
Aug 19, 2004
10:04 am
1347
can you help me, coz i have a hardtime changing background of my web page, is there such a command in a javascript to make my background picture changing?...
ehd_04
Offline Send Email
Aug 21, 2004
9:24 am
1348
document.getElementsByTagName("body")((0)).style.backgroundImage = "url(newBackground.gif)" Where (( is the square bracket, i am writing this email from my...
roland@...
Send Email
Aug 21, 2004
10:07 am
1349
document.getElementsByTagName("body")((0)).style.backgroundImage = "url(newBackground.gif)" Where (( is the square bracket, i am writing this email from my...
roland@...
Send Email
Aug 21, 2004
10:08 am
1350
I have incrediable mail and it does not show pictures on it when i open my mail what do iI do to fix it ?????I was told something is wrong with my Java Script...
yellowrosekay2004
yellowroseka...
Offline Send Email
Aug 22, 2004
7:18 am
1351
is there a way to force my webpage to be viewed in the size of the screen resolution of the viewer? or is there a script to detect the screen resolution? so...
Frederick
el_themaster
Offline Send Email
Aug 22, 2004
9:48 am
1352
Only fools use force. Be a bit more creative :-) Like using a frameset with '*,800,*' or a centered table with width=800 .. Roland :-)...
roland@...
Send Email
Aug 22, 2004
10:28 am
1353
You can get sniffers to detect the users screen resolution then you can have the script direct to the appropriate external style sheet for the different groups...
Anthony
APasslow@...
Send Email
Aug 23, 2004
4:16 am
1354
Fred - the 'screen' object can give you what you need :- http://www.devguru.com/Technologies/ecmascript/quickref/screen.html As Anthony says, if you're using...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Aug 23, 2004
7:46 am
1355
Although this is technically 'spam', the intro page is so good, I think it's worth having a look at. Rob. ... From: pawan patole [mailto:pawanpatole@...]...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Aug 24, 2004
7:49 am
1356
&gt; But sounds to me this is not what you need, as roland says you see &gt; whitespace because you have used fixed width objects in your page &gt; design. Oh...
roland@...
Send Email
Aug 24, 2004
9:24 am
1357
thanks for the link you have given me... i'll try to use it to open a new window to the size of the resolution of the viewer... thanks! ... Do you Yahoo!? ...
eL
el_themaster
Offline Send Email
Aug 24, 2004
9:59 am
1358
Hello: I placed your scripts about hover buttons in a page of myself, but I only are able to see img1N button, when I place mouse over button are not showing...
A. López C.
adan4
Offline Send Email
Aug 25, 2004
6:58 am
Messages 1329 - 1358 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