Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aiml and javascript #2

Open
walide67 opened this issue Mar 10, 2017 · 0 comments
Open

aiml and javascript #2

walide67 opened this issue Mar 10, 2017 · 0 comments

Comments

@walide67
Copy link

hi
how i can to displaye a value of javascript variable in the template aiml??

<category>
<pattern>
i search *
</pattern>
<template>
<think>
<set name="mot"><star/></set>
</think>
<script language="JavaScript">
var mot='<star/>';
bot_recherche(mot);
</script>
</template>
</category>

i want to display the value of bot_recherche(mot)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant