Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
217 views

I am attempting to add a button to a page in order to run a Scheduled Script on Netsuite. I have done some successful debugging up until this point. After publishing the script, I tested the form on ...
Lem8820's user avatar
0 votes
1 answer
939 views

I am attempting to retrieve only blog posts (in my /content directory) that contain a certain tag in my Nuxt Content query. Due to the fact I am using a URL Query Parameter in my Nuxt Content query ...
Clarinetking's user avatar
0 votes
1 answer
663 views

HI I am writing a server script in Frappe Cloud where I am trying to update a particular doctype(which is NOT THE DOCTYPE I HAVE CHOSEN IN DOCTYPE EVENT) using frappe.db.set_value(), then in order to ...
Souradeep Sengupta Developer D's user avatar
4 votes
1 answer
3k views

i am new to NextJs and I'm tryin to make an app that every few hours make some requests to a database to update the data, but i can't figure out how to do it. The only place where i can do it is ...
Chris Tsironis's user avatar
1 vote
1 answer
1k views

I have a login/signup system using nodeJS. now the problem is when i use fetch() method on the client javascript side the res.redirect() method does not work. what could be the problem with fetch() ...
Ajwad Majed's user avatar
1 vote
1 answer
3k views

TLDR; Is there a way to directly redirect to a module while running the serverside code? Taking into account the modules filter settings etc. Hello, quite new to SN so sorry for the newbi question :) ...
Sulec's user avatar
  • 23
0 votes
0 answers
790 views

I have created a server side pagination datatable, but when created it shows only the limited records(10 records) on the first load of datatable. After the initial load there is only one button shown ...
Bannarisamy Shanmugam's user avatar
1 vote
1 answer
1k views

I am having problems getting a modal Bootstrap window to open up from server-side ASP.NET code, despite having followed all of the examples I find here. The code executes, and I get no JavaScript ...
RiverNet's user avatar
  • 121
-1 votes
1 answer
496 views

