[PHP] JavaScript MD5()

2001-09-11 Thread nicolas costes
Hellorgh, all !!! Does anyone knows if there is a way to MD5-encode strings with JavaScript ? I use MD5() to encode passwords then insert them in my account database, and when a user logs in, i do MD5($password_provided_by_form) to compare it with the one stored in the DB. Ok, fine, I cannot see

[PHP] JavaScript, PHP cooperation.

2001-09-09 Thread Alexander Deruwe
Hewwo, When selecting a value from a combobox, I always have a link that allows adding a record to the table the combobox pulls it's data from. Here is my problem: Is it possible in any way to window.open() a popup window (JavaScript), fill in a record, add it to the database (PHP) and then

[PHP] javascript code beautification

2001-08-28 Thread alvarez
Does someone know of a PHP-function to reformat Sources of C-like langs? I need to generate syntactically uniform Javascripts independent of the specific user input. Thanks, D. Alvarez Arribas [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP] javascript reference (slightly ot)

2001-08-14 Thread Christian Dechery
Sorry for the OT but, but I'm struggling to get my forms to have a good validation in JavaScript. Does anyone know a complete reference to JavaScript, like, with all objects, it's functions, parameters and etc... that would help a lot.. Thanks... . Christian

Re: [PHP] javascript reference (slightly ot)

2001-08-14 Thread Evan Nemerson
I used Netscape's javascript reference when I started, but I also found that looking at source code (javascripts.com used to be good) helped alot. http://developer.netscape.com/docs/manuals/communicator/jsref/index.htm On Tuesday 14 August 2001 18:58, you wrote: Sorry for the OT but, but

Re: [PHP] javascript ?

2001-07-25 Thread Angel Behar
in advance. - Original Message - From: Morten Winkler Jørgensen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 23, 2001 11:06 PM Subject: Re: [PHP] javascript ? Only use hide(), show(), block(), etc. if you want an ordinary htmlpage to be shown. If you on the other hand want

[PHP] javascript ?

2001-07-23 Thread Angel Behar
Hi !!! I know maybe this is not the right place to make this question but I have been a PHP user for long time and this list had been very helpful. I want to create a form which once you select a radio button or a drop down menu display the proper fields according to the selection. Let say

Re: [PHP] javascript ?

2001-07-23 Thread Morten Winkler Jørgensen
Only use hide(), show(), block(), etc. if you want an ordinary htmlpage to be shown. If you on the other hand want the values of form elements to change you should do something like this: SCRIPT LANGUAGE=javascript function fillForm(){ document.form_name.txt.value =

[PHP] Re: Must Have Cookies. PHP/JavaScript

2001-07-06 Thread Lasse
Um... Can't you just set a cookie and see if you get it back on the next page load? -- Lasse Jeff Gannaway [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... OK, I'm working on a site that absolutely must use a cookie containing a session identifier. I know how

[PHP] Must Have Cookies. PHP/JavaScript

2001-07-05 Thread Jeff Gannaway
OK, I'm working on a site that absolutely must use a cookie containing a session identifier. I know how to set a cookie through PHP, but I need to do something else too. The same page MUST identifier whether the cookie was accepted or not. I've seen sites like NetFlix.com that will test to see

RE: [PHP] Must Have Cookies. PHP/JavaScript

2001-07-05 Thread Johnson, Kirk
:[EMAIL PROTECTED]] Subject: [PHP] Must Have Cookies. PHP/JavaScript The same page MUST identifier whether the cookie was accepted or not. I've seen sites like NetFlix.com that will test to see if their cookie was accepted, and if not, print up a page that says Sorry, you've got have your

Re: [PHP] Must Have Cookies. PHP/JavaScript

2001-07-05 Thread JCampbell
PROTECTED] Sent: Thursday, July 05, 2001 4:36 PM Subject: [PHP] Must Have Cookies. PHP/JavaScript OK, I'm working on a site that absolutely must use a cookie containing a session identifier. I know how to set a cookie through PHP, but I need to do something else too. The same page MUST

Re: [PHP] Must Have Cookies. PHP/JavaScript

2001-07-05 Thread teo
Hi Jeff! On Thu, 05 Jul 2001, Jeff Gannaway wrote: OK, I'm working on a site that absolutely must use a cookie containing a session identifier. I know how to set a cookie through PHP, but I need to do something else too. The same page MUST identifier whether the cookie was accepted or

Re: [PHP] Must Have Cookies. PHP/JavaScript

2001-07-05 Thread Jeff Gannaway
With a good start from the folks on this list and a little JavaScript digging, I found an excellent solution to my problem that I thought I'd share: Problem: Want to set a cookie then test for it on the same page. I don't want to to do page redirection to ensure optimal search engine

[PHP] javascript var on a php var...

2001-07-04 Thread Romeo Manzur
hi, I want to know how could I save a javascript variable on a php variable??? Thanks... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

RE: [PHP] javascript var on a php var...

2001-07-04 Thread Adrian Ciutureanu
window.location = 'http://url?yourVar=' + yourVar; -Original Message- From: Romeo Manzur [mailto:[EMAIL PROTECTED]] Sent: 5 iulie 2001 07:56 To: [EMAIL PROTECTED] Subject: [PHP] javascript var on a php var... hi, I want to know how could I save a javascript variable on a php

[PHP] javascript label inside php code.

2001-06-21 Thread Andrew Austin
Warning: Cannot add header information - headers already sent by (output started I understand that one of the reasons for this erro message is if their is a trailing space after a ?. I have some PHP code which produces javascript rollover code. Above this there are a few includes referencing

Re: [PHP] javascript label inside php code.

2001-06-21 Thread dcoleman
Sure, try this // ? echo(' script language=JavaScript !-- This script controls the rollovers in the menu area if (document.images) { '); // ? Make sure there are no blanks _anywhere_ (even in includes) before the header code HTH Andrew Austin wrote: Warning: Cannot add header information -

Re: [PHP] javascript label inside php code.

2001-06-21 Thread Rasmus Lerdorf
Warning: Cannot add header information - headers already sent by (output started I understand that one of the reasons for this erro message is if their is a trailing space after a ?. I have some PHP code which produces javascript rollover code. Above this there are a few includes referencing

[PHP] javascript group

2001-05-18 Thread Jacky
Hi people Does anyone outthere know any javascript mail list that I can subscribe to? And also, just in case, does anyone know how can I validate a form that has radio button to see if the radio button is checked before submit? cheers Jack [EMAIL PROTECTED] There is nothing more rewarding than

Re: [PHP] javascript group

2001-05-18 Thread elias
: www.ozoneasylum.com -elias - Original Message - From: Jacky [EMAIL PROTECTED] Newsgroups: php.general Sent: Friday, May 18, 2001 12:30 AM Subject: [PHP] javascript group Hi people Does anyone outthere know any javascript mail list that I can subscribe to? And also, just in case, does anyone

[PHP] PHP + javascript

2001-05-01 Thread Ide, Jim
Hi - I want to use javascript to validate some fields on a form. The javascript code will take the value the user typed into the form and search for it in an array. If the value is found in the array, then the value is ok, otherwise an alert() message will be displayed. The amount of data in

RE: [PHP] PHP + javascript

2001-05-01 Thread Joseph Tate
, a complete reload can be forced on many browsers (NS and IE at least) by holding shift and clicking reload. Joseph -Original Message- From: Ide, Jim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 4:36 PM To: '[EMAIL PROTECTED]' Subject: [PHP] PHP + javascript Hi - I want

[PHP] Javascript mailing list

2001-04-17 Thread Boget, Chris
A bit OT, yes, but I don't want to ask an inappropriate question here (not that this isn't an inappropriate question :p). Can someone recommend a good Javascript mailing list? Chris

Re: [PHP] Javascript mailing list

2001-04-17 Thread Plutarck
I know of only the one on marc.aimsgroup.com. They list quite a few mailing lists of all types. But I still don't know any newsgroups :( -- Plutarck Should be working on something... ...but forgot what it was. ""Boget, Chris"" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL

Re: [PHP] Javascript mailing list

2001-04-17 Thread Seung-woo Nam
How about newsgroups instead? comp.lang.javascript seems to be pretty active. Seung-woo Nam "Boget, Chris" wrote: A bit OT, yes, but I don't want to ask an inappropriate question here (not that this isn't an inappropriate question :p). Can someone recommend a good Javascript mailing list?

