id like to put my talk bot(its vbs)on my html web page i usually test website

  • Thread starter Thread starter kggj
  • Start date Start date
K

kggj

Guest
code with tryit editor code pls? i made the chat bot with note pad and saved it as vbs heres the chat bot code

dim fname
dim sportname
fname=inputbox("hello whats your name?")
fname=inputbox("that beats mine(32457654)! by the way what is your favourite sport " & fname )
fname=inputbox("mine is browsing the web though thats not a sport just like you i also enjoy " & sname )
fname=inputbox("so do you like cats or dogs i love dogs")
fname=inputbox(" whats your favourite number?")
fname=inputbox("mine is pi, im sorry human but i have to go to talk to somebody more interesting!")
fname=inputbox("bye human")
 
Back
Top