Al Capone
03-28-2006, 07:18 AM
Hello and good evening :),
Ok, first off a little background, I am trying to make a form with many checkboxes and if the checkboxes are selected the next page will display the names checked in link format in a code box so they can put the output of links on there own blog/myspace
Example (Form Page):
Check Boxes - Names
X - John
X - Mike
- George
X - Al
as you can see, George is not checked
Example of what I want on next page:
<a href="http://www.hsauifhusaihfiu.com/John.htm">John</a>
<a href="http://www.hsauifhusaihfiu.com/Mike.htm">Mike</a>
<a href="http://www.hsauifhusaihfiu.com/Al.htm">Al</a>
I want to do this because the people who visit my site don't know much html so they won't know how to do linking so I want to make it easier for them by making a form which they check and the output comes out in ready to paste html on the next page.
I would be greatful if someone could be kind enough to tell me how this may be accomplished.
Ok, first off a little background, I am trying to make a form with many checkboxes and if the checkboxes are selected the next page will display the names checked in link format in a code box so they can put the output of links on there own blog/myspace
Example (Form Page):
Check Boxes - Names
X - John
X - Mike
- George
X - Al
as you can see, George is not checked
Example of what I want on next page:
<a href="http://www.hsauifhusaihfiu.com/John.htm">John</a>
<a href="http://www.hsauifhusaihfiu.com/Mike.htm">Mike</a>
<a href="http://www.hsauifhusaihfiu.com/Al.htm">Al</a>
I want to do this because the people who visit my site don't know much html so they won't know how to do linking so I want to make it easier for them by making a form which they check and the output comes out in ready to paste html on the next page.
I would be greatful if someone could be kind enough to tell me how this may be accomplished.