Results 1 to 2 of 2

Thread: ASP Pages

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2001
    Location
    Keniltworth, Cape Town, Western Province, South Africa
    Posts
    2

    ASP Pages

    I have got two pages. One I am getting information from the database using a recordset. I display this information on the page in a table. Then I click on the displayed information and I then go to the next page. When the next page loads I want to see the information from the previous page in text boxes. How do I do this? How do I insert this information in text boxes? I have tried to use the JavaScript Document Object Module. It doesn't work because this information must happen on window upload, and my text boxes are in a table. I have read almost everywhere but nobody makes mention of this.

  2. #2
    Lively Member
    Join Date
    Jan 2001
    Posts
    118
    The easiest way of doing it.

    When You click on a link, send the UniqueIdentifer for that recordset over to the page. (this is the page you want textboxes).

    Run the same query, and just display the recordset in textboxes.

    I think it is the easiest way of doing it. You can use the
    document.innerHTML , but it is going to be a hassile.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width