I have a classic asp page that when running do a lengthy check repeatedly calling 20 times the same vbscript function each time with different argument. The function returns either true or false (...
nonlinearly's user avatar
1 vote
1 answer
693 views

I am trying to authorize Sheets API v4 (including getting the credentials) through my webpage (let's suppose I have a button called "authorize google sheets"), so when anyone clicks that ...
Shihab Rashid's user avatar
0 votes
0 answers
45 views

I was just wondering if meteorJS exposes the code to the viewer on the browser like the javascript or can one write a pure server side program with it like in Python and render only the result in the ...
user973310's user avatar
-1 votes
1 answer
52 views

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
Manish Khemani's user avatar
0 votes
1 answer
320 views

**"My Code is : - I have Added the .Aspx Script, Also I have included the JS and .Cs part. This Code is Working and it returns more than 70k result and search and pagination functionality is not ...
Mohan Kumar's user avatar
0 votes
1 answer
191 views

I have code that is to upload an image file from the user's system, but on the server side, the uploaded image is not displayed and when I try to open manually, it says file format not supported Here ...
jacobay43's user avatar
  • 115
1 vote
2 answers
2k views

I'm using a datatable with server-side-scripting to show records on button click. The first time the button is clicked I am getting the response properly but the second time the button is clicked ajax ...
Jayesh's user avatar
  • 161
1 vote
1 answer
1k views

I'm creating one plugin to get data from custom table using datatable server side scripting. In query i'm getting right response but in ajax function call getting 400 bad request Request URL: http://...
Jayesh's user avatar
  • 161
0 votes
1 answer
569 views

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, ...
skyline's user avatar
  • 473
-3 votes
1 answer
483 views

I am just learning php. My approach to learning is that I start analysing the code in a language I am more familiar with. Hence, I am trying to replicate a PHP dashboard with PHP features like role ...
Abhilash Gopalakrishna's user avatar
-2 votes
2 answers
405 views

I learned that php and node.js are both server side script. I'm having hard time understanding the connection between node.js and running javascript on web browser. So can we not access files and ...
Jihun Choi's user avatar
0 votes
1 answer
101 views

I have the following like functionality //Have to connect to a websocket var websocket = new WebSocket(wsUri); var channel = new WebChannel(websocket); The webchannel returns an object that has ...
venkat's user avatar
  • 487
0 votes
1 answer
50 views

I have a code like the following function getData() { for(var i=0; i<someLength; i++) { if(i===0) { response = callApi(someValue[i]); } else if(i===1) ...
venkat's user avatar
  • 487
2 votes
0 answers
700 views

I recently started coding in Codeigniter MVC Framework and now i'm stuck with a problem and it's related to Datatables server side processing using AJAX. I have more than 7k rows in my Database Table ...
Ameer Hamza Nasir's user avatar
-1 votes
1 answer
135 views

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 ...
Wee Hong KOH's user avatar
1 vote
1 answer
2k views

I am trying to run a server-side cgi script coded in python but I am getting the following error while running it. Traceback (most recent call last): File "webserver.py", line 16, in <module> ...
user avatar
-2 votes
1 answer
267 views

The subject is for advanced developers. I want to load the game logic or some of it (c# files) at game load just like other assets (assetbundles, audio, images), variables and configurations. I also ...
Rami Mohamed's user avatar
  • 2,785
0 votes
1 answer
1k views

When querying my Cosmos DB Stored Procedure from Postman I get the following error and I don't understand why: { "code": "BadRequest", "message": "Message: {\"Errors\":[\"Encountered exception ...
Karl Staaf's user avatar
0 votes
0 answers
107 views

I may not use the correct terms ,please endure, Let's say I wanted to create a mini social network website, how would I store and handle the different profiles of the users on the server with python, ...
user avatar
2 votes
0 answers
59 views

I have a page with php code to upload user's picture for every account.Size of their image file must less than 100 kb size. I want prevent uploading file more than 100 KB on server from users(in ...
harix's user avatar
  • 277
4 votes
1 answer
2k views

I have an page with php code to upload user's picture for every account.Size of their image file must less than 100 kb size. I want prevent uploading file more than 100 KB on server from users(in ...
harix's user avatar
  • 277
0 votes
0 answers
376 views

I'm running an Android things app to monitor devices and I'm using NanoHTTPD to allow the user to see whats happening on those devices. I would like to be able to provide a button on the webpage that ...
David 's user avatar
0 votes
1 answer
3k views

In a global application within ServiceNow, you can access the current record by using $sp.getRecord(); However, that's not available in a scoped environment. Is there a substitute way to access the ...
Dave's user avatar
  • 1,277
0 votes
1 answer
131 views

I have a little problem in here. I'm new at cakephp and now have to developing a cakephp shell script to saving data into its database. The problem is, I work on default environment and need to save ...
caknia's user avatar
  • 1,251
0 votes
0 answers
74 views

Allow me to preface this by saying I know absolutely nothing about any version of ASP. I have been coding web pages off and on since the HTML3 days, but until last month (when I inherited a site ...
Jeff Drake's user avatar
2 votes
2 answers
1k views

Sorry, My question sounds dumb but i am bit confused about Node.js .I am a PHP developer and i know that php has operations and functions that execute on server and return result to client screen. I ...
Muhammad Hashir Anwaar's user avatar
7 votes
4 answers
24k views

I am a newbie so I saw some tutorials. I have a python script as first.py #!/usr/bin/python3 print "Content-type: text/html\n" print "Hello, world!" I have multiple versions of python on my computer....
Edward Elric's user avatar
-2 votes
1 answer
1k views

I am trying to make an mobile application which requests the server to run the script, and then the python script does some scraping and returns the data to the application. for testing purposes i ...
P.hunter's user avatar
  • 1,375
0 votes
0 answers
250 views

I am new to jquery datatable so I need help in fixing this issue: Whenever clicking on 'Next' page, api is getting called and response json is also displayed in datatable. Now, Clicking on 'Previous'...
Praveen Kumar's user avatar
1 vote
1 answer
268 views

I Got error in the datatable in mongodb please give solution... If Anyone have reference source code send me it will helpful for me.........................................................................
Smart Singam's user avatar
0 votes
1 answer
423 views

I have a 3D model (.max file) made in Autodesk 3ds max and I want to change textures of different objects by selecting from a list of textures on my website and get the whole scene rendered. For ...
SHANTTAM JAIN's user avatar
0 votes
1 answer
329 views

update (09 DEC 2017): I want prevent uploading file more than 100 KB on server from users and during uploading, if the upload volume exceeds 100 kilobytes, stop uploading progress and display warning ...
harix's user avatar
  • 277
0 votes
1 answer
1k views

I am new to Python and trying server side form handling. I have a simple html page with three input fields and and a textarea. When user fill in the details the form is processed and user presented ...
J Akhtar's user avatar
  • 667
-3 votes
1 answer
1k views

is it possible in nodejs, with express to hide the source-code in my static html directory, without rewriting new end-points for each html page? server code looks like this and my website is in the ...
user1709076's user avatar
  • 2,926
6 votes
3 answers
14k views

I'm trying to implement server side processing with data from sqlite on my Flask app. I am a newbie, so I can't figure out what's wrong. So far I have come to this: HTML: <table id="myTable" ...
tzoukritzou's user avatar
1 vote
1 answer
2k views

I have a Flask app and at some point a construct a complex query and display the results with datatables. This works fine, but I have a really large amount of rows so it takes a long time to render it....
tzoukritzou's user avatar
0 votes
0 answers
520 views

When any user clicks on the link then they redirect to main index.php web page and from there by clicking on the button by below code they redirect to a random page from three which mentioned in below ...
Rocky's user avatar
  • 67
0 votes
1 answer
1k views

I have asp.net Menu with server side click event. Menu renders properly with __doPostBack event for each menu item. But when I am overriding one of the menu item from javascript to pass different ...
ANIL MANE's user avatar
  • 1,415
0 votes
0 answers
39 views

I have a domain.com which is working perfectly. I have a php script in my domain which is infinite loop which is sleeping with doubled periods (for long polling purposes) lets say infinite.php. $...
Can Gokdere's user avatar
0 votes
1 answer
359 views

i have build a simple paypal-ipn listener: it listens for paypal sending me a http POST, reads its data out and sends it back to paypal, which should answer VALID if the data received matches the data ...
gaugau's user avatar
  • 916
0 votes
0 answers
67 views

I have a simple listener in python awaiting a http post request: import cgi import sys inputVars = cgi.Fieldstorage() f.open('test','a') f.write("how they come in: "+ str(inputVars)) The variables ...
gaugau's user avatar
  • 916
-2 votes
1 answer
52 views

I want to know how my content script can communicate with the backend script. I mean sending request from content script and get responce from backend script based on request.
Anurag Saha's user avatar