Hi Jean, If it's so "obvious" that's not the problem, I'm not sure what you expect from the group. If the problem is not in the javascript (as you posted in your other reply), and the problem is not in your PHP, then clearly the problem is not in anything you posted. We can only work with what you provide. -- Joe On Sep 25, 2008, at 2:27 PM, Jean Carlo wrote: > Obviously that's not the problem... that was just the cut of the > code to > paste it here > > ------------------------------------ > Hey Jean, > > It looks like the only thing wrong with the PHP is that you're > missing the opening <?php > > Did you test the JavaScript without the PHP call? It looks like if > you're experiencing an issue that's probably where's it's at. > -- > Joe > > On Sep 25, 2008, at 12:20 PM, Jean Carlo wrote: > > > Hi dear all! > > > > I want to after I make an if(.) if it's true call a javascript > > function, but it doesn't work, here is the code > > > > if ( ($this_user == $my_user)&&($this_pass == $my_pass) ){?> > > > > <script type="text/javascript"> > > > > // Not work from here > > > > document.send.int_amount.readonly = false; > > > > display(0); // Function in javascript > > > > // To here > > > > </script> > > > > <?php } ?> > > > > Any idea how can make this work? > > > > [Non-text portions of this message have been removed] > > > > > > > > [Non-text portions of this message have been removed] > > ------------------------------------ > > Are you looking for a PHP job? Join the PHP Professionals directory > Now! > http://www.phpclasses.org/professionals/Yahoo! Groups Links > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.169 / Virus Database: 270.7.2/1690 - Release Date: > 9/25/2008 > 7:05 AM > > > [Non-text portions of this message have been removed]