Hello
I have a very basic form input box (it's basic because I am only interested, at this stage, in understanding the principle behind what happens) which requires the visitor to enter an e.mail address.
Once submitted, the e.mail address is inserted into a MS Access DB.
This basic form input box, written in normal HTML, calls an ASP page: <form action="mail_ac.asp" method="post">
The code behind the ASP page follows and it works, but now I am interested in being able to see all the database entries on a normal Web HTML page (it should probably be different to the HTML page on which the basic form appears).
The databse simply contains e.mail addresses, but how can I display them on a Web page (I would not particularly want anybody else to be able to see them)?
Any help appreciated
Best wishes
I have a very basic form input box (it's basic because I am only interested, at this stage, in understanding the principle behind what happens) which requires the visitor to enter an e.mail address.
Once submitted, the e.mail address is inserted into a MS Access DB.
This basic form input box, written in normal HTML, calls an ASP page: <form action="mail_ac.asp" method="post">
The code behind the ASP page follows and it works, but now I am interested in being able to see all the database entries on a normal Web HTML page (it should probably be different to the HTML page on which the basic form appears).
The databse simply contains e.mail addresses, but how can I display them on a Web page (I would not particularly want anybody else to be able to see them)?
Any help appreciated
Best wishes