AJAX Pages: Embedded Javascript
This has the potential to be very popular: a project called Ajax pages has just been released, with the intent to allow people to embed Javascript code in HTML like we do with PHP, ASP, and JSP. It’s not server-side, though, from what I can tell. It’s simply a way to manipulate things client-side in [...]
This has the potential to be very popular: a project called Ajax pages has just been released, with the intent to allow people to embed Javascript code in HTML like we do with PHP, ASP, and JSP.
It’s not server-side, though, from what I can tell. It’s simply a way to manipulate things client-side in a familiar way.
Here’s an example:
<html>
<body>
<% var hello = "Hello World"; %>
<%=hello%>
</body>
</html>
Check out the tutorial to see how it works.
Make them Care! - Struggling to communicate the value of your product or service? I'm writing a new book that shows you how to make people care about your product or service by clearly communicating the most important bits. For designers and marketers creating product web sites. Find out more.
Previous