Tagged Questions

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.

learn more… | top users | synonyms

10
votes
5answers
5k views

How can I generate a screenshot of a webpage using a server-side script?

I need a server-side script (PHP, Python) to capture a webpage to a PNG, JPG, Tiff, GIF image and resize them to a thumbnail. What is the best way to accomplish this? See also: Web Page ...
6
votes
2answers
562 views

How do I secure scripts run using javax.scripting?

I am using javax.scripting to add support for running arbitrary user-uploaded JavaScripts on the server-side. Obviously I want to secure those scripts! Rhino, on it's own, has a framework for ...
5
votes
1answer
138 views

Why is \n not working on one line of my PHP script, but is fine on all the others?

I'm writing an e-mail message to be sent on submission of a form. For some reason, the \n character displays correctly on all lines but one. I can't see any difference between this line and the ...
2
votes
7answers
270 views

C++ Server-Side-Scripting

For once, I have come across a lot of stuff about the use of C++ being not advisable for SSS and recommending the use of so called interpreted languages like PERL and PHP for the same. But I need the ...
1
vote
1answer
92 views

Server-side COLLADA converter

I'm building a web form to accommodate users uploading .obj and .fbx 3D models to a site. We need a server-side solution to convert these files to Collada (dae). It would be massively helpful if ...
1
vote
3answers
70 views

reading excel server-side

I need to develop a service and install it into a w2003 box to read excel files a then process its info. The process is as follows, users will upload excel files using FTP and then my service must ...
1
vote
2answers
436 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 ...
1
vote
3answers
89 views

grep only for certain word on line

Need to grep only the word between the 2nd and 3rd to last / This is shown in the extract below, to note that the location on the filename is not always the same counting from the front. Any ideas ...
1
vote
2answers
205 views

Requesting a website by client side script = Cross Side Scripting Hack. But requesting a website by server side script is not a hack! Why?

Generally, when we want to show the contents of some web page in the same page, we go for ajax requests. If say, I request to a web page in different domain with AJAX, it is not allowed because of the ...
1
vote
1answer
40 views

Metaprogramming on web server

From time to time, I find myself writing server code that produces JavaScript code as the output result. I can point out why it is really bad: Inextricable tie between server code and client code. ...
1
vote
3answers
3k views

Nested server side blocks in ASP.NET MVC?

hey guys, Lately, I'v been struggling with an annoying situation on ASP.NET MVC. Here's the story in short, I'm supposed to have a view that lists all of the products; now because those products are ...
1
vote
3answers
968 views

Add simple server-side scripting to ASP.NET

I need a simple server-side scripting solution for the following problem: My client has me making a site in ASP.NET MVC. I'm coding the whole site but there's a section they want to be able to expand ...
0
votes
3answers
51 views

How to use JavaScript code on server-side?

I have used javascript (and jquery) to use google api for its search engine. But now I think it must be done on server side.Using it on client side can expose some critical portion of site to client ...
0
votes
1answer
41 views

Adding server-side script and RSS feed to Sharepoint 2007?

I am investigating if the functionality of some CGI scripts written in Perl that we run on a web server can be migrated to our Sharepoint 2007 server (MOSS). The CGI scripts are not complicated. ...
0
votes
1answer
134 views

VPN Connection through PHP or some other server-side scripting?

Ok, let me first start off by saying that I've only ever dealt with VPN access through windows by setting up a connection through the control panel. It's pretty simple since everything is pretty much ...
0
votes
3answers
31 views

Generating Flex like graphics server side

I know flex is a client side technology, but our customers are asking us to e-mail them reports (i.e. graphic images) that look just like the flex graphics we show them on the desktop on a nightly ...
0
votes
2answers
42 views

Serverside Google Analytics for Mobile - is there an async implementation?

The current code given by Google for ServerSide (JSP/PHP) tracking of mobile sites for non-javascript clients uses a blocking method: ...
0
votes
1answer
49 views

Alternate option for RegisterClientScriptBlock, Is going for 100% javascript good option?

i have following situation try { // do something } catch(Exception e) { RegisterClientScriptBlock(); // **can i do this using Jquery replacing RegisterClientScriptBlock** } i have aspx ...
0
votes
0answers
38 views

apache mina + scripting module (mozilla rhino)

I want to build a server based on apache mina and I want to build a javascript api (based on mozilla rhino ) . I want to ask if there is something related already build, also based on your experience ...
0
votes
4answers
213 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 ...
0
votes
6answers
658 views

How to pass PHP array parameter to Javascript Function?

index.php <script type="text/javascript" src="javascript.js"> </script> <?php $movies = array("Bloodsport", "Kickboxer", "Cyborg", "Timecop", "Universal Soldier", "In Hell", "The ...
0
votes
3answers
169 views

Creating a fully functional website while only using vanilla coding

When I say "Vanilla Coding", I am referring to websites that don't utilize server side coding (such as PHP, ASP, etc.), only HTML, JavaScript, and CSS. I know that there are a plethora of sites that ...
0
votes
0answers
46 views

Rendering PartialView containing some logic through jquery

I have a PartialView containing html & server-side code (using <% ...%>). From another View I am trying to call a controller's method (i.e. Reply, as in code below) which would load/render ...
0
votes
1answer
379 views

How to pass values from client side html to server side in classic asp or vbscript?

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 ...
0
votes
2answers
68 views

Is using JavaScript for repetitive HTML bulks good?

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?
0
votes
3answers
607 views

Java : Display list of directories and files on the server through a web page

I want to implement something as follows: The user uploads different types of files on the server. My requirement is to display the list of all the files and directories on the server using a web ...
0
votes
3answers
149 views

Extract SQL query from a Web Page independent of the Scripting language

At present i am doing a project regarding SQL injection. I am doing it in such a way that it will find the SQL injection independent of the server side scripting.. whether it may be jsp or asp or php. ...
0
votes
3answers
906 views

Including a PHP file, treats relative URLs from that directory

I have a PHP file at my server root.. index.php .. which include's .. DIR/main.php Now .. DIR/main.php .. include's many nearby PHP files using relative URLs using .. include("./common1.php"); Any ...
0
votes
4answers
205 views

Dynamic Client Script

I need to write a java script. This is supposed to validate if the checkbox is selected in the page or not. The problem here is that the check box is inside a grid and is generated dynamically. The ...
-1
votes
1answer
54 views

something different [closed]

I am trying to call a serverside method in javascript function fn(){ PageMethods.Myfn(MyfnSuccess); } Everything is in place webmethod, scriptmanager, etc. I get an error: Microsoft ...