Search found 3 matches

by Tuhma
2006-02-27 09:35:42
Forum: Ant Movie Catalog > Templates
Topic: Template problem
Replies: 3
Views: 3133

Firefox understands Javascript, but not IEscript. document.all. name does not exist in Javascript. You have to use document.getElementById(' name ') where name is labelled as id=" name " in the HTML tag. I replaced that and now its working even worse if possible. Can anyone recommend me s...
by Tuhma
2006-02-24 05:07:08
Forum: Ant Movie Catalog > Templates
Topic: Template problem
Replies: 3
Views: 3133

Firefox understands Javascript, but not IEscript. document.all. name does not exist in Javascript. You have to use document.getElementById(' name ') where name is labelled as id=" name " in the HTML tag. I replaced that and now its working even worse if possible. Can anyone recommend me s...
by Tuhma
2006-02-23 12:48:11
Forum: Ant Movie Catalog > Templates
Topic: Template problem
Replies: 3
Views: 3133

Template problem

What is wrong with this code? Firefox won't show me page. <html> <head> <hta:application border="none" singleinstance="yes" windowstate="maximize" scroll="yes" caption="no" innerborder="no"> </hta:application> <style> body { background: bla...