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]
------------------------------------
Are you looking for a PHP job? Join the PHP Professionals directory Now!
http://www.phpclasses.org/professionals/Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/php-objects/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/php-objects/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:php-objects-digest@yahoogroups.com
mailto:php-objects-fullfeatured@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
php-objects-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
No comments:
Post a Comment