Click here to Skip to main content
15,880,543 members
Articles / Web Development / HTML

Salajax: Simple Ajax Library Solving Back Button and Bookmarks for Ajax Web Applications

Rate me:
Please Sign up or sign in to vote.
4.53/5 (10 votes)
11 Jul 2007CPOL4 min read 125.6K   1.3K   55  
An article on AJAX [Asynchronous JavaScript and XML], providing back button and bookmark functionality in a simplified class. Written in JavaScript, demonstrated in ASP.NET and can be used with any server-side scripting language.
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "http://localhost/sal_demo/", "http://localhost/sal_demo", "{19FBFAC4-DC9C-439A-96AB-035231D63954}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.VirtualPath = "/sal_demo"
		Debug.AspNetCompiler.PhysicalPath = "..\salajax_demo\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\sal_demo\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/sal_demo"
		Release.AspNetCompiler.PhysicalPath = "..\salajax_demo\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\sal_demo\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		SlnRelativePath = "..\salajax_demo\"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
		Release|.NET = Release|.NET
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{19FBFAC4-DC9C-439A-96AB-035231D63954}.Debug|.NET.ActiveCfg = Debug|.NET
		{19FBFAC4-DC9C-439A-96AB-035231D63954}.Debug|.NET.Build.0 = Debug|.NET
		{19FBFAC4-DC9C-439A-96AB-035231D63954}.Release|.NET.ActiveCfg = Debug|.NET
		{19FBFAC4-DC9C-439A-96AB-035231D63954}.Release|.NET.Build.0 = Debug|.NET
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions