EXAMPLE WEB SITE Example Web Site 




   » View Archived Polls


What can the poll do ?

The Poll Professional allows you to create polls that have an unlimited number of response options. You can ask for a simple Yes/No, or have 20 optional responses for your poll.

For each poll, you can decide whether you will allow people to cast multiple votes; or you can set it so your poll will only allow 1 vote per visitor.

For each poll you can decide whether or not to share the results with your visitors.


Inserting Poll

You have the ability to insert your poll anywhere in your web site. There are 2 ways of doing so:

1. Insert poll.asp in an iFrame
2. Add your site layout to the poll application.



1. Insert poll.asp in an iFrame

To enable your visitors to vote without leaving the page they are viewing, simply insert the following tag, referencing the poll.asp file:

<iframe frameborder="0" src="../poll.asp" width="220" height="300" scrolling="Auto" name="content"></iframe>

Please note that to modify how the poll is presented you need to open poll_insert_header.asp file and modify the CSS (Cascading Style Sheets) values near the top.


2. Add your site layout to the poll application

Another option of having poll pro on your web page is by adding your site layout to the poll itself. First, add your site layout to the poll_insert_header.asp and poll_insert_footer.asp files. Those 2 files are specific and only used by poll.asp file. Other parts of the Poll Pro application use the inc_header.asp and inc_footer.asp files.

Open all 4 files (poll_insert_header.asp, poll_insert_footer.asp, inc_header.asp, inc_footer.asp) and modify each set accordingly. To learn more about how to incorporate your site layout using the include files, please see this issue: http://www.expinion.net/support/issue_view.asp?ID=125