Re: [PHP] Javascript mailing list

2001-04-17 Thread Andy Woolley
The JavaScript Weenie is about the best I know of at: http://webdevelopersjournal.com/subform.html See you there. Andy. - Original Message - From: "Boget, Chris" [EMAIL PROTECTED] To: "Php (E-mail)" [EMAIL PROTECTED] Sent: Tuesday, April 17, 2001 4:56 PM Subje

[PHP] Javascript in a header

2001-04-14 Thread Dan Harrington
Hello, Am I brain damaged or will something like this work? header("Location:javascript:window.open('http://login.php?arg1arg2','','windowname')"); I want to popup a login script in a sub-browser window, and then pass the results back to the main window. Someone told me that the javascript in

[PHP] Javascript issue

2001-04-11 Thread Jack Sasportas
I am doing a basic mouseiver on a page where some php code also resides. I basically dump the top of the web page through a function page_top() which is just passing all the html java through a string, then pull some db stuff out, and finally call the page_bottom() which pulls in the rest of

[PHP] javascript to php

2001-03-29 Thread cam k
does anyone know how to pass values in javascript variables to php variables?? Or a workaround if no direct solution... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP] javascript to php

2001-03-29 Thread Jack Dempsey
what exactly are you trying to do? pass variables to a php script? then use a form with POST or GET...not that simple? describe better what you're doing then... -jack cam k wrote: does anyone know how to pass values in javascript variables to php variables?? Or a workaround if no direct

Re: [PHP] JavaScript and Submit

2001-03-28 Thread Renze Munnik
Ehhh... do you want to have them all go to the same page after a submit? With real submit buttons: If you don't, you can just change the 'action' of your form at the moment that someone pushes one of the submit-buttons. With 'fake' submit buttons: Otherwise (if they all have to go to the same

Re: [PHP] JavaScript and Submit

2001-03-28 Thread elias
Exactly, that how i'm doing at the moment, adding a hidden form that get changed after the onclick event of any of my fake submit buttons and even my a href="#" objects. "Renze Munnik" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Ehhh... do you want to have

[PHP] JavaScript and Submit

2001-03-27 Thread elias
Actually, when I want to submit a form programmatically i do myform.submit() but what if i got like 3 submit buttons and each one with a name? ie: submit1 button, submit2 button, and submit3 button. if the users clicks on of them, i can check in the action file like: if (isset($submit1)) { ... }

Re: [PHP] Is this possible? PHP + Javascript

2001-03-26 Thread Reuben D Budiardja
At 05:11 PM 3/26/01 -0600, Michael Champagne wrote: I have a huge database-driven list of clients with a checkbox next to each one. When I check one of these clients, I'm wanting one of those small javascript boxes to pop up and display the contacts for this client (another database lookup) and

RE: [PHP] Is this possible? PHP + Javascript

2001-03-26 Thread Joe Sheble \(Wizaerd\)
General Mailing List Subject: Re: [PHP] Is this possible? PHP + Javascript At 05:11 PM 3/26/01 -0600, Michael Champagne wrote: I have a huge database-driven list of clients with a checkbox next to each one. When I check one of these clients, I'm wanting one of those small javascript boxes

[PHP] javascript question

2001-03-12 Thread Miguel Loureiro
Hello all, I have a small problem, when using IE4.0 the property, in javascript, document.name_form_nameRadio[n].DISABLED it woks fine, but in Netscape 4.6 it dont. Anyone can give an ideia or an url for more information. I know that this isn't a php question, sorry. T.Y. all Miguel

Re: [PHP] Javascript and Php

2001-03-02 Thread Christian Reiniger
On Thursday 01 March 2001 13:19, you wrote: I'd like to include an inc file once a button id cliked! You can only request a new page. Period. PHP runs on the server, button clicks are evaluated on the client (browser). -- Christian Reiniger LGDC Webmaster (http://sunsite.dk/lgdc/) The use

[PHP] Javascript and Php

2001-03-01 Thread kaab kaoutar
Hi! I'd like to include an inc file once a button id cliked! I tried calling that function: function more() { ?php include "sessions.inc"; ?; // var f=?php include "sessions.inc"; ?; document.form1.action="formhtl_rd.html";document.form1.submit(); } but it fails! Any idea Thanks

[PHP] javascript VS php

2001-03-01 Thread Miguel Loureiro
Hello all I would like to know if its possible from a javascript function call a php function (uiuiuiuiui...) ? This because I have a bidimensional array, and when user select a option of a checbox, on javascript function I read the selectedIndex and want to see the values of that name ( see

Re: [PHP] javascript VS php

2001-03-01 Thread Reuben D Budiardja
Javascript (js) is client side and PHP is server side. So what you can do to call the php function is by re-submitting the page, with somekind of a flag from the js to call the php function. You write the php parts like: if($flag) callTheFunctions(args); Reuben D. B At 04:28 PM 3/1/01

[PHP] Javascript php

2001-03-01 Thread kaab kaoutar
Thanks! Does it mean that there is no way to execute a php statement after the click of a button ? then go to the other page mentionned in the form action ? From: "Johnson, Kirk" [EMAIL PROTECTED] To: "'kaab kaoutar'" [EMAIL PROTECTED] Subject: RE: [PHP] plese help! Date: Thu, 1 Mar

[PHP] JavaScript

2001-02-25 Thread Deependra B. Tandukar
Greetings! Is there any equivalent code for (JavaScript) a href=JavaScript:history-back(1)Back Button/a in php? This works as back button on the menu bar. Looking forward to hearing from you. regards, DT -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] JavaScript

2001-02-25 Thread Robert Gormley
The problem with this (the javascript history) is it bites on frames. One thing you could do is print("a href=\"" . $HTTP_REFERER . "\"Go back/a"); or some such. At least then you could do referer sanity checking to make sure you didn't dump the user somewhere nonsensical (if they've

Re: [PHP] JavaScript

2001-02-25 Thread Simon Garner
From: "Deependra B. Tandukar" [EMAIL PROTECTED] Greetings! Is there any equivalent code for (JavaScript) a href=JavaScript:history-back(1)Back Button/a in php? This works as back button on the menu bar. Looking forward to hearing from you. regards, DT Yes, but it works

Re: [PHP] Javascript running on another page

2001-02-19 Thread Richard Lynch
I'm fiddling around with the fopen function, using it on urls. I now need to know how to run a JavaScript on another page by using PHP. I know I'll be able to do it from the url if only there's a way to run JavaScript from the url (just by using an fopen). Is there a way to run a JavaScript

[PHP] Javascript running on another page

2001-02-16 Thread Liam Gibbs
I'm fiddling around with the fopen function, using it on urls. I now need to know how to run a JavaScript on another page by using PHP. I know I'll be able to do it from the url if only there's a way to run JavaScript from the url (just by using an fopen). Is there a way to run a JavaScript

[PHP] javascript in PHP statements

2001-02-15 Thread Matt Davis
I am new to php and I am wondering if it is possible to use a javascript variable in a php statement for example: // create sql statement $sql = "select * from main where businesstype = "consultancy" and top.upper.villagename = != "0";"; Is it possible to make this work if

Re: [PHP] javascript in PHP statement

2001-02-15 Thread Michael Hall
I am new to php and I am wondering if it is possible to use a javascript variable in a php statement for example: // create sql statement $sql = "select * from main where businesstype = "consultancy" and top.upper.villagename = != "0";"; As far as I know, no. Unless

RE: [PHP] javascript in PHP statement

2001-02-15 Thread DanO
age with control structures on it. DanO -Original Message- From: Michael Hall [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 12:06 PM To: Matt Davis Cc: [EMAIL PROTECTED] Subject: Re: [PHP] javascript in PHP statement I am new to php and I am wondering if it is possibl

[PHP] JavaScript, PHP and HTML

2001-02-02 Thread Augusto Cesar Castoldi
I have a .html page, that is "called" (openfile) by .php script. I did that to the designer have more freedon. But know I want to but an JavaScript to verify if a date/hour is a valid format for MySQL. Where should I put the JavaScript? In .php or .html? Or I should check the date and hour on

Re: [PHP] JavaScript, PHP and HTML

2001-02-02 Thread kaab kaoutar
: [PHP] JavaScript, PHP and HTML Date: Fri, 2 Feb 2001 09:16:00 -0200 (EDT) I have a .html page, that is "called" (openfile) by .php script. I did that to the designer have more freedon. But know I want to but an JavaScript to verify if a date/hour is a valid format for MySQL. Where sh

Re: [PHP] Javascript doesn't work with PHP????

2001-01-30 Thread Brian Clark
Hello Dhaval, (DD == "Dhaval Desai") [EMAIL PROTECTED] detected: DD I am facing a very big Proble,m with this javascript below: I have DD gotten a form validation script. Please copy the script save as DD .php and try it out..It doesn't server the purpose...Can anybody DD point me to right

[PHP] Javascript doesn't work with PHP????

2001-01-29 Thread Dhaval Desai
Hi! I am facing a very big Proble,m with this javascript below: I have gotten a form validation script. Please copy the script save as .php and try it out..It doesn't server the purpose...Can anybody point me to right direction: *** html

[PHP] JavaScript/PHP Function - Apache/IIS5 - Client Properties

2001-01-27 Thread [ rswfire ]
I need to get a whole bunch of client properties from a visitor on my site before a page is displayed. I do this using JavaScript. I first determine if the visitor's browser supports JavaScript, and if it does I run a function that basically builds a temporary page and returns a bunch of

RE: [PHP] JavaScript/PHP Function - Apache/IIS5 - Client Properties

2001-01-27 Thread Jonathan Sharp
im/her... Cheers, -Jonathan Sharp Director of Technology - Imprev Inc. Renwick Development Group - Flyerware http://www.flyerware.com/ Phone: (425)688-9200 Cell: (425)766-1398 EPage: [EMAIL PROTECTED] -Original Message- From: [ rswfire ] [mailto:[EMAIL PROTECTED]] Sent: Saturday, Janua

RE: [PHP] JavaScript/PHP Function - Apache/IIS5 - Client Properties

2001-01-27 Thread [ rswfire ]
rstand your code below. First of all, I do not want to use cookies at all - not anywhere on my network. Too much controversy. So I take advantage of the database in that respect. Secondly, does the code example below automatically submit itself?? I've never seen that done before... Robert Fr

Re: [PHP] javascript and php

2001-01-16 Thread Soeren Staun-Pedersen
It is easy to generate javascript through php,but how to call php through javascript. In fact, I'd like to update some form fields according to events on other fields. I can do this using javascript, but the values should be readed in a MySql database. You're in a serverside, clientside

Re: [PHP] javascript and php

2001-01-16 Thread Jørg V . Bryne
TED] To: [EMAIL PROTECTED] Sent: Tuesday, January 16, 2001 10:04 AM Subject: [PHP] javascript and php It is easy to generate javascript through php,but how to call php through javascript. In fact, I'd like to update some form fields according to events on other fields. I can do this using jav

[PHP] JavaScript/PHP documentation

2001-01-11 Thread Neil Zanella
Hello, I have noticed that while the JavaScript/PHP documentation looks much nicer only an HTML version of the PHP documentaion is distributed. I would like to know whether it would be possible to obtain the original much more pleasant to read JavaScript/PHP documentation so that users may

<    1   2   3   4   5   6