# IE is changing my code

**URL:** https://forum.kirupa.com/t/ie-is-changing-my-code/138078
**Category:** Uncategorized
**Created:** [February 19, 2005, 8:08pm UTC](https://forum.kirupa.com/t/ie-is-changing-my-code/138078 "2005-02-19T20:08:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Jeff\_Wheeler](https://avatars.discourse-cdn.com/v4/letter/j/59ef9b/32.png) [@Jeff\_Wheeler](https://forum.kirupa.com/u/Jeff_Wheeler)
#### Post date: [February 19, 2005, 8:08pm UTC](https://forum.kirupa.com/t/ie-is-changing-my-code/138078/1 "2005-02-19T20:08:10Z")

</div>

Another problem worthy of another thread.

For some reason, on my page whenever I view source in IE, it comes out as:

```auto
&lt;SCRIPT LANGUAGE=VBScript&gt;
on error resume next 
flash_works = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & required_version)))
&lt;/SCRIPT&gt;

```

I hate to give the page, but I will anyways:  
[http://www.nokrev.com/code/javascript-replace.html](http://www.nokrev.com/code/javascript-replace.html)

Thanks,  
Jeff
