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 9287 - 9317 of 16817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9287
http://www.dynamicdrive.com/ dagda1@......
Paul Cowan
dagda6000
Offline Send Email
Jun 1, 2004
8:08 am
9288
Hi, How do I find the height from a cell in a table to the bottom of the <BODY> tag? Any help at all greatly appreciated. Thanks, Paul...
Paul Cowan
dagda6000
Offline Send Email
Jun 1, 2004
8:14 am
9290
Hello everyone!! I am new at this group and I have a question for you. I have to build a web page that allow to the user to browse his own disk for a flatfile...
Steven .
stevenmdq
Offline Send Email
Jun 1, 2004
3:33 pm
9291
Hello everyone, I am new on this group and I have a question for you. I need to develop a simple web page that allow the user to make a browser (on his/her...
stevenmdq
Offline Send Email
Jun 1, 2004
3:34 pm
9292
... Can't be done. Javascript by itself cannot access files and read their contents. There a hack in IE which uses ActiveX which may let you do what you...
Keith Maika
aoeex
Online Now Send Email
Jun 1, 2004
6:02 pm
9293
The <a href=...> tag DOES support onClick (see http://www.w3schools.com/js/js_obj_link.asp). An example: <a href="abc.def" onClick="javascript:alert('An...
Tim Sabin
timsabin
Offline Send Email
Jun 1, 2004
9:08 pm
9294
Thanks for the link! Not for the problem itself, however, it looks like a terrific resource when stranded on an island - with internet access :) Cheers, ...
R Alford
cmalford
Offline Send Email
Jun 1, 2004
11:50 pm
9295
DHTML Visibilty help I would like some dhtml help. I want offer 3 radio buttons that would control a dynamic area of text on the screen according to which...
Michael Hall
bsmbahamas
Offline Send Email
Jun 2, 2004
12:33 am
9296
Hi, You can do this by saying either: var myElement = document.getElementById('myElement'); myElement.style.visibility = 'hidden'; myElement.style.visibility =...
Paul Cowan
dagda6000
Offline Send Email
Jun 2, 2004
8:06 am
9297
using visibility would complicate it for u...not that it cant work........but it is easier to use the innerText property. so u set the text u one in an arry...
Garvin Casimir
khing2
Offline Send Email
Jun 2, 2004
10:54 am
9298
Hi, I have an .aspx page which has vertical and horizontal navigation. This page has an iFrame which is really the main content frame. How can I raise ...
Paul Cowan
dagda6000
Offline Send Email
Jun 2, 2004
3:25 pm
9299
Hi, I have a DIV which contains a table, which contains a row, which contains a column. <div id='myDiv'> <table> <tbody> <tr> <td> Is there a better way of...
Paul Cowan
dagda6000
Offline Send Email
Jun 2, 2004
4:49 pm
9300
Hi all, I am writing a cross-browser(i.e. 6 and netscape 7.1) javascript program to save an XML file to local file system. I have an xml string like below: var...
gnv9000
Offline
Jun 2, 2004
5:41 pm
9301
I largely agree with Garvin's concept, but there are some problems with the implementation: 1. innerText is proprietary to MSIE only (there is a way to add...
Jon Stephens
jdwayside
Offline Send Email
Jun 2, 2004
10:22 pm
9302
*looks embarrassed* I should really have my first coffee of the day BEFORE posting code -- really helps cut down on those typos. ;) This actually works, and is...
Jon Stephens
jdwayside
Offline Send Email
Jun 3, 2004
12:11 am
9303
Thanks for the help guys, Michael. http://www.bsmbahamas.com...
Michael Hall
bsmbahamas
Offline Send Email
Jun 3, 2004
3:37 am
9304
thanks alot jon....i knew someone would get the idea and correct me....i dont agree with you on one thing though..... jon says: I believe that document.write()...
Garvin Casimir
khing2
Offline Send Email
Jun 3, 2004
1:16 pm
9305
actually i think putting the values in the array is just neater code....but that way still works i suppose... ... === message truncated === ===== ...
Garvin Casimir
khing2
Offline Send Email
Jun 3, 2004
1:29 pm
9306
Hello everyone, I am still externally green to most of web development. What I am looking to do is to create a self updating page via use of a form. I want to...
anthony4323
Offline Send Email
Jun 3, 2004
6:47 pm
9307
... You need something which is server-side. The first thing you need to do is ask your hosting provider which server-side languages they support. Some...
Keith Maika
aoeex
Online Now Send Email
Jun 3, 2004
6:59 pm
9308
But the fact that the values aren't contained within the function itself makes it more portable. I guess I'm thinking more in terms of a scenario like this...
Jon Stephens
jdwayside
Offline Send Email
Jun 3, 2004
9:21 pm
9309
Hi Garvin, Actually I wasn't referring to hard-coding the markup. There are at least two other alternatives. Using a 10x10 table as an example: 1. Do it on the...
Jon Stephens
jdwayside
Offline Send Email
Jun 3, 2004
10:08 pm
9310
see tag Label <label for="_IDPERGUNTA_3_0" >text label</label> <input value="0" id="_IDPERGUNTA_3_0" name="_IDPERGUNTA_3" type="radio"> ...
Lázaro Tolentino
lazaro_tolen...
Offline Send Email
Jun 4, 2004
6:18 am
9311
Hi all, Maybe someone here can answer my question. (I may have missed something somewhere, but so far I haven't found anything with LOTS of searching.) ...
Chuck
pre_dawn1
Offline Send Email
Jun 4, 2004
6:18 am
9312
oh thank you very much man.........those two examples will come in very handy for me in the future.....:) so i have to disagree with you to get good stuff out...
Garvin Casimir
khing2
Offline Send Email
Jun 4, 2004
12:04 pm
9313
The <label> tag will not work. It is meant to associate label information with a form <input> item, NOT to be a link a la the <a href> tag. See it's definition...
Tim Sabin
timsabin
Offline Send Email
Jun 4, 2004
3:46 pm
9314
One thing that drives me nuts about PayPal is that the session times out really quickly if you are idle. As long as you are doing something you can stay logged...
caitlin_weaver
Offline Send Email
Jun 4, 2004
3:48 pm
9315
Are you actually trying to call this as document.forms.submit() ? submit() is a method of a single form object, not of the forms collection. e.g. <form...
Jon Stephens
jdwayside
Offline Send Email
Jun 4, 2004
9:48 pm
9316
I see nothing wrong with Lázaro's suggestion -- perhaps you're taking the "link" part too literally? ;) My sense was that the original question was focused on...
Jon Stephens
jdwayside
Offline Send Email
Jun 4, 2004
11:05 pm
9317
Jon, thanks for your reply. I may have just resolved the issue, but will have to wait until Monday when I can verify on clients' pc. As to your question, no,...
Chuck
pre_dawn1
Offline Send Email
Jun 7, 2004
5:04 am
Messages 9287 - 9317 of 16817   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