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

XML with database, write a XML with database with book details( book id, au...

write a XML with database with book details( book id, author ,subject, published year, vendor,price, language )

Default values for gdi objects, Default Values for GDI Objects: The de...

Default Values for GDI Objects: The default color for the brush is white, pen is black, and default bitmap is null and the default font is system.

Features of user interface design, FEATURES OF USER INTERFACE DESIGN Th...

FEATURES OF USER INTERFACE DESIGN The features like how will the software's are used? Who will be the users? What will be the life of the software? During its lifetime how ofte

Aim - control statement, Aim: To exhibit what is the day when the seco...

Aim: To exhibit what is the day when the second command button is clicked and to clear the screen when the first command button is clicked. The functioning of this program is

Device context - visual c++, DEVICE CONTEXT The device context provides...

DEVICE CONTEXT The device context provides the essential drawing tools and the platform to draw. It helps to draw the text, shapes, lines etc. To create the device context, the

Gdi objects, GDI OBJECTS   The CDC provides 5 versions for the GDI obj...

GDI OBJECTS   The CDC provides 5 versions for the GDI objects. They are fonts, brushes, pens, bitmaps and regions. The Select Object function substitutes the current GDI objec

Create an application, 1. Create a new solution file named Ch03HandsOnProje...

1. Create a new solution file named Ch03HandsOnProject1. 2. Rename the form and set the filename of the form to frmMain and frmMain.vb, respectively. 3. Set the appropriate p

Vbscript dictionary object properties, Just like normal objects Dictionary ...

Just like normal objects Dictionary object also has definite properties. These properties can be set to any valid value & can be retrieved as and while required. Pr

Sum of numbers Calculator with Tryparse, I need assistance with writing the...

I need assistance with writing the Tryparse I have 98% of the assignment done.

For next repetition - control statement, For ..... Next Repetition Statemen...

For ..... Next Repetition Statement: To demonstrate the working of for .. next control statement, put a command button and a label control on the form. The Handle clicks the e

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