I'm new to web design and ASP, but I have an ASP poll which works perfectly and the results open in a seperate small pop up window.
However I want the results to display in a layer of the main page in place of the poll questions.
At the moment the whole of the main page is replaced by the results, what am I doing wrong?
Below is a simplification of the main page, in poll_ques.asp a submit button opens the database update page which then redirects to the results.asp page
Please can anyone help?
<html>
<head>
<title>Poll Frenzy</title>
</head>
<body>
<b>Today's poll</b>
<!-- #include file="poll_ques.asp"-->
</body>
</html>
However I want the results to display in a layer of the main page in place of the poll questions.
At the moment the whole of the main page is replaced by the results, what am I doing wrong?
Below is a simplification of the main page, in poll_ques.asp a submit button opens the database update page which then redirects to the results.asp page
Please can anyone help?
<html>
<head>
<title>Poll Frenzy</title>
</head>
<body>
<b>Today's poll</b>
<!-- #include file="poll_ques.asp"-->
</body>
</html>