PB Code Zone
Option Form Pop Up
Will you visit my site again? Yes.
No.
Option Form Pop Up This script asks a yes or no response in a radio button and displays a message based on what was input in a pop-up alert box. Here is a sample:
Will you visit my site again? Yes.
No.
You can change the question and alert text response as you'd like.
TIP If you've ever tried to show HTML commands on a webpage, you know that if you put the information between carats < and > the tag will activate and you will not be able to view the tags. There are several ways to get around this. The easiest way to do this is to place the first carat between carats, then add your codes and finnish the tag with a single carat like this: <<>add the code here<>> <<>this<>> will do the job.