| Macimoar |
09-30-2012 09:38 PM |
Problem with implementing JS into my website
OK, so I have a profile for a website and I recently wanted to add a JavaScript based temperature converter (not really related to the website or my profile, just for fun) and I know my code is right, because it works in other sites. but when I open my profile, my code for calling the JS document appears in the browser (tested on Safari and Firefox). When I view the source from the browser, I find that this "<x> has been added to my <script> tags. Here is a link to the profile page so you can see what the problem is: My Profile. I have tried many different doc type declarations in troubleshooting, so that shouldn't be the problem. Any help is appreciated.
SOLVED: I didn't realize that the website did not allow the implementation of JavaScript. It was therefore impossible to have the code work
|