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...
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 16351 - 16380 of 16813   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16351
I'm new to this and I thougt I was doing it right, but, I get no printout to the screen. ANyone have any ideas?? Thank you <script type="text/javascript"> /*...
Rick
fotog4
Offline Send Email
Oct 2, 2008
7:10 pm
16352
The Covering Div approach might be a good solution, just that in order to get it to work properly, you need to attach events to the resize and scroll events in...
Alligator
alligator_666
Offline Send Email
Oct 2, 2008
7:12 pm
16353
The CDATA lines are totally not needed. --Tim Sabin ... --Tim Sabin...
Tim Sabin
timsabin
Online Now Send Email
Oct 2, 2008
9:24 pm
16354
There's 4 mistakes. All of them are simple typos. Two of them are identical, and result in unterminated strings/broken tags. (Looks like a copy/paste muckup.) ...
Jon Stephens
jdwayside
Offline Send Email
Oct 3, 2008
9:37 am
16355
Nice! I’m not using jQuery but I can imagine that script using straight DOM. The other approach: Where should I attach the resize and scroll events? To the...
Leonardo Ghigliani
lag_71
Offline Send Email
Oct 3, 2008
11:54 pm
16356
I do know for sure on both of these document.write("<ul>">"); it should be document.write("<ul>"); as there was extra >" I do not know if that will make a...
Gregory Hegykozi
lunarslover1979
Online Now Send Email
Oct 3, 2008
11:54 pm
16357
<script type="text/javascript"> /* <![CDATA[ */ var autoDealer = "Cahill Cars"; function printFinanceOptions () { document.write( "<h1> Financing Options</h1>...
ISAAC JOSÉ DA SILV...
isaaclinkado
Offline Send Email
Oct 3, 2008
11:54 pm
16358
Hi, You need to attach it to the Window Resize and Scroll events. One thing to note though is that if you use IE and have drop down controls (<select>tags)...
Alligator
alligator_666
Offline Send Email
Oct 8, 2008
7:59 pm
16359
I am trying to create a cookie on this form to recognise the user. I nested the setCookie function in the validation scripts and then set a checkCookie...
Mordecai Dotan Hegykozi
lunarslover1979
Online Now Send Email
Oct 8, 2008
7:59 pm
16360
hi, i'm rena.. i'm just newbie.. i have array like this...  var itemList = [         [1,'itemNo1','itemName1',10,0,'dept1','true'],        ...
rena megane
rena_megane
Online Now Send Email
Oct 8, 2008
7:59 pm
16361
There were some syntax error in ur code. First: quotation closing error ("") in <ul> tags. Second: spelling mistake in 'javascript'. Third: function...
Tariq
tariq1654
Offline Send Email
Oct 8, 2008
8:00 pm
16362
'true' in the first line is index [0][6]. So, to set it to 'false', index [0][6] = 'false' --Tim Sabin ... function to do it??? ... ...
Tim Sabin
timsabin
Online Now Send Email
Oct 8, 2008
8:08 pm
16363
Just a quick glance before I run out the door to work ... ... This will cause the validate function to end. It won't get to setting your cookie. If the...
David Smart
smartware_co...
Offline Send Email
Oct 8, 2008
8:59 pm
16364
Hi, Tim's method is the simplest but there are other ways as well. You basically have an array that contains other arrays as its elements. So you want to do a...
Paul Donahue
scramjetter
Offline Send Email
Oct 10, 2008
4:38 pm
16365
Iam writing the code in HTML bother client and server script, the code exactly from www.W3Cschools.com.The examples work on the internet from their web pages...
discoveryenigma
Offline
Oct 10, 2008
4:39 pm
16366
There is this AJAX issue Iam getting the server script content as response instead of the processed result of the content. For example, for code in the first...
discoveryenigma
Offline
Oct 10, 2008
4:39 pm
16367
Is your Ajax code pulling (or pushing) information on the same site or from an external site? I was having problems with a script that was pulling information...
soren.j.winslow@...
sorenwinslow
Offline Send Email
Oct 11, 2008
12:04 am
16368
Program error is now rectified check and let me know. <html> <head> <script type="text/javascript"> var autoDealer = "CahillCars"; function...
kapil dev
kapil_now
Offline Send Email
Oct 17, 2008
8:35 pm
16369
Hi, I am a novice javascript programmer, and I'm trying to create a website for my son. Right now, it works in Firefox, but not IE.  If you click on a...
Jennifer Balogh
jennifer_balogh
Offline Send Email
Oct 22, 2008
4:22 pm
16370
I think JS is the solution... I'm building my own photo website - the photo gallery structure is a main image area with a 5 row x 2 column thumbnail section -...
Jack Straw
jkernix
Offline Send Email
Oct 22, 2008
4:22 pm
16371
Hi, In one of HTML page we are using the following code.. function SetTTL(TTL){ window.external.OK(TTL); } This code closes the current window and passes the...
anewalias
Offline
Oct 22, 2008
4:22 pm
16372
I am trying to target an html frame with html content when there is no mouse or keyboard activity. This is not working for me <script language="javascript"> ...
Daryl Urig
urig_daryl
Offline Send Email
Oct 22, 2008
4:22 pm
16373
Here is the problem. I want to make my first web page to open at full mode, i mean, that use all screen. For example, if i go to hotmail.com i want it to...
osman_azizi
Offline Send Email
Oct 22, 2008
4:23 pm
16374
I need to write a javascript that can detect no keyboard or mouse activity, if so then call a function that will load new html web page into an html web page...
Daryl Urig
urig_daryl
Offline Send Email
Oct 22, 2008
4:23 pm
16375
This is not as simple as you would think. In the body tag, specify an onLoad handler that starts a down timer. Every element must have one or more event...
Tim Sabin
timsabin
Online Now Send Email
Oct 22, 2008
5:05 pm
16376
If you are talking about forcing the user's browser to full screen, then don't do it. It's their browser, not yours. Create your web pages so that they are...
David Smart
smartware_co...
Offline Send Email
Oct 22, 2008
5:29 pm
16377
Not without seeing your code. Regards, Dave S ... From: "Jack Straw" <jkernix@...> To: <JavaScript_Official@yahoogroups.com> Sent: Sunday, October 19,...
David Smart
smartware_co...
Offline Send Email
Oct 22, 2008
5:29 pm
16378
Howdy, In coding some java to determine window size so I can present the correct resolution photos, I display the window size on the web page. Issue is I don't...
iquickmire
Offline Send Email
Oct 24, 2008
8:23 pm
16379
Try detecting the event target id by using: (evt && evt.target) ? evt.target.id: ((window.event && window.event.srcElement) ? window.event.srcElement.id :...
Alligator
alligator_666
Offline Send Email
Oct 24, 2008
8:24 pm
16380
hi, Yes, You can Do it as simple as below : Get users resolution by : var a,b; a=window.screen.width; {returns width resolution of the screen e.g 1024} ...
behnam bozorg
behnambozorg
Offline Send Email
Oct 24, 2008
8:24 pm
Messages 16351 - 16380 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