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...
9494
Duane A. Couchot-Vore
dcouchotvore
Jul 7, 2004 6:55 pm
... 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...
9493
Jon Stephens
jdwayside
Jul 7, 2004 10:20 am
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...
9492
ZHENT
zhent@...
Jul 7, 2004 4:49 am
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 ...
9491
Scott Mills
Scott959
Jul 6, 2004 11:01 pm
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.. ...
9490
Tim Sabin
timsabin
Jul 6, 2004 6:09 pm
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...
9489
R Alford
cmalford
Jul 6, 2004 4:10 pm
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...
9488
Brian E Boothe
codemage67
Jul 6, 2004 2:27 pm
... 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...
9487
Ankit Beohar
ankitbeohar
Jul 6, 2004 7:26 am
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...
9486
Bryan K.
killingergra...
Jul 6, 2004 6:05 am
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...
9485
Jon Stephens
jdwayside
Jul 5, 2004 9:14 pm
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...
9484
anguilla1969@...
anguilla1969
Jul 5, 2004 3:46 am
in a new browser: type ":javascript" in the url....
9483
Venkat V
venkat2cool
Jul 3, 2004 2:20 pm
Some books like "JavaScript Bible" and "JavaScript Unleashed"... are really good book (even for novices) Regards, Venkat ... please suggest a book that...
9482
Morphez Neo
morphez_neo
Jul 3, 2004 2:19 pm
Pls send me a source from where I can get Preformatted HTML Compose Editor __________________________________ Do you Yahoo!? Yahoo! Mail is new and improved -...
9481
Luinrandir Hernsen
Luinrandir
Jul 3, 2004 12:04 am
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...
9480
Mystri Originals
The_Mystri
Jul 2, 2004 7:38 pm
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...
9479
Sagar
sagark0
Jul 2, 2004 7:04 pm
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...
9478
Tim Sabin
timsabin
Jul 2, 2004 3:23 pm
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...
9477
Paul Cowan
dagda6000
Jul 2, 2004 2:36 pm
Sagar, Have a good look in: http://www.dynamicdrive.com/ Loads and loads and loads of examples. Paul dagda1@......
9476
Sagar
sagark0
Jul 2, 2004 2:31 pm
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...
9475
Mystri Originals
The_Mystri
Jul 2, 2004 9:26 am
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...
9474
Rinki Agarwal
vinki05
Jul 2, 2004 6:48 am
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...
9473
zcarcharodon
Jul 2, 2004 1:52 am
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...
9472
Jon Stephens
jdwayside
Jul 1, 2004 8:51 pm
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...
9471
Mystri Originals
The_Mystri
Jul 1, 2004 8:43 pm
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:...
9470
Pigeon01@...
pigeon01
Jul 1, 2004 4:19 pm
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...
9469
zcarcharodon
Jul 1, 2004 4:19 pm
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...
9468
Giorgoc Yahoo!
giorgoc
Jul 1, 2004 4:19 pm
Thanks a lot Dustin! Your reply is much appreciated! _____ From: Dustin Metzgar [mailto:dustin_metzgar@...] Sent: Thursday, July 01, 2004 7:18 AM To:...
9467
Paul Cowan
dagda6000
Jul 1, 2004 2:35 pm
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...
9466
Paul Cowan
dagda6000
Jul 1, 2004 1:48 pm
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...