Questions tagged [server-side-scripting]

Server-side scripting is a web server technology in which a user's request is verified by running a script directly on the web server to generate dynamic web pages. It is usually used to provide interactive web sites that interface to databases or other data stores. Popular Server Side Scripting languages are PHP, ASP, Java (JSP), Perl and Server-side JavaScript.

Server-side scripting is a web server technology in which a user's request is verified by running a script directly on the web server to generate dynamic web pages. It is usually used to provide interactive web sites that interface to databases or other data stores. This is different from client-side scripting where scripts are run by the viewing web browser, usually in JavaScript. The primary advantage to server-side scripting is the ability to highly customize the response based on the user's requirements, access rights, or queries into data stores.

From a security point of view, server-side scripts are never visible to the browser as these scripts are executed on the server and emit HTML corresponding to user's input to the page.

Popular Server Side Scripting languages are PHP, ASP, Java (JSP), Perl and Server-side JavaScript.

157 questions
0
votes
0 answers

If I write an application with MeteorJS, will I expose my code to the viewers visiting my page?

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 browser?
0
votes
1 answer

jQuery DataTable Server Side Processing Integration

**"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 working. Also it shows Page Unresponsive message on…
0
votes
1 answer

Image file uploaded to server is corrupted/format not supported; python, cgi and html

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 is the html code DICON…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/python-2.7" class="post-tag grid--cell" title="show questions tagged 'python-2.7'" rel="tag">python-2.7</a> <a href="../../questions/tagged/cgi" class="post-tag grid--cell" title="show questions tagged 'cgi'" rel="tag">cgi</a> <a href="../../questions/tagged/server-side-scripting" class="post-tag grid--cell" title="show questions tagged 'server-side-scripting'" rel="tag">server-side-scripting</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 14 '19 at 20:08">asked Jun 14 '19 at 20:08</time> <a href="../../users/11197186/jacobay43" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/11197186.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="jacobay43" /> </a> <div class="s-user-card--info"> <a href="../../users/11197186/jacobay43" class="s-user-card--link">jacobay43</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">115</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="11 bronze badges">11</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-54321929"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/54321929/how-to-manipulate-a-record-in-beforeload-functioni-on-netsuite" class="question-hyperlink">How to manipulate a record in beforeLoad functioni on NetSuite?</a></h3> <div class="excerpt">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, it cost much time to display the record(the more…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/netsuite" class="post-tag grid--cell" title="show questions tagged 'netsuite'" rel="tag">netsuite</a> <a href="../../questions/tagged/serverside-javascript" class="post-tag grid--cell" title="show questions tagged 'serverside-javascript'" rel="tag">serverside-javascript</a> <a href="../../questions/tagged/suitescript2.0" class="post-tag grid--cell" title="show questions tagged 'suitescript2.0'" rel="tag">suitescript2.0</a> <a href="../../questions/tagged/server-side-scripting" class="post-tag grid--cell" title="show questions tagged 'server-side-scripting'" rel="tag">server-side-scripting</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 23 '19 at 07:21">asked Jan 23 '19 at 07:21</time> <a href="../../users/8191812/skyline" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/8191812.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="skyline" /> </a> <div class="s-user-card--info"> <a href="../../users/8191812/skyline" class="s-user-card--link">skyline</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">443</li> <li class="s-award-bling s-award-bling__silver" title="9 silver badges">9</li> <li class="s-award-bling s-award-bling__bronze" title="31 bronze badges">31</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-53447131"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/53447131/node-js-synchronous-execution-of-websocket-s-object-functions" class="question-hyperlink">Node js - Synchronous execution of Websocket's object functions</a></h3> <div class="excerpt">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 list of functions //The following…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/node.js" class="post-tag grid--cell" title="show questions tagged 'node.js'" rel="tag">node.js</a> <a href="../../questions/tagged/server-side-scripting" class="post-tag grid--cell" title="show questions tagged 'server-side-scripting'" rel="tag">server-side-scripting</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 23 '18 at 12:55">asked Nov 23 '18 at 12:55</time> <a href="../../users/7407895/venkat" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/7407895.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="venkat" /> </a> <div class="s-user-card--info"> <a href="../../users/7407895/venkat" class="s-user-card--link">venkat</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">442</li> <li class="s-award-bling s-award-bling__silver" title="5 silver badges">5</li> <li class="s-award-bling s-award-bling__bronze" title="17 bronze badges">17</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-53442606"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/53442606/node-js-synchronous-execution-of-functions-through-loop" class="question-hyperlink">Node js - Synchronous execution of functions through loop</a></h3> <div class="excerpt">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) { responseInsert =…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/node.js" class="post-tag grid--cell" title="show questions tagged 'node.js'" rel="tag">node.js</a> <a href="../../questions/tagged/server-side-scripting" class="post-tag grid--cell" title="show questions tagged 'server-side-scripting'" rel="tag">server-side-scripting</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 23 '18 at 07:52">asked Nov 23 '18 at 07:52</time> <a href="../../users/7407895/venkat" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/7407895.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="venkat" /> </a> <div class="s-user-card--info"> <a href="../../users/7407895/venkat" class="s-user-card--link">venkat</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">442</li> <li class="s-award-bling s-award-bling__silver" title="5 silver badges">5</li> <li class="s-award-bling s-award-bling__bronze" title="17 bronze badges">17</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-49011952"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/49011952/how-to-get-body-of-cosmos-db-stored-procedure-request" class="question-hyperlink">How to get body of Cosmos DB Stored Procedure request?</a></h3> <div class="excerpt">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 while executing Javascript. Exception = TypeError:…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/azure-cosmosdb" class="post-tag grid--cell" title="show questions tagged 'azure-cosmosdb'" rel="tag">azure-cosmosdb</a> <a href="../../questions/tagged/server-side-scripting" class="post-tag grid--cell" title="show questions tagged 'server-side-scripting'" rel="tag">server-side-scripting</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 27 '18 at 15:10">asked Feb 27 '18 at 15:10</time> <a href="../../users/1903355/karl-staaf" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1903355.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Karl Staaf" /> </a> <div class="s-user-card--info"> <a href="../../users/1903355/karl-staaf" class="s-user-card--link">Karl Staaf</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> <li class="s-award-bling s-award-bling__bronze" title="2 bronze badges">2</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-48371004"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/48371004/how-to-store-user-profiles-for-a-social-network-website" class="question-hyperlink">How to Store user profiles for a social network website</a></h3> <div class="excerpt">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, would I use something like a dictionary? </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/python" class="post-tag grid--cell" title="show questions tagged 'python'" rel="tag">python</a> <a href="../../questions/tagged/server-side-scripting" class="post-tag grid--cell" title="show questions tagged 'server-side-scripting'" rel="tag">server-side-scripting</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card__deleted"> <time class="s-user-card--time" datetime="asked Jan 21 '18 at 19:48">asked Jan 21 '18 at 19:48</time> <div class="s-avatar s-avatar__32 s-user-card--avatar"> </div> <div class="s-user-card--info">user7943190</div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-4784512"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/4784512/script-interpreter" class="question-hyperlink">Script interpreter</a></h3> <div class="excerpt">What script engine do you use/know for server side scripting besides: Delphi Web Script Php Python Ruby Morfik I'm trying to create a list of less known scripting languages(preferable open source). </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/server-side-scripting" class="post-tag grid--cell" title="show questions tagged 'server-side-scripting'" rel="tag">server-side-scripting</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card__deleted"> <time class="s-user-card--time" datetime="asked Jan 24 '11 at 16:38">asked Jan 24 '11 at 16:38</time> <div class="s-avatar s-avatar__32 s-user-card--avatar"> </div> <div class="s-user-card--info">user497849</div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-47686030"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/47686030/how-can-i-call-a-server-side-function-in-nanohttpd" class="question-hyperlink">how can I call a server side function in NanoHTTPD</a></h3> <div class="excerpt">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 can transition one of the gpIO pins. just a…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/android" class="post-tag grid--cell" title="show questions tagged 'android'" rel="tag">android</a> <a href="../../questions/tagged/nanohttpd" class="post-tag grid--cell" title="show questions tagged 'nanohttpd'" rel="tag">nanohttpd</a> <a href="../../questions/tagged/server-side-scripting" class="post-tag grid--cell" title="show questions tagged 'server-side-scripting'" rel="tag">server-side-scripting</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 07 '17 at 01:07">asked Dec 07 '17 at 01:07</time> <a href="../../users/9064695/david" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/9064695.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="David " /> </a> <div class="s-user-card--info"> <a href="../../users/9064695/david" class="s-user-card--link">David </a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-46368703"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/46368703/servicenow-substitute-for-sp-getrecord-in-scoped-app" class="question-hyperlink">Servicenow: substitute for $sp.getRecord() in scoped app</a></h3> <div class="excerpt">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 current record in a scoped application? Here is…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/angularjs" class="post-tag grid--cell" title="show questions tagged 'angularjs'" rel="tag">angularjs</a> <a href="../../questions/tagged/widget" class="post-tag grid--cell" title="show questions tagged 'widget'" rel="tag">widget</a> <a href="../../questions/tagged/servicenow" class="post-tag grid--cell" title="show questions tagged 'servicenow'" rel="tag">servicenow</a> <a href="../../questions/tagged/server-side-scripting" class="post-tag grid--cell" title="show questions tagged 'server-side-scripting'" rel="tag">server-side-scripting</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 22 '17 at 15:54">asked Sep 22 '17 at 15:54</time> <a href="../../users/6777162/dave" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/6777162.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Dave" /> </a> <div class="s-user-card--info"> <a href="../../users/6777162/dave" class="s-user-card--link">Dave</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,257</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="27 silver badges">27</li> <li class="s-award-bling s-award-bling__bronze" title="58 bronze badges">58</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-4622906"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/4622906/how-to-pass-values-from-client-side-html-to-server-side-in-classic-asp-or-vbsc" class="question-hyperlink">How to pass values from client side html to server side in classic asp or vbscript?</a></h3> <div class="excerpt">I have a form in html and need to pass the values from the form to my backend which is vbscript/classic asp. So, what I need to do is to store these values in an array in my backend and after that pass these values in my MS-Access database, where it…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/ms-access" class="post-tag grid--cell" title="show questions tagged 'ms-access'" rel="tag">ms-access</a> <a href="../../questions/tagged/vbscript" class="post-tag grid--cell" title="show questions tagged 'vbscript'" rel="tag">vbscript</a> <a href="../../questions/tagged/asp-classic" class="post-tag grid--cell" title="show questions tagged 'asp-classic'" rel="tag">asp-classic</a> <a href="../../questions/tagged/server-side-scripting" class="post-tag grid--cell" title="show questions tagged 'server-side-scripting'" rel="tag">server-side-scripting</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 07 '11 at 05:58">asked Jan 07 '11 at 05:58</time> <a href="../../users/568545/benjamin" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/568545.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Benjamin" /> </a> <div class="s-user-card--info"> <a href="../../users/568545/benjamin" class="s-user-card--link">Benjamin</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> <li class="s-award-bling s-award-bling__bronze" title="1 bronze badges">1</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-45788469"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/45788469/cakephp-shell-switch-cake-env-on-the-go" class="question-hyperlink">CakePHP shell: Switch CAKE_ENV on the Go</a></h3> <div class="excerpt">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 data into another environment. I'm using this code…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/cakephp" class="post-tag grid--cell" title="show questions tagged 'cakephp'" rel="tag">cakephp</a> <a href="../../questions/tagged/console-application" class="post-tag grid--cell" title="show questions tagged 'console-application'" rel="tag">console-application</a> <a href="../../questions/tagged/cakephp-3.0" class="post-tag grid--cell" title="show questions tagged 'cakephp-3.0'" rel="tag">cakephp-3.0</a> <a href="../../questions/tagged/server-side-scripting" class="post-tag grid--cell" title="show questions tagged 'server-side-scripting'" rel="tag">server-side-scripting</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 21 '17 at 02:03">asked Aug 21 '17 at 02:03</time> <a href="../../users/665611/caknia" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/665611.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="caknia" /> </a> <div class="s-user-card--info"> <a href="../../users/665611/caknia" class="s-user-card--link">caknia</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,221</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="13 silver badges">13</li> <li class="s-award-bling s-award-bling__bronze" title="24 bronze badges">24</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-45443265"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/45443265/finding-server-side-functionality-in-asp-net" class="question-hyperlink">Finding Server-side Functionality in ASP.NET</a></h3> <div class="excerpt">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 written in ASP.NET), I’ve never even seen any ASP…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/asp.net" class="post-tag grid--cell" title="show questions tagged 'asp.net'" rel="tag">asp.net</a> <a href="../../questions/tagged/server-side" class="post-tag grid--cell" title="show questions tagged 'server-side'" rel="tag">server-side</a> <a href="../../questions/tagged/server-side-scripting" class="post-tag grid--cell" title="show questions tagged 'server-side-scripting'" rel="tag">server-side-scripting</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 01 '17 at 16:36">asked Aug 01 '17 at 16:36</time> <a href="../../users/7865656/jeff-drake" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/7865656.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Jeff Drake" /> </a> <div class="s-user-card--info"> <a href="../../users/7865656/jeff-drake" class="s-user-card--link">Jeff Drake</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">11</li> <li class="s-award-bling s-award-bling__bronze" title="4 bronze badges">4</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-4538683"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/4538683/is-using-javascript-for-repetitive-html-bulks-good" class="question-hyperlink">Is using JavaScript for repetitive HTML bulks good?</a></h3> <div class="excerpt">Let's say you have a menu that's the same for all pages of a website. Should you use client-side or server-side scripting for that? </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/client-side-scripting" class="post-tag grid--cell" title="show questions tagged 'client-side-scripting'" rel="tag">client-side-scripting</a> <a href="../../questions/tagged/server-side-scripting" class="post-tag grid--cell" title="show questions tagged 'server-side-scripting'" rel="tag">server-side-scripting</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 27 '10 at 12:38">asked Dec 27 '10 at 12:38</time> <a href="../../users/542308/darklighta" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/542308.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="DarkLightA" /> </a> <div class="s-user-card--info"> <a href="../../users/542308/darklighta" class="s-user-card--link">DarkLightA</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">14,980</li> <li class="s-award-bling s-award-bling__gold" title="18 gold badges">18</li> <li class="s-award-bling s-award-bling__silver" title="49 silver badges">49</li> <li class="s-award-bling s-award-bling__bronze" title="57 bronze badges">57</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/server-side-scripting_page=5" rel="prev" title="Go to page 5">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/server-side-scripting_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/server-side-scripting_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/server-side-scripting_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/server-side-scripting_page=10" rel="" title="Go to page 10">10</a> <a class="s-pagination--item" href="../../questions/tagged/server-side-scripting_page=11" rel="" title="Go to page 11">11</a> <a class="s-pagination--item" href="../../questions/tagged/server-side-scripting_page=7" rel="next" title="Go to page 7"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>