hi,
i want to ask if it's possible to send data to an html doc to another html doc and execute an SQL query with the data received from the sender html page.

i made an ADO connection and executed a query in my html page. I must rebuid the query with the sent data from first page. But i dont want to use ASP. is there something like Request.Querystring in html?