M
Mel Smith
Hi:
Enviro: Running my own apache server, many years experience in database
design and business apps. -- but only five months learning web page design.
and I'm using my own C-based CGI app to handle all forms (including
building, and modifying and sending them out on the net.
Situation:
A 600 entry online phone book where I have about 6 entries displayed in
the view port with a slider on the right-hand side. I use the <table>,<tr>
and <td> elements for this, plus an "EDIT" button in the name/phone block
that I wish to be viewed.
Problem:
After loading this page, I want to display a specific row(s).
I tried using:
<body onload="window.document.getElementById('lot318').focus();" >
(and of course, put the id="lot318" in the <input >element
But the display just showed the beginning of the table.
Thanks for Any comments
-Mel Smith
Enviro: Running my own apache server, many years experience in database
design and business apps. -- but only five months learning web page design.
and I'm using my own C-based CGI app to handle all forms (including
building, and modifying and sending them out on the net.
Situation:
A 600 entry online phone book where I have about 6 entries displayed in
the view port with a slider on the right-hand side. I use the <table>,<tr>
and <td> elements for this, plus an "EDIT" button in the name/phone block
that I wish to be viewed.
Problem:
After loading this page, I want to display a specific row(s).
I tried using:
<body onload="window.document.getElementById('lot318').focus();" >
(and of course, put the id="lot318" in the <input >element
But the display just showed the beginning of the table.
Thanks for Any comments
-Mel Smith