php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14300 Picking up onBlur, onSubmit, OnLoad wrong
Submitted: 2001-11-30 11:31 UTC Modified: 2001-11-30 11:46 UTC
From: jrfurman at justspeak dot com Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.0.6 OS: W2K
Private report: No CVE-ID: None
 [2001-11-30 11:31 UTC] jrfurman at justspeak dot com
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?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-30 11:46 UTC] mfischer@php.net
Please ask support questions at php-general@lists.php.net.

bogus.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 10 20:01:26 2024 UTC