[thelist] Javascript submit()

Joshua Olson joshua at alphashop.com
Wed Oct 10 12:34:53 CDT 2001


----- Original Message -----
From: <martin.p.burns at uk.pwcglobal.com>
Subject: Re: [thelist] Javascript submit()


: Sorry - that was confusing.
:
: I was agreeing with Jeff that <input type="image"> should be
: used instead of <img onClick="submitIt(this)"> or somesuch, and
: providing supporting evidence.
:
: Cheers
: Martin

Actually, I', more sorry 'bout that.  Thought you were justifying your first
approach.  :)  I should've known better.

<tip type="Searching Code" author="Joshua Olson">
If you develop code on a NT/2k platform in then you have a tool at your
disposal you may not think of.  Any time you have to leave part of a piece
of code unfinished, put something like

  *in process*

in some code comments.  Then, use the Windows find utility to search for all
instances of *in progress* in the folder and all subfolders to quickly
remind yourself of the files where you've left code unfinished.  Useful for
when you know you are going to fall asleep at the wheel but you must drive
on.  When you pick your head up in the morning you don't have to think so
hard... just do the search.
</tip>

-joshua






More information about the thelist mailing list