Showing posts with label bugs. Show all posts
Showing posts with label bugs. Show all posts

Friday, February 29, 2008

Internet Explorer 7 bug

You can not do this in Internet Explorer. For it to work, you must remove the div tags!

<div><script>document.body.appendChild(document.createElement('script'))</script></div>

May you be able to in IE8

Monday, January 7, 2008

My bug using php on a windows server

I was using webhost4life for my online chat (windows server). My scripts are written in php.
I was getting an error for it when I realized that I had extra carriage returns (enters) at the end of my php tag

eg
//code
?>