W3 Updates, HTML, XHTML, CSS, JavaScript, AJAX, XML, PHP, Ruby, PHP Frameworks

Archive

Posts Tagged ‘ASP’

ASP/PHP Example

August 8th, 2011

AJAX is used to create more interactive applications. AJAX ASP/PHP Example The following example will demonstrate how a web page can communicate with a web server while a user type characters in an input field: Example Start typing a name in the input field below: First name:  Suggestions: Try it yourself » Example Explained – [...]

Read More >>

Author: Categories: AJAX Tags: , ,

ASP Quick Reference

June 20th, 2011

ASP Quick Reference from W3Schools. Print it, and fold it in your pocket. Basic Syntax ASP scripts are surrounded by <% and %>.  To write some output to a browser: <html> <body> <% response.write(“Hello World!”) %> </body> </html> The default language in ASP is VBScript. To use another scripting language, insert a language specification at [...]

Read More >>

Author: Categories: ASP Tags: ,

ASP – AJAX and ASP

June 20th, 2011

JAX is used to create more interactive applications. AJAX ASP Example The following example will demonstrate how a web page can communicate with a web server while a user type characters in an input field: Example Start typing a name in the input field below: First name:  Suggestions: Try it yourself »   Example Explained [...]

Read More >>

Author: Categories: ASP Tags: ,

ASP Folder Object

June 20th, 2011

The Folder Object is used to return information about a specified folder. The Folder Object The Folder object is used to return information about a specified folder. To work with the properties and methods of the Folder object, you will have to create an instance of the Folder object through the FileSystemObject object. First; create [...]

Read More >>

Author: Categories: ASP Tags: ,

ASP AdRotator Component

April 27th, 2011

ASP AdRotator Component The ASP AdRotator component creates an AdRotator object that displays a different image each time a user enters or refreshes a page. A text file includes information about the images. Syntax <% set adrotator=server.createobject(“MSWC.AdRotator”) adrotator.GetAdvertisement(“textfile.txt”) %>   ASP AdRotator Example Assume that we have the following text file, named “ads.txt”: REDIRECT banners.asp [...]

Read More >>

Author: Categories: ASP Tags: , ,

ASP TextStream Object

April 27th, 2011

The TextStream object is used to access the contents of a text file. The TextStream Object The TextStream object is used to access the contents of text files. The following code creates a text file (c:\test.txt) and then writes some text to the file (the variable f is an instance of the TextStream object): <% [...]

Read More >>

Author: Categories: ASP Tags: , ,

ASP FileSystemObject Object

April 27th, 2011

The FileSystemObject object is used to access the file system on a server. The FileSystemObject object is used to access the file system on a server. This object can manipulate files, folders, and directory paths. It is also possible to retrieve file system information with this object. The following code creates a text file (c:\test.txt) [...]

Read More >>

Author: Categories: ASP Tags: , ,

ASP.NET Ajax Chat with Audio and Video

November 7th, 2009

If you�re looking for an easy to use yet extremely powerful Ajax chat solution, then ASP.NET Ajax Chat may be just what you�re looking for. The software is simple to install, fast and customizable. It uses AJAX to smoothly refresh (no flicker) and supports multiple rooms, private

Read More >>