How can I duplicate this ability?

Discussion in 'Programming' started by Drew007, May 19, 2007.

  1. #1
    Drew007, May 19, 2007 IP
  2. Drew007

    Drew007 Peon

    Messages:
    310
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    ----Bump-----
     
    Drew007, Jun 26, 2007 IP
  3. ProgrammersTalk

    ProgrammersTalk Peon

    Messages:
    684
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Store all info in some variables, and post them into templates' object. I personally haven't tried it myself, but I'm sure that you can do this, since it's all programming languages...? :) good luck
     
    ProgrammersTalk, Jun 26, 2007 IP
  4. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #4
    very basic as said. Store the details somewhere, or even with this example simply post them to the next page and then call them back to bind to a control so with posting and ASP as the site uses it would simply be <%=request.form("name") %> where you want the content from the form element called "name" to be shown.
     
    AstarothSolutions, Jun 28, 2007 IP