python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Function: next from HTML POST form, logging as undefined on submit
Having an issue with my form, trying to submit a website address/keyword and a selected filter. Filters are updated from database so that's why only one option is shown
<div class="add-website...
Jake Unsted
Votes: 0
Answers: 2
how to update a variable in <script> tag from main?
In index.ejs I have a word cloud that is using wordcloud2.js.
<canvas id="canvas"></canvas>
<script>
WordCloud(document.getElementById('canvas')...
RSA
Votes: 0
Answers: 0
mvc controller returning error res.status is not a function
my controller file is giving me an error when using the code below. it says res.status is not a function.
does anyone know what the issue could be? It works if I put the function directly in my routes...
ashketchup
Votes: 0
Answers: 1
variable is undefined on ejs file
Im having a little problem on one proyect, Im using ejs as a template engine and expressjs as server framework, so the problem come when Im validating that the user data were correct and I pass a cons...
Raxabi
Votes: 0
Answers: 2