Hi Rich
I wish I could cut and paste but my server is another machine so I have
to type it all out.
When I look at my ct.pl I see two types of entries
<input name= "xxxx" type=checkbox class=checkbox value=Y>
and
<input name= "xxxx" type=checkbox class=checkbox value=Y checked>
the last work 'checked' seems to cause the box to be 'checked' by default
Jeff Roberts
President and Owner
JR Electronics
Rich Shepard wrote:
On Thu, 6 May 2010, Jeff Roberts wrote:
If you use Firefox and want to know what perl module you're defaults are
in use: Tools/PageInfo and then select the 'forms' tab and look under
action, the end of that line will tell you where you're executing from,
for your case it does return the module ct.pl
Jeff,
No 'forms' tab in that window. There are 4 menu choices, but none have
information on forms. They all reflect login.pl as that's the page
displaying in the URL field of the browser despite my looking at the
customer search page.
In /usr/local/sql-ledger/bin/mozilla/ct.pl, line 332 reads,
push @a, qq|<input name="l_$form->{db}number" type=checkbox
class=checkbox value=Y> $vcnumber|;
which is different from the preceeding line (which is checked by
default):
push @a, qq|<input name="l_typeofcontact" type=checkbox class=checkbox
value=Y $form->{l_name}> $vcname|;
In other words, I'm not seeing the difference between the options
marked
as selected by default and those that are not so selected.
Thanks,
Rich
_______________________________________________
SQL-Ledger mailing list
[email protected]
http://lists.ledger123.com/mailman/listinfo/sql-ledger
_______________________________________________
SQL-Ledger mailing list
[email protected]
http://lists.ledger123.com/mailman/listinfo/sql-ledger