Explain how the Target form element works.

What will be an ideal response?


The Target form element specifies the window or frame in which to display the data after processing if a script specifies that a new page should be displayed. The four targets are _blank, _parent, _self, and _top. The _blank target opens the referenced link (or processed data) in a new browser window, leaving the current window untouched. The _self-target opens the destination document in the same window as the one in which the form was submitted. The two other targets mostly are used with frames.

Computer Science & Information Technology

You might also like to view...

What is the difference between the following commands?

a. grep “John Doe” Students > /dev/null 2>&1 b. grep “John Doe” Students 2>&1 > dev/null

Computer Science & Information Technology

Explain the concept and usage of device special files.

What will be an ideal response?

Computer Science & Information Technology

The key management organization has implemented a key escrowing function. Which of the following technologies can provide protection for the PKI's escrowed keys?

A. CRL B. OCSP C. TPM D. HSM

Computer Science & Information Technology

A blind copy notation appears on the original letter and on all copies of the letter.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology