Rahul Sharma (Editor)

Pascal server page

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

A Pascal Server Page is a dynamically generated web page produced using some sort of Pascal Script interpreter on the server side. When a web request is made, the Pascal Script code gets interpreted on the server and made output into the proper format (HTML, XML, JSON, plain text).

An example of Pascal Server Page as deployed on the server [2]:

The code above is an HTML armature containing Pascal Script code. The Pascal Script has been isolated within the “<%” and “%>” tokens. The Pascal Script code is interpreted on the server and the output (if any) is embedded into the HTML template. If a browser asks for the page above, it will actually get plain HTML code as the one below [2]:

To deploy and run Pascal Server Pages, a web server component with Pascal Scripting capabilities is required.

References

Pascal server page Wikipedia