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

Variant type - visual basic, Variant Type: If no data type is related ...

Variant Type: If no data type is related with the VB variables, it takes the default variant type. The variable x will be of the variant type when the two declarations below a

Control statements, CONTROL STATEMENTS   The conditional expression us...

CONTROL STATEMENTS   The conditional expression uses a comparison operator that results in true or false value. If the comparison is valid the outcome is true, or else the out

Creating constants in vbscript, In VBScript, You create user-defined consta...

In VBScript, You create user-defined constants using the Const statement. It lets you create string or numeric constants along with meaningful names and let you to assign them lite

Programming project using straight-line method, Depreciation to a Salvage V...

Depreciation to a Salvage Value of 0.   For tax purposes an item may be depreciated over a period of several years, n. With the straight-line method of depreciation, each year th

Attributes, departmental store attributes

departmental store attributes

Dictionary object in vbscript, The Dictionary object stores data as key, it...

The Dictionary object stores data as key, item pairs. A Dictionary object is the corresponding of a PERL associative array. Items, that can be any form of data, are stored in the a

Declaring variables in vbscript, You declare variables explicitly in script...

You declare variables explicitly in script via the Dim statement, the Public statement, & the Private statement. For illustration: Dim DegreesFahrenheit You declare multiple

Device contexts - windows programming, Device Contexts: The Device Con...

Device Contexts: The Device Context (DC) is represented by the data type Handle to Device Context (HDC). The HDC is a handle to somewhat you can draw on; it can be the whole s

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

Tooltip - intrinsic control, ToolTip: The ToolTip property is used to ...

ToolTip: The ToolTip property is used to flash a message regarding a control object when the mouse pointer moves over that object for a couple of seconds. Pick a control and c

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