Saila
|
| Posted: 06/02/2002, 11:41 PM |
|
I have two problems: (I am using ASP and Access.)
1. My search result shows the output as name, photo and history (memo field). I show these outputs in three columns. If memo field is one liner, it shows the output is shown at the middle of form but when memo field is larger, it shows the results in stretch form (left side), so name field is shown in two rows. I want to make my outputs fixed.
2. I want to take my results in frame box (left side) with scroll bar, when I click a url name field, it should show the result at right side. Please also note that on the right side form should not display all records at first time. I want to hide my right side form for first time.
|
|
|
 |
Tom
|
| Posted: 06/03/2002, 6:59 AM |
|
Hi,
as for #2 refer to article under Tips and Articles section: http://www.gotocode.com/art.asp?art_id=100&
|
|
|
 |
Saila
|
| Posted: 06/03/2002, 9:12 PM |
|
Sorry, I could not solve the problem from 'tips'. Please tell me in detail that how I can insert the said code in my files. Actually, I have two files in asp 'contents.asp' and 'detail.asp'. Records are shown on the left side of page (in frame), when I click any record (hyperlink), it should show the details of that record in the right side of frame that is detail.asp. I am not using HTML pages at all. I am using ASP and Access
|
|
|
 |
|