[PHP] javascript, php and html commands

2002-02-01 Thread Eduardo Melo
My somebody help me solve the code below ? A have a COMBO called ~edicoes~ and i must to use the option selected to open an URL as shown below :   Edição / http://www.iasp.br/iasponline.php?edicao=javascript:document.forms['edicoes'].options[document.forms

Re: [PHP] JavaScript, PHP and HTML

2001-02-02 Thread kaab kaoutar
t;To: [EMAIL PROTECTED] >Subject: [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

Re: [PHP] JavaScript, PHP and HTML

2001-02-02 Thread Juan
ACC> But know I want to but an JavaScript to verify if a date/hour is a valid ACC> format for MySQL. ACC> Where should I put the JavaScript? In .php or .html? Well you could actually put it in both, although it is easier to put it the html since it avoids too much embeding. ACC> Or I should check

[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