Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 06-10-2003, 09:07 AM   #1 (permalink)
moremonks
Registered User
 
Join Date: Jun 2003
Posts: 9
moremonks is on a distinguished road
Multiline Input Prompt

Is it possible through any means in VBScript to produce a prompt that contains multiple input lines (like a login prompt with both username and password)? Thanks.
moremonks is offline   Reply With Quote
Old 06-25-2003, 10:39 AM   #2 (permalink)
rdove
Masked Moderator
 
rdove's Avatar
 
Join Date: May 2002
Location: Indianapolis, IN
Posts: 260
rdove is on a distinguished road
You can, but I'm not exactly sure why you would want to do it this way. You could use a textarea tag and use the split function:

Code:
<%

TextSplit = Split(request.form("txtUserPass", vbcrlf)

Username = TextSplit(0)
Password = TextSplit(1)

%>

<form method="post" action="page.asp">
   <textarea name="txtUserPass"></textarea>
</form>
__________________
~Ryan

rdove is offline   Reply With Quote
Reply

Bookmarks

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Input a word, then spell it out backwards gamehead200 Standard C, C++ 2 10-23-2004 12:19 PM
Windows Joystick Input Amaranthine Standard C, C++ 1 06-14-2004 10:34 AM
Password Prompt moremonks HTML, XML, Javascript, AJAX 1 06-17-2003 11:02 AM
dynamic allocation..urgent help needed!!! kashif Standard C, C++ 4 04-21-2003 08:50 AM
Input and out put, Q&A Apodysophilia Java 6 04-08-2003 03:47 PM


All times are GMT -8. The time now is 10:18 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting