All Questions
Tagged with server-side-scripting serverside-javascript
9 questions
-1
votes
1
answer
45
views
Why We are using javascript in server-side?
Why we started using javascript in server-side ?? and which is the best javascript language for server-side ?? and why for e.g node.js
0
votes
1
answer
568
views
How to manipulate a record in beforeLoad functioni on NetSuite?
Currently, we have a SO Order(SO), after clicking the "Drop Ship" button, the page will direct to another page to create a Pruchase Order(PO).
Becasue if the values are grabbed in the pageInit stage, ...
-1
votes
1
answer
135
views
Running Task In The Background
What is the technology which allows the web application to process the task in the background without holding user to wait until the task to finish.
Example, as a user,
1. I want to submit a form ...
8
votes
1
answer
24k
views
Server Side Javascript On Apache Server
We intend to use Apache server for web development.
For serverside scripting we wish to use server side javascript.
What is needed to make serverside javascript work on Apache server?
Is SSJS ...
0
votes
1
answer
220
views
Update Azure SQL database failure
I'm using Azure Mobile Services with an android application which I am trying to get working with a SQL database in Azure. Im using a server-side JavaScript function within Mobile Services to handle ...
0
votes
2
answers
938
views
Keeping a script running server side at all times [closed]
I have created a website: http://instapromobiz.com that automates Instagram likes/follows/unfollows via Instagrams api mainly using javascript and a little php.
My issue is that clearly it only runs ...
6
votes
5
answers
13k
views
Server-Side javascript framework
I'm looking to replace PHP with something better (everybody seems to say that PHP is evil, right ?), and considering server-side JavaScript.
node.js seems very popular, but I'm afraid I'll go crazy ...
1
vote
2
answers
4k
views
Classic ASP with Server-Side Javascript, calling function in a different file
I've got a page X that is supposed to have hyperlinks to pages A, B, and C if certain conditions are met. What I'm hoping to do is (on the server as the page is being built) is prune out hyperlinks ...
0
votes
4
answers
3k
views
call nodejs scripts from html pages
I would like to call node.js scripts like i do with php, that is simply using their url.
I'm mainly a js programmer, so it would be wonderful for me to ditch out php totally and use node for the ...