Search the web
Sign In
New User? Sign Up
JS-Jive · The premiere Yahoo! Javascript Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 20903 - 20932 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20903
Hi Dean, --"I want to detect a user's screen resolution and dynamically resize a div based on it." -- Whyever would you do that? Do you assume the user always...
Bas van Hoorn
kruidmeester
Offline Send Email
Apr 3, 2006
6:04 pm
20904
... Hi Bas, Yes, you are correct, and that's something I wasn't thinking about at the time. I also figured out I need to change the size of someother elements,...
Dean Hamack
tactics2337
Offline Send Email
Apr 3, 2006
8:16 pm
20905
You have two issues: - Your javascript is running before the body of the page is sent to the browser. - You need to wrap this if/else statement in a function,...
Ken Auenson, II
kja2
Online Now Send Email
Apr 3, 2006
11:11 pm
20906
Hi Dean, Ken, I feel I must apologize for my last mail, as it entered fairly late in the discussion after you already got your solution. For some reason Yahoo...
Bas van Hoorn
kruidmeester
Offline Send Email
Apr 4, 2006
8:24 am
20907
--"There's another function paired with it, resizeCanvas, [... 8<...] and that is called from both the setCanvasSize function and the body.onResize event." -- ...
Bas van Hoorn
kruidmeester
Offline Send Email
Apr 4, 2006
9:00 am
20908
Hi, I want to use the XMLHTTP to transport a lot of dates in my web-site, then I would like to use a default form to transport this dates, that's be easy to...
Marcos
mjsetim
Offline Send Email
Apr 11, 2006
1:17 am
20909
You mean you want to use Ajax? "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Apr 11, 2006
6:11 am
20910
... Yes! But I don't understant how use the AJAX, only the XMLHTTP I understand....
Marcos
mjsetim
Offline Send Email
Apr 12, 2006
6:35 pm
20911
Hey! I really need some help. I'm a senior at CVCC in Lynchburg. I'm supposed to graduate in May, that is if I can get this final semester project done. The...
sassyvagirl2u
Offline Send Email
Apr 16, 2006
3:00 am
20912
SassyVAGirl, ... I realize you may be stuck doing what the client wants (she is the customer after all) but 'fly-out' menus only work for about 90% of the site...
Roger Roelofs
rogerroelofs
Offline Send Email
Apr 16, 2006
4:54 am
20913
Just curious. What prevents the other 10% from using the flyout menus? Is it just not having JavaScript enabled or something else? Thanks....
Debbie Woods
dlnw2
Offline Send Email
Apr 16, 2006
5:43 pm
20914
Using non-cross browser JS is the main culprit. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Apr 16, 2006
6:24 pm
20915
Debbie, ... Some users turn javascript off, primarily ie users for security reasons. In fact, I have one site used by our contractors that requires javascript...
Roger Roelofs
rogerroelofs
Offline Send Email
Apr 16, 2006
8:57 pm
20916
Try javascriptkit.com or dynamicdrive.com...
Michael Ballai
mballai
Offline Send Email
Apr 21, 2006
3:34 pm
20917
I'm new to javascript so I made a random website to test some stuff out. It has some buttons at the bottom, and when pressed, change the background color. I...
jpblackfox
Offline Send Email
Apr 21, 2006
3:36 pm
20918
try http://javascript.internet.com regards, Husain ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the...
Husain Taquee
htaquee
Offline Send Email
Apr 26, 2006
8:15 pm
20919
I have a form that produces a few checkboxes via a server side script. Once on the page, the source looks like this... <tr> <td><input type="checkbox"...
ihitman_uk
Offline Send Email
May 2, 2006
1:27 pm
20920
i think the value of the first checkbox set is going to need to be 0 since your "access" and "view" arrays will both start at 0. assuming you make that change,...
Carlos Mossman
spamcarloshere
Offline Send Email
May 3, 2006
3:20 am
20921
I maintain an Intranet site within a government agency. Being a government agency, we have to comply with all accessibility laws. I would like to create a...
Richard
rod526
Offline Send Email
May 3, 2006
5:52 am
20922
You need to add the ALT tag to the JS (document.write) - you are only outputting the image. It is strange though as using extensive JS is not accessible -...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
May 3, 2006
7:06 am
20923
Or else, after the win.document.close(); you can get the object image: imgs = win.document.getElementByTagName("img"); And set the ALT attribute this way: ...
Rafael Raposo
porrak
Offline Send Email
May 3, 2006
12:57 pm
20924
you're already passing "ititle" - why not use that text as the browser title *and* the alt text. in that case, you could just change this: ...
Carlos Mossman
spamcarloshere
Offline Send Email
May 3, 2006
3:35 pm
20925
I open up an html page with an href to a new page using target=mywindow, I then leave that open and open a new html page that opens a window using window.open...
Marla
spiciest_one
Offline Send Email
May 14, 2006
2:29 am
20926
Hello, I have a problem with one of my scripts in IE. The script is: document.write('<img id="ena" STYLE="position:absolute; left:0; top:0; visibility:visible;...
konstantinos_x
Offline Send Email
May 15, 2006
7:20 am
20927
? An automatic dialog box? Do you have an example online? Whatever is happening here is no doubt down to IE itself - maybe even something to do with the Eolas...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
May 15, 2006
7:34 am
20928
Maby i didn't described it well. I have an example in: http://wgr.awardspace.com/example.htm Thanks for the answer, //////////////////////// Hello, I have a...
konstantinos_x
Offline Send Email
May 15, 2006
8:46 am
20929
Use this meta tag in the head section of your code. This wiIl disable image toolbar from enitre page. <META HTTP-EQUIV="imagetoolbar" CONTENT="no"> I hope this...
Mian Waqas
webmaster_waqas
Offline Send Email
May 17, 2006
3:19 pm
20930
oh, your talking about those popup "helpers" that microsoft added... as far as i know, those show up on all images.... make your image the background of...
Ken Auenson, II
kja2
Online Now Send Email
May 17, 2006
3:23 pm
20931
hello forum members: hello everyone: I am doing a exercise for self study. the requirement is a) when user choose a image names from drop down box, the image...
flashqa1
Offline Send Email
May 21, 2006
1:46 am
20932
Hi I am novice programmer in Javascript. Can anyone help me with DHTML coding in Javascript... ... Do you have a question on a topic you cant find an Answer...
Srikar M
srikar4groups
Offline Send Email
May 21, 2006
1:46 am
Messages 20903 - 20932 of 21091   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