Click to See Complete Forum and Search --> : FAQ Maker Help


Ein
02-17-2003, 02:37 PM
I dont get how to paste this:
I am using Tripod but Im a little new at scripting.
Can someone please show me how to cut and paste this correctly. All help appreciated greatly!

<!-- TWO STEPS TO INSTALL FAQS PAGE:

1. Paste the code into the HEAD of your HTML document
2. Put the final code into the BODY of your HTML document -->

<!-- STEP ONE: Copy this code into the BODY of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Ronnie T. Moore, Managing Editor -->
<!-- Web Site: http://javascript.internet.com -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function showFAQ(form) {
form.answer.value = form.question.options[form.question.selectedIndex].value;
}
// End -->
</SCRIPT>
</HEAD>

<!-- STEP TWO: Add this code into the BODY of your HTML document -->

<BODY>

<center>
<form name=faqform>
<table border=1 cellspacing=0 cellpadding=5>
<tr bgcolor="#000099">
<td align=center><font face="verdana,arial" size="-1" color="#ffffff">
<b>Verona Sentinals FAQ</b></font></td>
</tr>
<tr bgcolor="#ffffcc"><td><font face="verdana,arial" size="-1"><br>
Browse the Frequently Asked Questions below and click for the answer.
<p>
<ul><select size=10 name=question onChange="javascript:showFAQ(this.form);">
<option value="[VS]accepts members through our guestbook. If you are unable to find it or have a problem refer to the Homepage where a Contact us button at the right hand side will redirect you to the proper authority.">&nbsp;&nbsp;&nbsp;-->&nbsp;&nbsp;How Do i join [VS]?
<option value="[VS]=Verona Sentinals
">&nbsp;&nbsp;&nbsp;-->&nbsp;&nbsp;What is [VS]?
<option value="Please leave a message of who to contact via e-mail or otherwise Clan leader time,location, and date of the Battle and please include what maps we will be playing or specify if its our choice. [VS] has the right to decline any offer given.">&nbsp;&nbsp;&nbsp;-->&nbsp;&nbsp;My clan wants to challenge [VS] what next?
<option value="[VS] Operates Easter Coast USA
-5 GMT time">&nbsp;&nbsp;&nbsp;-->&nbsp;&nbsp;What time is it where [VS] is?
<option value="Being Gamespy a valuable asset it can and will most likely be used for operations at any given time by the Clan leader [VS]Greg">&nbsp;&nbsp;&nbsp;-->&nbsp;&nbsp;Will Gamespy be used?
<option value="Gamespy is a Gaming application that uses games themselves for Combat based Peer to Peer skirmishes at set dates or any given time.
Gamespy is avalible for download via www.gamespy.com">&nbsp;&nbsp;&nbsp;-->&nbsp;&nbsp;What is Gamespy? and where can i get it?
<option value="Leave a message at the Forums or E-mail [VS]Greg">&nbsp;&nbsp;&nbsp;-->&nbsp;&nbsp;I have a problem with a Member,rule, map,clan what should I do?
<option value="No. As far as I have been informed there is no set ranking sysytem although [VS]Greg reserves the right to use one.">&nbsp;&nbsp;&nbsp;-->&nbsp;&nbsp;Is there a ranking system for [VS]?
<option value="Paintball only the orignal members play because we all live near eachother. This is Mostly a Counter-Strike clan.">&nbsp;&nbsp;&nbsp;-->&nbsp;&nbsp;[VS] is a Counter-Strike and Paint-what??
<option value="Me. [VS]Steve my e-mail is BonzaiEin@netscape.net ">&nbsp;&nbsp;&nbsp;-->&nbsp;&nbsp;I have a question, feedback to give who do i contact?
</select>
</ul>
<p>
And Their Answers:
<p>
<ul>
<textarea name="answer" rows=15 cols=50 wrap=virtual></textarea>
</ul>
</font>
</td>
</tr>
</table>
</form>
</center>

2 peachy
02-17-2003, 04:13 PM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Ronnie T. Moore, Managing Editor -->
<!-- Web Site: http://javascript.internet.com -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function showFAQ(form) {
form.answer.value = form.question.options[form.question.selectedIndex].value;
}
// End -->
</SCRIPT>
</HEAD>

<BODY>

<center>
<form name=faqform>
<table border=1 cellspacing=0 cellpadding=5>
<tr bgcolor="#000099">
<td align=center><font face="verdana,arial" size="-1" color="#ffffff">
<b>Verona Sentinals FAQ</b></font></td>
</tr>
<tr bgcolor="#ffffcc"><td><font face="verdana,arial" size="-1"><br>
Browse the Frequently Asked Questions below and click for the answer.
<p>
<ul><select size=10 name=question onChange="java script:showFAQ(this.form);">
<option value="[VS]accepts members through our guestbook. If you are unable to find it or have a problem refer to the Homepage where a Contact us button at the right hand side will redirect you to the proper authority."> --> How Do i join [VS]?
<option value="[VS]=Verona Sentinals
"> --> What is [VS]?
<option value="Please leave a message of who to contact via e-mail or otherwise Clan leader time,location, and date of the Battle and please include what maps we will be playing or specify if its our choice. [VS] has the right to decline any offer given."> --> My clan wants to challenge [VS] what next?
<option value="[VS] Operates Easter Coast USA
-5 GMT time"> --> What time is it where [VS] is?
<option value="Being Gamespy a valuable asset it can and will most likely be used for operations at any given time by the Clan leader [VS]Greg"> --> Will Gamespy be used?
<option value="Gamespy is a Gaming application that uses games themselves for Combat based Peer to Peer skirmishes at set dates or any given time.
Gamespy is avalible for download via www.gamespy.com"> --> What is Gamespy? and where can i get it?
<option value="Leave a message at the Forums or E-mail [VS]Greg"> --> I have a problem with a Member,rule, map,clan what should I do?
<option value="No. As far as I have been informed there is no set ranking sysytem although [VS]Greg reserves the right to use one."> --> Is there a ranking system for [VS]?
<option value="Paintball only the orignal members play because we all live near eachother. This is Mostly a Counter-Strike clan."> --> [VS] is a Counter-Strike and Paint-what??
<option value="Me. [VS]Steve my e-mail is BonzaiEin@netscape.net "> --> I have a question, feedback to give who do i contact?
</select>
</ul>
<p>
And Their Answers:
<p>
<ul>
<textarea name="answer" rows=15 cols=50 wrap=virtual></textarea>
</ul>
</font>
</td>
</tr>
</table>
</form>
</center>

</body>
</html>