Design a registration page, Visual Basic Programming

Assignment Help:

<HTML>

<HEAD>

<TITLE>ABC Software's Registration Page</TITLE>

</HEAD>

<BODY BGCOLOR=WHITE> <CENTER>

<FONT SIZE=7 FACE="Arial" COLOR=BLUE>ABC</FONT>

<FONT SIZE=5 COLOR=BLACK>Registration</FONT>

</CENTER>

<HR COLOR="BLUE">

<FONT FACE="COMIC Sans MS"> Thank you for taking time to download & test our new product. To serve you well, we ask that you submit the given information before downloading

<FONT FACE=ARIAL COLOR=BLUE>ABC</FONT>software.

<HR COLOR=RED WIDTH=75%> <CENTER>

<TABLE BORDER BORDERCOLOR="BLUE">

<TR>

<TD ALIGN=RIGHT>*Name:</TD>

<TD><INPUT TYPE="TEXT" NAME="TxtName">

</TD>

</TR>

<TR>

<TD ALIGN=RIGHT>*E-Mail:</TD>

<TD><INPUT TYPE="TEXT" NAME="TxtEMail"></TD>

</TR>

<TR><TD ALIGN=RIGHT>Address:</TD>

<TD><INPUT TYPE="TEXT" NAME="TxtAddress"></TD>

</TR>

<TR>

<TD ALIGN=RIGHT>City:</TD>

<TD><INPUT TYPE="TEXT" NAME="TxtCity"></TD>

</TR>

<TR>

<TD ALIGN=RIGHT>State:</TD>

<TD><INPUT TYPE="TEXT" NAME="TxtState"></TD>

</TR>

<TR>

<TD ALIGN=RIGHT>Zip:</TD>

<TD><INPUT TYPE="TEXT" NAME="TxtZip"></TD>

</TR>

<TR>

<TD ALIGN=RIGHT>Country:</TD>

<TD><INPUT TYPE="TEXT" NAME="TxtCountry"></TD>

</TR>

<TR>

<TD COLSPAN=2 ALIGN=CENTER><INPUT TYPE="SUBMIT" NAME="Btn1" VALUE="Send It!"><BR> <FONT SIZE=2>* Required Field</FONT></TD>

</TR>

</TABLE>

<HR COLOR=RED WIDTH=75%>

<FONT SIZE=2>Thanks!</FONT>

<SCRIPT LANGUAGE="VBScript">

<!--

Sub Btn1_OnClick

If TxtName.Value="" Or TxtEMail.Value="" Then

Dim MyMessage

MyMessage = "Please enter your name and e-mail address."

MsgBox MyMessage, 0, "Incomplete Form Error" End If

End Sub  -->

</SCRIPT>

</BODY>

</HTML>


Related Discussions:- Design a registration page

John Galt requests a program to double-check his Gas Bill, John''s gas supp...

John''s gas supply is read from a 4-digit meter each month that shows the current total gas used in cubic meters. The amount of gas used that month is determined by subtracting t

Messages - visual basic programming, MESSAGES The Windows-based applica...

MESSAGES The Windows-based applications do not make explicit function calls to acquire input. They wait for the system to pass the input to them. The system passes input to the

Login form, How to create a login form in vb 2010

How to create a login form in vb 2010

Switch 2 images, I have a problem with Visual Basic: exchangeable 2 image...

I have a problem with Visual Basic: exchangeable 2 images of place I have 2 picturebox''s placed a button when I click on the button, the 2 pictures of this place change with e

Project to display a database - data control, A Project to Display a Databa...

A Project to Display a Database: 1. Suppose that there are 5 fields describing a customer. Id, address, name, city & state. 2. Put 5 text boxes on the form to exhibit the r

Steps for creating a multiple document interface (mdi) form, Steps for Crea...

Steps for Creating A MDI Form: 1. Build a new form and set IsMdiContainer property to true. 2. Build a child form class to add to the form. 3. Now Right click the proj

Module - dialog box in visual basic, MODULE The Modules are the collect...

MODULE The Modules are the collection of VB statements. Modules are used to simplify the program development. To add a module to your project, choose the project tabpage, and t

Arrays, I need to design a logic for a program that allows a user to enter ...

I need to design a logic for a program that allows a user to enter 15 numbers, then displays each number and its difference from the numeric average of the numbers entered

Develop a web page for accepting information regarding stock, Develop a web...

Develop a web page that is used for accepting information regarding stocks. Make sure the form carry out the possible validations. The simple instance code below merely illustrates

Explain dtd elements and dtd attributes, Problem 1. Describe the concep...

Problem 1. Describe the concept of exception in .Net environment 2. Explain the process of adding, updating and deleting records with an example 3. Explain DTD elements a

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd