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

Creating an order entry and editing application , Assume you are creating a...

Assume you are creating an order entry and editing application for a book store. An order consists of a product, quantity, total price, payment type including Credit/Debit card acc

Application to count the number of possible triangles, A triangle is equila...

A triangle is equilateral if all three sides are equal, isosceles if any two (but no more than two) sides are equal, and scalene if no two sides are equal. A triangle will be input

Sub and function procedures in code, In your code A, Function has to always...

In your code A, Function has to always be used on the right side of a variable assignment or in an expression. For illustration: Temp = Celsius(fDegrees) or Msg Box "The C

Menus and tool bars in visual basic, MENUS AND TOOL BARS   The Menu op...

MENUS AND TOOL BARS   The Menu options can be checked, enabled, disabled, and popped up on an object. The Menu Object: The Menu control is used to generate a menu in

Loops - VBScript, Using Loops to Repeat Code Looping let you to run a g...

Using Loops to Repeat Code Looping let you to run a group of statements repeatedly. Some loops repeat statements till a condition are False; others repeat statements till a con

Displaying the file without scrolling - document class, Displaying the file...

Displaying the file Without Scrolling: To display a file follow the steps as shown below: 1. Generate a SDI application. 2. Type the coding as shown in the Serialize els

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.

Vbscript error object clear method, Methods: VBScript Err Object ...

Methods: VBScript Err Object Clear Method Clears every property settings. Raise Method Generate a run-time error.

Retrieval methods - document in visual programming, Retrieval Methods: ...

Retrieval Methods: There are 3 ways to find a document. The primary method is a positional retrieval. This is achieved by keeping in mind where you left it. The next method is

Control array, CONTROL ARRAY The control array is a group of similar ob...

CONTROL ARRAY The control array is a group of similar objects with similar name. Adding controls with control arrays uses less resource than simply adding the multiple controls

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