answersLogoWhite

0


Best Answer

Javascript is a client-side script, meaning it runs only in the browser. It has no access to the server. For access to the server, thus creating a back-end, you need to use a server-side scripting language such as ASP or PHP. If you want to make a more fluid interface, JavaScript and AJAX can be combined with one of the two aforementioned server-side scripts, effectively creating a back-end and a front-end.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How does files in javascript act as a backend?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are some free web hosting websites that support Javascript?

There are lots of free web hosting providers who support javascript and HTML files and other promising languages. please check one of them. like GoogieHost


Why should you consider placing javascript in an external file?

If you are using PHP for creating a website, it will turn into a mess if you don't use separate files for CSS & Javascript. It is not that much of a problem as external javascript functions are not that difficult to call from html or php files. The code looks neat and we can differentiate the problem areas more accurately. The problem obviously resides when you use ASP.NET & call external javascript files. ASP.NET assigns different client side and server side ids for controls. It maybe a good idea there to discard the external coding of javascript if javascript functions are not called


How do you save javascript?

You can save JavaScript files with any text editor of your liking. Just add the .js file extension and you're good to go.


What is suffix for react?

The suffix for React components is typically .jsx for JSX files and .js for JavaScript files. However, some developers may use .tsx for TypeScript files when using TypeScript with React.


How do you make ajava script file?

JavaScript files can be created with the extension .js Note that an accompanying HTML file must reference it in order for it to run as JavaScript. You can include the file in your HTML document by adding the following to the head or body of the document: <script type="text/javascript" src="myJavaScriptFile.js"></script> Replace myJavaScriptFile.js with the file name of your JavaScript file.


Example complete HTML css javascript code of a peronal blog site?

You can download the Wordpress files for blogs and review them.


What is an HTML converter?

An HTML Converter is a program that will take your HTML files and modify them to be able to be used with PHP, Javascript or ASP.


Which language is good for backend?

There are many programming languages that are well-suited for backend development, and the choice often depends on the specific needs and requirements of the project. Some of the most popular languages for backend development include: Java: Java is a mature language that is widely used for enterprise-level backend development. Python: Python is known for its ease of use and versatility, making it a popular choice for backend development. Ruby: Ruby is a dynamic language that is particularly well-suited for building web applications. Node.js: Node.js is a JavaScript runtime that is widely used for building scalable and high-performance web applications. PHP: PHP is a popular scripting language that is commonly used for building web applications and dynamic websites. Ultimately, the best language for backend development depends on the specific requirements of the project, as well as the expertise of the development team. jai Infoway Build Application


Could someone give me the JavaScript source that will let you put an unlimited amount of photos into a list of any order choose how long to show the each individual image then saves as a gif 2 you PC?

It can't be done. JavaScript isn't capable of saving files to your PC, or converting files from one format to another.


How i can design Calculator in HTML?

There is a simple HTML code for calculator with javascript download here. http://rapidshare.com/files/254061704/Simple_HTML_CalC.rar.HTML


Is php front end?

No where frontend and backend application has been defined categorically. If I say PHP is both front end and backend as well no one will agree with me, if mind set of men is that "it is a back end". It is a thinking of the mind set of men which is endless to talk about. If javascript is disabled, if Flash is disabled, styles in css do not work in web browser for example, then PHP,asp,cgi,perl all server scriping language may be called front end and back end as well. First mysql/oracle/MSSQL server were called backend server, after that scripting languages were called backend/frontend. The cause of such naming conventions might be for comparison of one man's work with another, which has pros and cons.


How do you perform image slideshow in php?

Image Slideshow is very difficult using php. Instead store the image files in an image folder and apply slideshow to them using javascript. Here's a reference to automatic slideshow using javascript: How_do_you_create_slide_show_using_javascript_code