Question:

Help me with html program....urgent plzzz

by  |  earlier

0 LIKES UnLike

I create a registration form in html

When

I press the Submit button the browser should display the name and address of the sender...how can it be done?plz give me the code or idea..plz...i need it urgently

 Tags:

   Report

2 ANSWERS


  1. Yes, you can do it with Javascript.

    box = document.getElementById('textboxid');

    document.write(box.value);


  2. PHP

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions