Go Back   CodingForums.com > :: Computing & Sciences > Computer Programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-11-2004, 07:17 PM   PM User | #1
velious
Regular Coder

 
Join Date: Jun 2003
Location: California
Posts: 231
Thanks: 0
Thanked 0 Times in 0 Posts
velious is an unknown quantity at this point
Question HTML forms with vb code

A friend of mine who knows some programming told me that in order to make html forms and validate them with vbs, you need to mix the html tags inside the vbs code...or something like that, does anyone know what he was talking about?

...I go to www.w3schools.com for most of my questions but I could not find it so does anyone else have any good links they can recommend.
velious is offline   Reply With Quote
Old 02-12-2004, 09:10 AM   PM User | #2
shmoove
Regular Coder

 
Join Date: Dec 2003
Posts: 367
Thanks: 0
Thanked 0 Times in 0 Posts
shmoove is an unknown quantity at this point
Probably about ASP:
Code:
<%
  validAccount = someVBSFunctionThatValidatesTheAccount
  if validAccount then
%>
    <!-- the html for valid accounts goes here -->
<%
  else
%>
    <!-- the html for invalid accounts goes here
<%
  end if
%>
You need to save this as an *.asp page on your server, and the server needs to support asp and vbscript.
Check out the ASP forums for more info.

shmoove
shmoove is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 05:03 PM.


Advertisement
Log in to turn off these ads.