|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
I have a form like this:
<form name="myform" method="POST" action="showdata.asp"> This form contain a submit button and a textarea. I want, if i click the submit button, a new window should open using window.open, and the data in the textarea should be send using method="POST". So that the page showdata.asp can receive that data using: mydata = request.form("showdata") I don't want querystrings. Can any body help me. Thanks Burhan |
|
#2
|
|||
|
|||
|
Why not use target="_blank"?
<form name="myform" method="POST" action="showdata.asp" target="_blank"> |
|
#3
|
|||
|
|||
|
Quote:
Thanks for your comments, it realy usefull for me. But i cannot still achive me goal. How to hide menu,status bar, resizeable button, and address bar of the opening window by using that method? Thanks Burhan |
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > how to send data using POST method in javascript |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|