|
-
Mar 16th, 2002, 05:32 PM
#1
Thread Starter
Lively Member
JavaScript
When I am using VBscript in HTML-code I can recieve text from e.g. a textbox with this code:
<%var1=request.form("theText")%>
or
<%var1=request.querystring("theText")%>
Can this be done in JavaScript, or must I use Perl or cgi or something else if I want it to work on Netscape ??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|