ID: 14300
Updated by: mfischer
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: Scripting Engine problem
Operating System: W2K
PHP Version: 4.0.6
New Comment:

Please ask support questions at [EMAIL PROTECTED]

bogus.

Previous Comments:
------------------------------------------------------------------------

[2001-11-30 11:31:07] [EMAIL PROTECTED]

Basically either the php interpretor or the apache interpretor is picking up onBlur, 
OnSubmit...really anything with on_____ command, when it has been encapsulated in a 
static string ie

This works:
fputs($fp,"<form name=\"form1\" method=\"post\" 
action=\"http://www.justspeak.com/thankyou2.php\"; onS"); fputs($fp,"ubmit=\"return 
checkrequired(this)\");>");

This bombs:
fputs($fp,"<form name=\"form1\" method=\"post\" 
action=\"http://www.justspeak.com/thankyou2.php\"; onSubmit=\"return 
checkrequired(this)\");>");

----Notice how I had to split up the onSubmit ----

I'm not sure whether this is an apache problem or a php java conflict....sounds like 
apache to me?


------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=14300&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to