On Sunday, Nov 23, 2003, at 20:17 US/Pacific, Mike Schienle wrote:
On Nov 23, 2003, at 06:47 PM, Charles K. Clarkson wrote:
On Sunday, November 23, 2003 6:42 PM, Mike Schienle <[EMAIL PROTECTED]> wrote:
[snip] : Can someone point out what I'm missing in the -script section : that's commented out that would make it not work correctly? : The source of the file that's referenced is identical to what's : in the JSCRIPT variable.
It works fine for me.
Hmm, I must be doing something silly and haven't spotted it. Maybe some sleep will help :-)
I'd vote for 'sleep', since you have done a reasonable job of trying to keep the code reasonably aligned.
my $q = new CGI; print $q->header(), $q->start_html( -title=>'E-Tim Navigator', -author=>'Mike Schienle, [EMAIL PROTECTED]', -style=>{ 'src'=>'/styles/delta.css' }, -script=>{ -language=>'JAVASCRIPT', -src=>'/delta/js/openWin.js' } ), $q->start_form( -name=>'GUI', -onSubmit=>"return OpenWin()" );
in the morning you may be able to look at the rest of the stuff after the ';' where you had the '...' since the above generates what you say you want that part to do. It might be that you will want to start the next section with it's own print sequence?
ciao drieux
---
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]