How I can send data from a single form to multiple forms ? I mean after entering the data to one form and press submit button 5 to 10 new tabs will open with the data in there forms. Can it be done with html ?
no, you cannot do it only with html, you have to use Javascript or any other webbased programming language.
As Edy said you would need either JS or PHP to do this, if you look into PHP sessions this will help you alot. http://www.php.net/session Glen