docock
03-28-2007, 08:15 AM
I've got two asp files..in the first there are some html fields of which I want to transfer the values to the second asp file. So I want to read out the parameters in the second asp file.. How can I do that ?
|
||||
Read parametersdocock 03-28-2007, 08:15 AM I've got two asp files..in the first there are some html fields of which I want to transfer the values to the second asp file. So I want to read out the parameters in the second asp file.. How can I do that ? markingT 03-28-2007, 01:06 PM Hello, You must have <form action="page2.asp" method="post"> in your page 1. Later you can get those values using request object. Mark |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum