Tuesday, November 20, 2007

How to add the insert Reset button in the form

How to add the insert Reset button in the form

To add the insert Reset button in the form

Step 1

If you wish to add the insert Reset button in the form, first you need to open the Window menu. After that, you need to click the Objects command.

Step 2

Next, in the Object dialog box, you have to choose the Form tab and then select the Reset Button object.

Step 3

Finally, hold down the mouse button and drag the Reset Button object on the page.

Example: Form 1

Edited By: Norasyikin Mahmud

© 2001 ISC/Inner Esteem

All rights reserved. All other product names and trademarks are registered properties of their respective owners.

301001


How to add the Submit button in the page

How to add the Submit button in the page

To add the Submit button in the page

Step 1

To add the Submit button in the page, first you need to open the Window menu. After that, click the Objects command.

Step 2

In the Object dialog box, you need to choose the Form tab and then select the Submit Button object.

Step 3

Finally, hold down the mouse button and drag the Submit Button object on the page.

How to add the Password object in the page

How to add the Password object in the page

To add the Password object in the page

Step 1

To add the Password object in the page, the first thing you need to do is to open the Window menu. After that, you have to click the Objects command.

Step 2

Next, in the Object dialog box, choose the Form tab and then select the Password object.

Step 3

Finally, hold down the mouse button and drag the Password object on the page.

How to add the check box in the page

How to add the check box in the page

To add the check box in the page

Step 1

To add the check box in the page, first you need to open the Window menu. After that, click the Objects command.

Step 2

Later, in the Object dialog box, you have to choose the Form tab and then select the Check Box object.

Step 3

Finally, hold down the mouse button and drag the Check Box object on the page.

How to add the item in the list box

How to add the item in the list box

To add the item in the list box

Step 1

To add item in the list box, the first thing you need to do is to open the Window menu. Next, you need to click the Inspector command.

Step 2

After that, in the Inspector dialog box, click the New button and then enter the label in the Label text box. Next, you need to click the Duplicate button to copy. After that, click the Delete button to delete the label from the list box.

Step 3

Finally, the List Box menu as shown below will appear.

How to add the List Box object in the form

How to add the List Box object in the form

To add the List Box object in the form

Step 1

To add the List Box object in the form, first you need to open the Window menu. Next, you need to click the Objects command.

Step 2

After that, in the Object dialog box, you have to choose the Form tab and then select the List Box object.

Step 3

Now, you ought to hold down the mouse button and drag the List Box object on the page.

How to add the label in the Popup menu

How to add the label in the Popup menu

To add the label in the Popup menu

Step 1

To add the label in the popup menu, first you need to open the Window menu. After that, you have to click the Inspector command.

Step 2

In the Inspector dialog box, you ought to click the New button and enter the label in the Label text box. After that, you need to click the Duplicate button to copy. Later, you need to click the Delete button to delete the label from the list box.

Step 3

Finally, the Popup menu as shown below will appear.

How to add Popup menu

How to add Popup menu

To add Popup menu

Step 1

To add the Popup menu, first you need to open the Window menu and then click the Objects command.

Step 2

In the Object dialog box, you ought to choose the Form tab and then select the Popup object.

Step 3

Finally, hold down the mouse button and drag the Popup object on the page.

How to add the Text Area object

How to add the Text Area object

To add the Text Area object

Step 1

To add the Text Area object, the first thing you need to do is to open the Window menu. After that, you have to click the Objects command.

Step 2

Next, in the Object dialog box, you have to choose the Form tab and then select the Text Area object.

Step 3

Finally, hold down the mouse button and drag the Text Area object on the page.

How to add the Radio Button in the Form

How to add the Radio Button in the Form

To add the Radio Button in the Form

Step 1

To add the Radio Button in the Form, first you need to open the Window menu and then click the Objects command.

Step 2

Next, in the Object dialog box, choose the Form tab and then select the Radio Button object.

Step 3

Finally, hold down the mouse button and drag the Radio Button object on the page.

How to modify the Text Field Name

How to modify the Text Field Name

To modify the Text Field Name

Step 1

If you wish to modify the Text Field Name, first you need to open the Window menu. After that, you ought to click the Inspector command.

Step 2

Next, in the Inspector dialog box, you need to enter the text field name in the Name text box. You can also set the Value and Visible, and also the max of the character.

How to add the Text Field in the form

How to add the Text Field in the form

To add the Text Field in the form

Step 1

To add the Text Field in the form, first you need to open the Window menu. After that, you need to click the Objects command.

Step 2

Next, in the Object dialog box, choose the Form tab and then select the Text Field object.

Step 3

Now, hold down the mouse button and drag the Text Field object on the page.

How to add the form in the page

How to add the form in the page

To add the form in the page

Step 1

To add the form in the page, first you need to open the Window menu. After that, you need to click the Objects command.

Step 2

Next, in the Object dialog box, you have to choose the Form tab and then select the Form object.

Step 3

Next, hold down the mouse button and drag the Form object on the page.

68 How to add the label in the Form

Step 1

To add the label in the Form, first you need to open the Window menu. After that, you need to click the Objects command.

Step 2

Next, in the Object dialog box, you need to choose the Form tab and then select the Label object.

Step 3

Then, hold down the mouse button and drag the Label object on the page.

How to add the form in the page

How to add the form in the page

Step 1

To add the form in the page, first you need to open the Window menu. After that, you need to click the Objects command.

Step 2

Next, in the Object dialog box, you have to choose the Form tab and then select the Form object.

Step 3

Next, hold down the mouse button and drag the Form object on the page.

How to work with a simple java script

How to work with a simple java script

To work with a simple java script

Step 1

To work with a simple java script, the first thing you need to do is to use the mouse to create the Create Script button.

JavaScript sample

document.write("Your Local Time"),

currtime = new Date();

document.write("It is currently " + currtime + " where you live.")

The document.write() method writes an H1-formatted text string from the document to the screen of the browser.

The new Date()creates a new date object containing the long version of the current date from the viewer抯 operating system. This object is assigned to currtime.

The last line is output again to the browser抯 screen using a document.write() method, with the embedded currtime variable set to the current time and date.

Step 2

The result will appear as below.

How to work with adding or editing a java scripts

How to work with adding or editing a java scripts

To work with adding or editing a java scripts

Step 1

To work with adding or editing a java scripts, first you need to click the Java bean to open the JavaScript Editor. After that, you need to click the Events tab to see the objects that can have events attached and the events that they support. Next, click the Objects tab to display the complete inventory of JavaScript objects and methods available. Later, close the Java-script editor to save and click show in browser.

How to create Fixed Left, Variable Bottom Right frame

How to create Fixed Left, Variable Bottom Right frame

To create Fixed Left, Variable Bottom Right frame

Step 1

To create Fixed Left, Variable Bottom Right frame, the first thing you need to do is to open the Window menu and then click the Objects command.

Step 2

In the Object dialog box, you need to choose the Frame tab and then select the Fixed Left, Variable Bottom Right object.

Step 3

Then, you will see that the frame is inside the page.