Re: [PHP-WIN] Javascript partially not working

2007-04-24 Thread bedul
would you change the extension into txt (index.htm.txt) - Original Message - From: "Alf Stockton" <[EMAIL PROTECTED]> To: "php windows" Sent: Tuesday, April 24, 2007 7:42 PM Subject: [PHP-WIN] Javascript partially not working > I include the attached Javascript f

Re: [PHP-WIN] Javascript partially not working

2007-04-24 Thread Mikael Grön
I actually started looking for one myself, right after I mailed. Haven't found any good ones yet. I'll let you know when I do. Chandar and Bill: I don't like forums. I enjoy using Thunderbird too much. Mike Alf Stockton skrev: Mikael Grön wrote: Alf, it has already been pointed out that this

RE: [PHP-WIN] Javascript partially not working

2007-04-24 Thread Bill Bolte
http://www.sitepoint.com Their forums are pretty good. Bill -Original Message- From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 24, 2007 8:33 AM To: Mikael Grön Cc: php windows Subject: Re: [PHP-WIN] Javascript partially not working Mikael Grön wrote: > Alf, it

Re: [PHP-WIN] Javascript partially not working

2007-04-24 Thread chandar
Devshed Forums wil be good[http://forums.devshed.com/] thnx/Chandar Alf Stockton wrote: Mikael Grön wrote: Alf, it has already been pointed out that this list is for PHP. That the JavaScripts are supposed to run on a page generated from PHP isn't enough to make it PHP related. Please register t

Re: [PHP-WIN] Javascript partially not working

2007-04-24 Thread Alf Stockton
Mikael Grön wrote: Alf, it has already been pointed out that this list is for PHP. That the JavaScripts are supposed to run on a page generated from PHP isn't enough to make it PHP related. Please register to a JavaScript list and ask your question about JavaScript there. Any suggestions as

RE: [PHP-WIN] Javascript partially not working

2007-04-24 Thread Gustav Wiberg
Original Message- From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 24, 2007 2:42 PM To: php windows Subject: [PHP-WIN] Javascript partially not working I include the attached Javascript file when building my intranet web page using PHP and it partially works. When call

Re: [PHP-WIN] Javascript partially not working

2007-04-24 Thread Mikael Grön
Alf, it has already been pointed out that this list is for PHP. That the JavaScripts are supposed to run on a page generated from PHP isn't enough to make it PHP related. Please register to a JavaScript list and ask your question about JavaScript there. Mike Alf Stockton skrev: I include the

[PHP-WIN] Javascript partially not working

2007-04-24 Thread Alf Stockton
I include the attached Javascript file when building my intranet web page using PHP and it partially works. When called the function Done() works fine and the function ClearForm() works up to the line that reads document.getElementById("MemberName").innerHTML = ""; Below that nothing works.