Just my opinion, but it is ALWAYS a good idea to terminate statements with semicolons, 
no matter if there is or isn't additional statements.

But thanks Chris for at least using standardized HTML coding practices.  I can't stand 
it when I see tags and the like that don't cooperate with standards.

Martin

>>> "Chris Earle" <[EMAIL PROTECTED]> 07/22/02 01:18AM >>>
You use the "onClick" feature like this:

<input type="text" name="text1" onClick="dd.value='<? echo $correct; ?>'">
no semicolon unless there is more than one thing being called/defined -- you
use single quotes within the onClick's double quotes

"Uma Shankari T." <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> Hello,
>
>  I need to display a value on the text box during onClick event where the
> data is fetched from the database..I have given the code like this but it
> is giving unterminated string constant..
>
>
> <input type=text name=text1 onClick=(dd.value="<? echo $correct; ?>");
>
>
> Can anyone please tell me how to solve this ...
>
>
> Thanks & Regards,
> Uma
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php 



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to