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...
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...
Thanks a lot Dustin! Your reply is much appreciated! _____ From: Dustin Metzgar [mailto:dustin_metzgar@...] Sent: Thursday, July 01, 2004 7:18 AM To:...
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...
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...
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:...
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...
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...
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...
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...
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...
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...
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...
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...
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...
Pls send me a source from where I can get Preformatted HTML Compose Editor __________________________________ Do you Yahoo!? Yahoo! Mail is new and improved -...
Some books like "JavaScript Bible" and "JavaScript Unleashed"... are really good book (even for novices) Regards, Venkat ... please suggest a book that...
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...
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...
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...
... 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...
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...
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...
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@...
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...
... 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...
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...