Classic ASP DatabasesDiscuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
I have a table with several records. The user clicks on one of the records and passes the information to another asp page. I am not sure if I am passing the record correctly. Some might offer a an HREF but I can't seem to get it to work so I went with onClick but then it's not doing anything. Here is my code, maybe someone can see what I am doing wrong. Thanks in advance...
Here's another issue. After making it work, I realized that it's passing a sensitive information and displaying it in the URL. Is there a way to hide the parameter which in this case, the SSN so it won't he intercepted?
Can you please direct me to a link or give me a sample of a hidden form?
I went with Imar's second suggestion but would be curious to see how a hidden form works.