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...
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 9466 - 9495 of 16817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9466
Hi, Can anyone tell my I cannot set the innerHTML property of a table <tr> like this: var mainTable = document.all('X' + cell.id).firstChild; var contextTable...
Paul Cowan
dagda6000
Offline Send Email
Jul 1, 2004
1:48 pm
9467
Hi, I did get round it by setting the innerHTML of the individual table cells like the code below but I'm still curious why I could not add the innerHTML for...
Paul Cowan
dagda6000
Offline Send Email
Jul 1, 2004
2:35 pm
9468
Thanks a lot Dustin! Your reply is much appreciated! _____ From: Dustin Metzgar [mailto:dustin_metzgar@...] Sent: Thursday, July 01, 2004 7:18 AM To:...
Giorgoc Yahoo!
giorgoc
Offline Send Email
Jul 1, 2004
4:19 pm
9469
Dustin, They are setup in frames. Just two parts to the frame, a left & a right. The left side is where the links go. So if this were in the left frame: <a...
zcarcharodon
Offline
Jul 1, 2004
4:19 pm
9470
I am a novice to Javascript and would like to download and use one of those Javscript menu generators. Which is the best one to use that will give me quick...
Pigeon01@...
pigeon01
Offline Send Email
Jul 1, 2004
4:19 pm
9471
No, you can always pass a variable like the number to the next page then pull that number out and run the function: You could pass the number like this:...
Mystri Originals
The_Mystri
Offline Send Email
Jul 1, 2004
8:43 pm
9472
That's because innerHTML is a *string* made up of actual HTML markup, whereas the DOM collections and methods work with *objects*. Also, innerHTML doesn't...
Jon Stephens
jdwayside
Offline Send Email
Jul 1, 2004
8:51 pm
9473
Kara, Thanks! :) I would have never thought of that. I'm a bit oblivious about all the little doodads of scripting. If there were such a thing as a Javascript...
zcarcharodon
Offline
Jul 2, 2004
1:52 am
9474
Hi everyone, I am a Vb.net programmer. I am also building a small web page in asp.net. I want to built pull down menus in that page. I know that it is only...
Rinki Agarwal
vinki05
Offline Send Email
Jul 2, 2004
6:48 am
9475
I'm working on a catalog for my client, you may remember my iframe background change issue I asked last week, thanks for the help on that one, now I have a NEW...
Mystri Originals
The_Mystri
Offline Send Email
Jul 2, 2004
9:26 am
9476
You might build the pull-down menus in asp.net. No need for Javascript. Rinki Agarwal <vinki05@...> wrote:Hi everyone, I am a Vb.net programmer. I am...
Sagar
sagark0
Offline Send Email
Jul 2, 2004
2:31 pm
9477
Sagar, Have a good look in: http://www.dynamicdrive.com/ Loads and loads and loads of examples. Paul dagda1@......
Paul Cowan
dagda6000
Offline Send Email
Jul 2, 2004
2:36 pm
9478
Kara, Check on the size of items on the pages (images, values in tables, etc.). Those things like 100% and 500pixels are really just *hints* that you're giving...
Tim Sabin
timsabin
Offline Send Email
Jul 2, 2004
3:23 pm
9479
Paul, What i meant was you can do the same stuff in asp.net dynamically without bothering about JS (enabling/disabling) probs. NO offence but just a thought. I...
Sagar
sagark0
Offline Send Email
Jul 2, 2004
7:04 pm
9480
I wish I could, the page is just a form with some select boxes in a table. The form itself is created by the client and can have a few selects and be taller...
Mystri Originals
The_Mystri
Offline Send Email
Jul 2, 2004
7:38 pm
9481
could someone please suggest a book that explains the format of JS programing. I currently do perl, which is much like basic, pascal and "C" but this JS is...
Luinrandir Hernsen
Luinrandir
Offline Send Email
Jul 3, 2004
12:04 am
9482
Pls send me a source from where I can get Preformatted HTML Compose Editor __________________________________ Do you Yahoo!? Yahoo! Mail is new and improved -...
Morphez Neo
morphez_neo
Offline Send Email
Jul 3, 2004
2:19 pm
9483
Some books like "JavaScript Bible" and "JavaScript Unleashed"... are really good book (even for novices) Regards, Venkat ... please suggest a book that...
Venkat V
venkat2cool
Offline Send Email
Jul 3, 2004
2:20 pm
9484
in a new browser: type ":javascript" in the url....
anguilla1969@...
anguilla1969
Offline Send Email
Jul 5, 2004
3:46 am
9485
Actually, that's javascript: The colon comes at the end, just like http: ftp: file: gopher: and so on. You will find that Netscape and Mozilla offer much...
Jon Stephens
jdwayside
Offline Send Email
Jul 5, 2004
9:14 pm
9486
Hey guys, here what I want to do. I have made a selection of Search Engines in a <OPTION> command. You choose a search engine and then type in the text you...
Bryan K.
killingergra...
Offline Send Email
Jul 6, 2004
6:05 am
9487
Hi, U have to search first about all the search engines the querystring format. that is how the keyword is delivered to the action page. then u will pass the...
Ankit Beohar
ankitbeohar
Offline Send Email
Jul 6, 2004
7:26 am
9488
... From: Brian E Boothe [mailto:subrian@...] Sent: Tuesday, July 06, 2004 8:08 AM To: javascript_official@yahoogroups.com Subject: ASP apache How can u...
Brian E Boothe
codemage67
Offline Send Email
Jul 6, 2004
2:27 pm
9489
I understand that asp requires windows server. apache may be available for a windows environment but if you are asking this question, you certainly aren't...
R Alford
cmalford
Offline Send Email
Jul 6, 2004
4:10 pm
9490
Another way to look at it: for this to work, IIS would have to send it's output to Apache. But, IIS goes to the Web anyway, so why bother with Apache? I much...
Tim Sabin
timsabin
Offline Send Email
Jul 6, 2004
6:09 pm
9491
There is actually an apache add-on that will allow you to run .asp pages on your Apache server, but from what I've seen, it's buggy at best.. ...
Scott Mills
Scott959
Offline Send Email
Jul 6, 2004
11:01 pm
9492
Guys, i wanna know how to send enter programmatically in javascript? I want to use in barcode scanner. What event this code should be put in? many thank you ...
ZHENT
zhent@...
Send Email
Jul 7, 2004
4:49 am
9493
The short answer is: You don't. If you want to use ASP, you need to be running Windows & IIS, not Apache. My advice would be to forget ASP and learn PHP -- it...
Jon Stephens
jdwayside
Offline Send Email
Jul 7, 2004
10:20 am
9494
... exactly ... language ... does.) ... them to ... A agree. I think Apache is the Web server of choice for all platforms and PHP a much easier to learn and...
Duane A. Couchot-Vore
dcouchotvore
Offline Send Email
Jul 7, 2004
6:55 pm
9495
Apache works just fine on Windows; there's binary installers available and it's not terribly difficult to set up. Although I'm currently using Win2K Server on...
Jon Stephens
jdwayside
Offline Send Email
Jul 7, 2004
9:12 pm
Messages 9466 - 9495 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