SparkyK
11-26-2003, 04:28 PM
I'm trying three things: code first:
parent.frames['main'].clearInterval(parent.frames['main'].interval_id);
parent.frames['main'].print();
parent.frames['name'].slide.submit();
I have a frame called 'main'. I want to shut the timer down, line 1, print the image in the frame, line 2, and submit the hidden values back to the originating PHP code, line 3. I must be doing something VERY wrong because the timer won't quit, I can't print and it won't jump to the PHP code. Could some kind soul help me...
Many bows and generous thanks would be bestowed upon my helper.
Sparky
Black Mesa Internet Services
parent.frames['main'].clearInterval(parent.frames['main'].interval_id);
parent.frames['main'].print();
parent.frames['name'].slide.submit();
I have a frame called 'main'. I want to shut the timer down, line 1, print the image in the frame, line 2, and submit the hidden values back to the originating PHP code, line 3. I must be doing something VERY wrong because the timer won't quit, I can't print and it won't jump to the PHP code. Could some kind soul help me...
Many bows and generous thanks would be bestowed upon my helper.
Sparky
Black Mesa Internet Services