[FX.php List] Bad HTML being generated from FX (Still)

David Ness dness at bondedbuilders.com
Wed Oct 1 09:26:43 MDT 2008


You need to close your input tags.

 

<input type ='hidden' value='123' name='CompanyID'

 

Should be

 

<input type ='hidden' value='123' name='CompanyID' />

 

Repeat for all input tags.

 

 

 

David Allen Ness

Database Systems Programmer

Web Applications Developer

 

 

________________________________

From: fx.php_list-bounces at mail.iviking.org
[mailto:fx.php_list-bounces at mail.iviking.org] On Behalf Of John Funk
Sent: Wednesday, October 01, 2008 11:12 AM
To: 'FX.php Discussion List'
Subject: [FX.php List] Bad HTML being generated from FX (Still)

 

This is the same unresolved problem I had before. My FX query is
generating some bad HTML that Internet Explorer cannot parse. All other
browsers will.

Below is the resulting html source. In RED is the HTML that if I delete
from a test.html page, the form will process OK

The page before is editing some company info, so I am guesing this is
the result of that. 

In  Blue below is the PHP that generated this html.

How do I get rid if this HTML?

John

 

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
/>

<title>Edit Company</title>

</head>

<body>

<input type ='hidden' value='123' name='CompanyID'

<input type ='hidden' value='3691' name='CompRecID'

<input type ='hidden' value='CS' name='Company'

<input type ='hidden' value='John Funk' name='Name'

<input type ='hidden' value='b' name='Company3'

<input type ='hidden' value='' name='Address'

<input type ='hidden' value='' name='PHArea'

<input type ='hidden' value='' name='PHPrefix'

<input type ='hidden' value='' name='PHNumber'

<input type ='hidden' value='' name='City'

<input type ='hidden' value='' name='FXArea'

<input type ='hidden' value='' name='FXPrefix'

<input type ='hidden' value='' name='FXNumber'

<input type ='hidden' value='' name='State'

<input type ='hidden' value='' name='StateOther'

<input type ='hidden' value='' name='Email'

<input type ='hidden' value='' name='Zip'

<input type ='hidden' value='' name='WebSite'

<input type ='hidden' value='' name='Country'

<input type ='hidden' value='' name='CompType'

<input type ='hidden' value='testtestststststst' name='Description'

<input type ='hidden' value='' name='CompType2'

<input type ='hidden' value='N' name='LearnMoreBold'

<input type ='hidden' value='N' name='LearnMoreLogo'

<input type ='hidden' value='123' name='CompID'

<input type ='hidden' value='b' name='Pass'

<input type ='hidden' value='2190909' name='RecID'

<input type ='hidden' value='Marina Product' name='PickSection'

<input type ='hidden' value='Submit Query' name='Submit'

<input type ='hidden'
value='193408062.626235810904953700.1219159482.1219159482.1219179690.2'
name='__utma'

<input type ='hidden'
value='193408062.1219159482.1.1.utmcsr=google|utmccn=(organic)|utmcmd=or
ganic|utmctr=boating industry buyers guide' name='__utmz'

 

<form action='editSelections.php' method='post'>

...

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20081001/abd827df/attachment-0001.html


More information about the FX.php_List mailing list