hii I want to pass some data between 2 html pages.And i want to use window.open() So how i can get the value of textfield of the first.html into the second.html??? eg In first.html i have 2 textfields and radio button and i have written something here So how to get it in Second.html using window.open
Yes, you can do this like this: window.open ("http://www.e-maniacs.com?myText=mytextValue", "mywindow","status=1,toolbar=1"); Regards
Actually there are many textfields and radio buttons in first.html So any other generic way.Because its registeration page So you think its a suitable way to send a data using urlrewriting?
Ah, you didn't said that at the begining. If it is a registration form, it is not good.Because you can easyly expose you. You need to do an form submit instead.