Current location: Hot Scripts Forums » Programming Languages » ASP » generate text boxes from value in a text box on previous page


generate text boxes from value in a text box on previous page

Reply
  #1 (permalink)  
Old 05-25-04, 06:27 AM
Omega2 Omega2 is offline
Newbie Coder
 
Join Date: May 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
generate text boxes from value in a text box on previous page

can anyone help me ?
I need to create a certain ammount of text boxes depending on a value of a text box on previous page

How can i go to do this ?
Reply With Quote
  #2 (permalink)  
Old 05-25-04, 07:25 AM
Omega2 Omega2 is offline
Newbie Coder
 
Join Date: May 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Smile

Quote:
Originally Posted by Omega2
can anyone help me ?
I need to create a certain ammount of text boxes depending on a value of a text box on previous page

How can i go to do this ?
Well figured it out without paying someone to do it for me

<%
dim icount

for icount = 1 to cint(numberMailboxes) %>
<tr>
<td>* Username</td>
<td><input type="text" name="Username_<%= icount %>"> </td>
<td>* Password</td>
<td colspan="2"><input type="text" name="Password_<%= icount %>"></td>
</tr>

<% next %>
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Classified Ads skipper23 Perl 3 11-22-05 02:22 AM
text box altafingar Visual Basic 2 05-08-04 10:20 PM
Visual basic text box altafingar Visual Basic 2 04-30-04 08:49 AM
Classified Ads skipper23 Perl 2 12-30-03 03:43 AM
picking random entries with a filter... Double selection problem dsumpter PHP 7 11-16-03 07:19 PM


All times are GMT -5. The time now is 04:22 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.