chandar wrote:
I have a webpage with frames,i have provided a link and when the user
clicks the link i am closing the window.
For closing i am using javascript:window.close();
when i click the link in IE i get a command window telling you are going
to close this window.
Is there anyway to supr
Hi all,
I have a webpage with frames,i have provided a link and when the user
clicks the link i am closing the window.
For closing i am using javascript:window.close();
when i click the link in IE i get a command window telling you are going
to close this window.
Is there anyway to supress th
Nice! Thanks
Alf Stockton skrev:
For those looking for a javascript email group you may want to look at:-
http://magnumip.co.za/cgi-bin/mailman/listinfo/webdev
Do remember that this is not just javascript but also includes "all
the questions they were too afraid to ask about web development
(i
For those looking for a javascript email group you may want to look at:-
http://magnumip.co.za/cgi-bin/mailman/listinfo/webdev
Do remember that this is not just javascript but also includes "all the
questions they were too afraid to ask about web development (including
but not limited to HTML, J
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
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
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
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
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
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
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
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.
Isn't it so that HTML tags that are coupled (like and
) have innerHTML, and that values pushed to their innerHTML
ends up within them?
Like
[innerHTML]
Just a thought.. No energy for Google! right now.
Mike
Stut skrev:
Alf Stockton wrote:
Please tell the difference between:-
docume
Alf Stockton wrote:
Please tell the difference between:-
document.getElementById("Amount").innerHTML = " ";
and
document.getElementById("Amount").value = " ";
Not all DOM objects have an innerHTML attribute, and likewise not all of
them will have a value attribute. For example, and have
inn
Please tell the difference between:-
document.getElementById("Amount").innerHTML = " ";
and
document.getElementById("Amount").value = " ";
--
Regards,
Alf Stocktonwww.stockton.co.za
He is now rising from affluence to poverty.
-- Mark Twain
My email disclaimer is avail
Pass the id through to the JS function using a JS onClick event. Ie: XX
-Original Message-
From: Alf Stockton [mailto:[EMAIL PROTECTED]
Sent: Monday, January 29, 2007 6:25 AM
To: php windows
Subject: [PHP-WIN] JavaScript with parameters
How do I complete a command to be issued by
How do I complete a command to be issued by JavaScript with parameters.
The above is the short version, the long sad story follows...:-)
I have a PHP created web page consisting of data in a table. One of the
fields in this table is populated by the PHP variable, $EarnTypeID. If a
user clicks
I have a javascript function that I am passing a group of checkboxes to.
The purpose of the js is to check/uncheck all of the boxes for various
operations to be performed on all of them at the same time. That said, the
function used to work perfectly when the name of the checkbox group was as
Sounds like you may have missed a \ on a quote or something. Can you supply
the code?
-Dash
-Original Message-
From: prachi shroff [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 12, 2002 12:39 PM
To: php php
Subject: [PHP-WIN] javascript in php
Hi!
I have this HTML form and its
Hi!
I have this HTML form and its validation done in javascript. All this HTML and
Javascript inside echo""; in a PHP code. The Form loads fine and the validation also
works fine when the HTML and javascript are used independently as an HTML page. But
when put in PHP, the form is ok, but the
I know this not right discussion group but if u use PHP I'm sure U use
Javascript
i want to fulfill form on internet page by javascript automaticaly i a get
the error "Access denied"
is it possible to protect html page so no one can fulfil form by
javascript??? if yes is it some way to jump over
John,
?: are you setting a Content-type header
in your php script which outputs
text/javascript
> -Original Message-
> From: Ignatius Teo [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 02, 2001 10:45 PM
> To: 'John'; [EMAIL PROTECTED]
> Subject:
: Thursday, 3 May 2001 12:20
To: [EMAIL PROTECTED]
Subject:[PHP-WIN] Javascript
Is there a way to use a JavaScript to call php:
ie:
I have tried this and it will not run the PHP... this works in ASP... I'm a
PHP newbie..
Any help is appreciated...
Thanks!!!
--
PHP Wi
Is there a way to use a JavaScript to call php:
ie:
I have tried this and it will not run the PHP... this works in ASP... I'm a PHP
newbie..
Any help is appreciated...
Thanks!!!
Thanks all, I was trying the . operator as a concatenator before - must have got my
languages mixed up!
Tom
Tom Mathews wrote:
> Window(IDent)
> {
>
>msgWindow=window.open("ContentsWindow.php3?ID=IDent","displayWindow","menubar=no,width=500,height=300")
>
> }
>
> The IDent that is passe
msgWindow=window.open("ContentsWindow.php3?ID="+IDent,"displayWindow","menubar=no,width=500,height=300")
Greetinx,
Mike
> -Original Message-
> From: Tom Mathews [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 29, 2001 6:05 PM
> To: PHP Win
Have you tried the string concatenation operator?
e.g.:
msgWindow=window.open( "ContentsWindow.php3?ID=" . IDent,
"displayWindow","menubar=no,width=500,height=300")
I don't know if it's '.' or '&' or whatever: just check your docs on
javascript and look for string concatenation.
HTH,
Madrug
Before you shout at me, I know that this isn't the right place for this
question, but you're all always so helpful that I thought I'd ask anyway
(grovel grovel..)
I'm playing around with php and javascript again, passing variables from
one to the other. I've got stuck on something too basic to me
Hi,
I had problems with dates and times too! Once, I managed to make it
work and when
I moved my app to another server It didn't work because of different
locale settings.
So here is my idea : leave the locale away, use some independent string
dates!
I will attach an example also
Let me preface this request by saying that I know this request for help
isn't quite on-topic, but I haven't found any good places to ask for help on
this. Thank you for not flogging me with wet noodles.
Now, on to the question:
We're having some problems relating to using MS SQL Server 2000 with
I am generating some javascript code in PHP and I need to do a javascript escape() in
my PHP code so that the javascript can unescape() it on the client. I've looked though
the online manual for PHP an can't find anything that helps so far. I think my only
problem is line ends so maybe I only n
Can anyone help with this? How do you get variables from Javascript into a
php function?
paul
___
Paul Mileham [EMAIL PROTECTED]
Administration Manager
Church Pastoral Aid Society
Athena Drive
32 matches
Mail list logo