QUESTION POSED ON: 14 May 2002 I want to write the following line of code in the HTML header of the form <meta http-equiv ="Content-Type" content ="text/html; charset =x-user-defined">
While writing this in the HTML header it gives an error by highlighting http in red as "An operator or semicolon was expected but encountered: 'http."
Please tell me the way how to over come this problem. I want this code to execute in the beginning.
>
EXPERT RESPONSE
If I understand correctly, that you are trying to place this code in the HTML Head Content section of a form, the following code works for me:
<CODE>
"<meta http-equiv ="Content-Type" content ="text/html; charset=x-user-defined">";
</CODE>
Search and Browse the Expert Answer Center Search and browse more than 25,000 question and
answer pairs from more than 250 TechTarget industry experts.
TechTarget provides enterprise IT professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective IT purchase decisions and managing their organizations' IT projects - with its network of technology-specific Web sites, events and magazines.