Black Hills, huh? That would be in my "neighborhood"...
Thanks for sharing your page. I'm not sure that its going to help me,
however. Your page has a set number of fields all uniquely named and
referenced. I'm trying to figure out how to take something more like
a 2 column table that can have a varying number of rows. (The number
of rows needs to be flexible as each manager can oversee a different
number of people.) The first column would be the record key, and the
second column would be the salary adjustment from which other fields
would be calculated (ie a total adjustment amount field).
If I can create this, I'm thinking that I can then combine the key
with the adjustment and send it as one field, parse it out at the
server and then populate my table.
Does this make sense?
Zac Hester <news@planetzac.net> wrote in message news:<3f78c5db$1@news.enetis.net>...[color=blue]
>
> Hey Mark,
>
> Here's an implementation of my system here:
>
>
http://planetzac.net/test/apdb/wiapdb.php
>
> I just set it up for educational purposes, so there's no sensitive
> information there. Normally, I would password protect something like
> this, but there's no need in this case. Go ahead and play around with
> it and see how it works. Feel free to create new access points and
> alter their values.
>
> To see how the JavaScript works, just view the page source (it's all
> there). If you're interested in the server-side script, I wrote
> everything in PHP and I'd be happy to email you a copy of the code if
> you're interested in that as well.[/color]