[pandorabots-general] Putting it all together
R. B. Chandler
rbchandler at hotmail.com
Fri May 26 16:51:20 PDT 2006
For those of you who have been following along here and at the A.I. Nexus
wondering where this is all going. Let me put it all together for you.
You'll have to use my test bot to get the full effect (test bot:
http://www.galacticenterprise.com/bot-test.html). Type in: PERFORM TEST
FOUR.
First let me make one correction (on the Nexus): <font face="arial bold"
font color="red" font size="4"> could (will) draw an error message when you
try and load the AIML <font face="arial bold" color="red" size="4"> is all
you need except for the end tag</font> of course. Now let me run through a
list of the simpler stuff used.
<font face="arial bold" color="red" size="4"></font>
<font face="arial bold"></font>
<font color="red"></font>
<font size="4"></font>
<p/> = pargraph
<b></b> = bold
<i></i> = italicize
<u></u> = underline
<s></s> = strikethrough
I've used it all and then some with all the Iframe controls discussed also
to show the control of two external Iframes at the same time and
individually. The uses for this kind of control is endless and even though I
may never do what I was trying to do I have learned a lot in a very short
time and thought I'd share it. Below is the code for test four:
<category>
<pattern>PERFORM TEST FOUR</pattern>
<template>
This is test four for controlling Iframes outside the box.<br/>
<a Value="Change Two Frames at Once"
onClick="parent.frames[0].location='http://www.galacticenterprise.com/Bot-Test-IframeA.html';
parent.frames[2].location='http://www.galacticenterprise.com/Bot-Test-Iframe3a.html';"><font
color="red"><b>Just click on this text an see what
happens.</b></font></a><p/><b>Don't click on this part save it for the next
part.</b><br/><a
href="http://www.galacticenterprise.com/Bot-Test-IframeB.html"
target="iframe">Click here</a><br/><b>Pick one</b><br/><a
href="http://www.galacticenterprise.com/Bot-Test-Iframe3.html"
target="iframe3">No No Click Here</a><p/><iframe
src="http://www.galacticenterprise.com/Bot-TestB.html" width="100"
height="100" border="0"/><p/><font face="Times New Roman" size="5">This is
what happens to people who stay up late at night and think of this
stuff.</font><p/><font size="3" color="#198CFF">There is so much more you
can use a bot's response for besides chatter. You can use it to call up a
<b><i>menu</i></b> use it to load a <u>form</u> or <s>poll</s>. You can make
an Iframe part of the response or use the bot to control other frames. How
far we can go is only limited by our skill and imagination.</font>
</template>
</category> ...
More information about the pandorabots-general
mailing list