Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3

Thread: Clear Input Box

  1. #1
    Join Date
    Jan 2008
    Location
    Torquay - UK
    Posts
    13

    Clear Input Box

    I have created a page that includes input boxes to gather Name, address, email and telephone. I click a submit button and the information is written to a text file. The information remains in the input boxes. I want to have a clear button that can be clicked to remove these entries ready for the next user. Is this possible is AutoPlay?

  2. #2
    Join Date
    Aug 2003
    Posts
    2,427
    In the button that collects the input text, at the end of your code just use -

    Code:
    Input.SetText("Input1", "");

  3. #3
    Join Date
    Jan 2008
    Location
    Torquay - UK
    Posts
    13

    Done It

    Thanks once again.

Similar Threads

  1. can i get a text from input box in under page?
    By lnd in forum AutoPlay Media Studio 6.0
    Replies: 6
    Last Post: 05-04-2007, 09:42 AM
  2. Input Box Wierdness
    By Roboblue in forum AutoPlay Media Studio 6.0
    Replies: 9
    Last Post: 11-18-2005, 01:20 PM
  3. Clear input box
    By bobbie in forum AutoPlay Media Studio 5.0
    Replies: 3
    Last Post: 04-27-2005, 09:56 PM
  4. HOWTO: Display Conditional Text Based Upon a List Box Selection
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-15-2002, 10:54 AM
  5. Packages and If Statements
    By Medlir in forum Setup Factory 6.0
    Replies: 4
    Last Post: 05-09-2002, 03:51 PM

Posting Permissions

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