This is topic Page Errors in forum Film Handlers' Forum at Film-Tech Forum ARCHIVE.
To visit this topic, use this URL:
https://ft-forum.com/ft/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic;f=1;t=000932
Posted by Colin Wiseley (Member # 247) on 05-03-2000, 07:05 AM:
For some reason this morning whenever I open a new page in film-tech or hit back to go to a previous page I'm getting the following error message:
I'm using IE 5.0 and if I hit debug it brings up InterDev and points to this section of code.
<script>
function submitonce(theform){
//if IE 4+ or NS 6+
if (document.all| |document.getElementById){
//screen thru every element in the form, and hunt down "submit" and "reset"
for (i=0;i<theform.length;i++){
var tempobj=theform.elements[i]
if(tempobj.type.toLowerCase()=="submit"| |tempobj.type.toLowerCase()=="reset")
//disable em
tempobj.disabled=true
}
}
}
</script>
If I use Netscape it works fine. Any idea what it is? Is it just me?
------------------
Colin Wiseley
Lyric Theatre
Blacksburg, VA www.thelyric.com
Posted by Pat Moore (Member # 380) on 05-03-2000, 07:43 AM:
I get the same thing, don't know what's going on. I just ignore...
Posted by Martin Frandsen (Member # 74) on 05-03-2000, 07:47 AM:
I use Netscape now, no problems! 
------------------
It's the new small talk. You do it so awfully well! - My Fair Lady
Posted by Bill Purdy (Member # 202) on 05-03-2000, 09:54 AM:
Just another case of Bill Gates' "INOVATION"!------------------
Bill Purdy
Comonent Engineering
Posted by Jason R. Weinsteiger (Member # 456) on 05-03-2000, 10:28 AM:
holy cow, man. i loaded this page, and then pressed Page Down and all of a sudden, an error box. i tried for like 2 minutes to figure out why i couldn't press any of the buttons, when i realized that it was a graphic supplied by you. i feel silly now, i'm gonna go lie down.jasoN
------------------
"That's what life is - a series of down endings. All Jedi had was a bunch of muppets." -Dante Hicks
Posted by Greg Anderson (Member # 235) on 05-03-2000, 10:35 AM:
I'm using an old version of Netscape on one computer and an old version of Explorer on another. I get an error message on each whenever I open a new page on this site. It only started happening in the last day or two.
Posted by Scott Norwood (Member # 30) on 05-03-2000, 10:55 AM:
Hmm...strange. It works fine with current versions Lynx (all platforms) and Netscape (Linux, WinNT, Solaris).
Posted by Brad Miller (Member # 2) on 05-03-2000, 01:45 PM:
That was a new update that was intended to prevent double and triple postings. The theory behind it is when you press the submit button, it will go dark and not allow you to press it a second time, thus only preventing those double posts we see from time to time. Unfortunately I found it did not work with the version of the software I am using, but since it did not affect any of my "test browsers", I just left it in the code rather then swimming back through it all to dig it out. I have now removed it from the source code. Does anyone still get the error? Sorry about that.
Posted by Martin Frandsen (Member # 74) on 05-03-2000, 01:58 PM:
Brad, just checkt with my IE5, no errors now! works perfect, again i use netscape normally for the forum. ------------------
It's the new small talk. You do it so awfully well! - My Fair Lady
Posted by Colin Wiseley (Member # 247) on 05-03-2000, 02:01 PM:
Mine seems to be working ok now. Thanks for fixing it, it's good to know that my machine wasn't messed up somehow.------------------
Colin Wiseley
Lyric Theatre
Blacksburg, VA
www.thelyric.com
Posted by Brian Potts (Member # 429) on 05-03-2000, 02:27 PM:
Maybe it's my computer, but, when I go into some of the topics that were posted earlier, I am still getting the error.
Posted by Scott Magie (Member # 368) on 05-03-2000, 11:15 PM:
Me too.
(IE, but I don't know what version. This isn't my computer and I'm too lazy to check.)
The error I get says something about it being a script error and asks if I'd like to continue processing the script. I've just been clicking the default, which is "yes" and haven't noticed any problems.------------------
Scott A. Magie
scoooot@hotmail.com
"Anybody wanna peanut?"
Posted by Brad Miller (Member # 2) on 05-04-2000, 02:08 AM:
Oops. Ok, I know how to fix that. (I'm getting a little bit "too" good at resurrecting a crash here.) The old threads will be fixed within the hour. Again, sorry 'bout that!
Posted by Chris Wootten (Member # 283) on 05-04-2000, 06:34 AM:
OK Brad......50 lashes with a wet noodle administered by a scantily clad......NO! you would enjoy that.... 
------------------
"I luv the smell of napalm in tha mornin !"
Keep Smiling......Chris
Posted by Colin Wiseley (Member # 247) on 05-04-2000, 06:47 AM:
I'm still getting the error on the posting page when I hit Submit Reply using IE 5.------------------
Colin Wiseley
Lyric Theatre
Blacksburg, VA
www.thelyric.com
Posted by Brad Miller (Member # 2) on 05-04-2000, 03:38 PM:
Looks like that code has written itself into some of the cgi files. Will get it taken care of this weekend.
Posted by Brad Miller (Member # 2) on 05-06-2000, 01:23 AM:
How is everything now? Anyone?
Posted by Oscar Neundorfer (Member # 458) on 05-06-2000, 06:12 AM:
Haven't had any problems so far this morning.------------------
Oscar Neundorfer
Chief Engineer
SMART Devices, Inc.
oscar@smartdev.com
Posted by Colin Wiseley (Member # 247) on 05-06-2000, 09:35 AM:
Let me see if it does it for this post...
Posted by Colin Wiseley (Member # 247) on 05-06-2000, 09:36 AM:
Looks like it's fixed using IE 5.0, thanks Brad!