Search the web
Sign In
New User? Sign Up
JavaScript_Official · JavaScript . AJAX . ActionScript
? 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 12166 - 12195 of 16813   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12166
I am wondering if someone has a workaround for this. here is the idea. function myobject(){ this.myobjectproperty = myobjectproperty } ...
khing2
Offline Send Email
Nov 1, 2005
2:28 pm
12167
Do u want a Diff windows for downloads from ur page? ... From: tetu14784 To: JavaScript_Official@yahoogroups.com Sent: Monday, October 31, 2005 9:48 AM ...
jorge
jorgevilela2006
Offline Send Email
Nov 1, 2005
4:40 pm
12168
hi,i am new to java script. i have a small html page and in tht there is form with few text fields and 3 button. based on which button is clicked , i want to...
praveen reddy
praveen_java...
Offline Send Email
Nov 1, 2005
4:40 pm
12169
Your 2 questions are related. Also, in your sample code, in the call to setTimeout, you have misspelt "incrument" as "uncrument". To use setTimeout, use this...
Tim Sabin
timsabin
Online Now Send Email
Nov 1, 2005
4:40 pm
12170
Include this in the options argument of window.open: menubar=no Some people on this list don't like fooling around with the browser window at all. --Tim Sabin...
Tim Sabin
timsabin
Online Now Send Email
Nov 1, 2005
4:42 pm
12171
... googled for "javascript event.button" and got this: http://www.devshed.com/c/a/JavaScript/Understanding-The-JavaScript-Event-Model-part-2/5/ ...
f3l
kyoosho
Offline Send Email
Nov 1, 2005
5:11 pm
12172
Hello, I am new here but not new in JavaScript, PHP, etc.. I would like to ask a quetion about something which is driving me crazy (I have been woking on this...
Fernando PHP
fernandosouz...
Offline Send Email
Nov 1, 2005
9:13 pm
12173
Is there a way to grab a visitors user name that they used to log onto their computer with? What I am doing on one of our intranet pages is creating a form...
Soren
sorenwinslow
Offline Send Email
Nov 2, 2005
12:00 am
12174
thank you for your response tim. I am not sure how i would implement your suggestion. forgive me but bear in mind i feel like i am working in a box here being...
Garvin Casimir
khing2
Offline Send Email
Nov 2, 2005
2:03 am
12175
I found 2 links discussing this very topic and related topics. Here they are for those interested. ...
Garvin Casimir
khing2
Offline Send Email
Nov 2, 2005
2:37 am
12176
here is what i came up with based on info i got from the links <html> <head> <script type="text/javascript"> function myobject(){ this.myobjectproperty = 0 ...
khing2
Offline Send Email
Nov 2, 2005
3:34 am
12177
Hi, just a quick question on span positioning. I am trying to get 3 <span> tags to show from left to right. The only problem is that for the outer spans, I...
me
udesktop
Offline Send Email
Nov 2, 2005
8:12 am
12178
Possibility 1: Just an idea... have to tried seeing what it is in PHP before calling stripslashes on it? I'm not sure, but it might be stripping out the \...
me
udesktop
Offline Send Email
Nov 2, 2005
8:12 am
12179
You need to do a view source of the page that the browser is seeing. It sounds as though something is subtly different to what you think it will be. Once you...
David Smart
smartware_co...
Offline Send Email
Nov 2, 2005
9:32 am
12180
Not quite sure what (or why) you're looking for. But you can't ask a button whether it has been clicked. What was the problem with the example you found on...
David Smart
smartware_co...
Offline Send Email
Nov 2, 2005
10:02 am
12181
Text areas don't have line breaks at the end of the displayed lines - they are simply wrapped by the browser. You can demonstrate this to yourself by...
David Smart
smartware_co...
Offline Send Email
Nov 2, 2005
10:14 am
12182
This is all part of Object-Oriented programming in JavaScript, which is unlike anything you've ever seen before. A clip from your code: function myobject(){ ...
Tim Sabin
timsabin
Online Now Send Email
Nov 2, 2005
2:49 pm
12183
The problem here is that, in HTML, all whitespace (spaces, tabs, newlines, carriage returns) are compressed into a single space. If you want to add in a hard...
Tim Sabin
timsabin
Online Now Send Email
Nov 2, 2005
2:50 pm
12184
I'm looking for a Javascript that I can use to rotate an image next to a text, simultaneously (not randomly). Can somebody point me to one? I'm not exactly a...
beachymelissa
Offline Send Email
Nov 2, 2005
4:49 pm
12185
What do you mean by "rotate"? Do you mean "cycle through a list of images"? If so, try here: http://javascript.internet.com/miscellaneous/banner-rotator.html ...
dave@...
ohioborndave
Offline Send Email
Nov 2, 2005
5:15 pm
12186
Suppose you have 3 buttons (<input type="button">), and they have the id attributes "button1", "button2", and "button3": // pass all click events to...
Jon Stephens
jdwayside
Offline Send Email
Nov 2, 2005
11:07 pm
12187
i tested the code...it doesnt work properly. The setTimeout starts but stops along the way. its suppose to list in the page. ob1 1 ob2 1 ob3 1 ob1 2 ob2 2 ob3...
khing2
Offline Send Email
Nov 3, 2005
12:43 am
12188
hi, i had a prob , i need to initialize a javascript variable using jsp. The data need to be brought fro the database and through jsp i would like to ...
nanda kishore
jobsnanda@...
Send Email
Nov 3, 2005
2:17 pm
12189
Here is what the source looks like when I view source: <a href='javascript:zoom(080.gif, 245, 235)'> <img border=0 src=images/viyella/080_thumb.gif></a> The...
Darth Mikey D
darth_mikeyd
Offline Send Email
Nov 3, 2005
2:17 pm
12190
hi, i am new to javascript can some one help me explaning wht actually 'this' keyword is and when it is useful. i know java and in java there is 'this' keyword...
praveen reddy
praveen_java...
Offline Send Email
Nov 3, 2005
2:18 pm
12191
I've got some relatively simple code for several menus that select documentation on our Intranet. Works just fine. One thing I'd still like it to do is reset...
mballai
Online Now Send Email
Nov 3, 2005
2:29 pm
12192
I am trying to read in text from a text file to put in links. Is there an easy way to do this? Thanks Darth Mikey D...
Darth Mikey D
darth_mikeyd
Offline Send Email
Nov 3, 2005
4:05 pm
12193
... why wont you just then use the <table> tag,? dont like tables? tables are kinda outdated, tables are uncool? not flexible enough for you? give them a try! ...
f3l
kyoosho
Offline Send Email
Nov 3, 2005
4:06 pm
12194
... looks like this: <a href='javascript:zoom("080.gif", 245, 235)'> will do the trick for you, keep in mind, that you needed a string. its recommended,...
f3l
kyoosho
Offline Send Email
Nov 3, 2005
4:06 pm
12195
... menus are not standarized in JS, everyone creates their own flavor, without knowing the source of the menu, its kinda hard to tell you how to expand/not...
f3l
kyoosho
Offline Send Email
Nov 3, 2005
4:06 pm
Messages 12166 - 12195 of 16813   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