[PHP] javascript

2002-05-29 Thread burak delice
why is that code t working? http://localhost/Aksu/web/getimage.php?resim=K00.jpg $size = GetImageSize ("images/$resim"); echo ""; echo "WinName=\"";echo $resim; echo "\" "; echo "GoURL=";echo"\"images/resimgoster.php?res="; echo $resim; echo "\"; "; echo "var hdth="; echo $size[0]; ech

[PHP] JavaScript

2001-02-25 Thread Deependra B. Tandukar
Greetings! Is there any equivalent code for (JavaScript) Back Button 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 PROTECTED] For additional commands, e-mai

[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 that

[PHP] PHP-JavaScript

2002-01-20 Thread Mårten Andersson
Is it posible to get values from javascript to PHP? Without having to post the variables.. Thanks //Mårten _ Chatta med vänner online, prova MSN Messenger: http://messenger.msn.se -- PHP General Mailing List (http://www.php.net/

[PHP] Javascript Parser?

2002-01-26 Thread saif
hi, is there any site from where i can get the php scripts which can parse the javascript or at lest document.write(ln) part into php echo variable so that i dont need to implement javascript in my web documents(i have some documents writen in javascript so that i can insert them in any doc but no

[PHP] javascript delete

2002-02-04 Thread Mostafa Al-Mallawani
hi, i know this question's been asked before but i can't find the email...how do i do the delete link that pops up a message box with the information of the deleted entry using php? like the one in phpmyadmin 2.2.3. thanks. :)

[PHP] Javascript question...

2002-03-01 Thread Philip Jeffs
Hi, I know this is a PHP list but i thought someone might be able to help me out. I was looking at the Levi's website the other day and i noticed a cool script on there for opening pop-ups. They have managed to get rid of the usual window borders altogether and it looks really good. They have

[PHP] Javascript function

2002-05-04 Thread Morten Nielsen
Hi Is it possible to call a function in a javascriptpage from a PHP page? I have a function, which I use when the user press a button. I would like to call this function just by typing the name. Is that possible? Thanks, Morten -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Fw: [PHP] javascript

2002-05-29 Thread Kevin Stone
-Kevin - Original Message - From: "burak delice" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 10:33 AM Subject: [PHP] javascript > why is that code t working? > > //I am calling this php file as > //http://localhost/Aksu/we

[PHP] php, javascript

2002-05-31 Thread Gerard Samuel
Just a general question. Is it possible to embed php in pure javascript/dhtml code?? I tried but it didn't work, not sure if it was me or its not possible. Thanks... -- Gerard Samuel http://www.trini0.org:81/ http://dev.trini0.org:81/ -- PHP General Mailing List (http://www.php.net/) To un

[PHP] php & JavaScript

2002-06-24 Thread Luis Miguel N. Tavora
Hi there. I've tried to include a simple javascript in a .php file, but couldn't get it to work. Actually not even the php code worked at all... Is there any specific configuration flag that needs to be set up in the Apache server so that the javascripts work correctly? Thanks in advance Lu

[PHP] Javascript question

2001-10-29 Thread Rosen
Hi, This is not a PHP question, but can someone help me how to convert in lowercase the text into "INPUT" statment online ? (i.e. when the user press a key , the script automaticly to convert char in lowercase ) Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

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("Go back"); 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 bookmarked something in the middle of your

Re: [PHP] JavaScript

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

[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,

[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 Loureiro<[EMA

[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 ?

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: function fillForm(){ document.form_name.txt.value = document.form_name.a_selection.value; }

Re: [PHP] javascript ?

2001-07-25 Thread Angel Behar
Thanks 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" >

[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 th

[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 t

[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] php & javascript

2001-10-03 Thread nate
Hey all! I'm including some javascript that enables a button in a form to check all the check boxes at once. (I have an array of check boxes from a mysql db) I use: