Category: HTML
safe ajax links using jquery
By admin on Mar 3, 2010 | In HTML, Programming | Send feedback »
If you do need to create safe ajax links (a elements that use ajax.load method of jquery) then you can do this with the brilliant example from
view ajax links tutorial more »
Flash Embedded in HTML
By admin on Jul 25, 2008 | In ASP (classic), HTML, Flash | Send feedback »
Simply paste the code below in the page you want to display your flash movie. Make sure you change the myfile.swf and dimensions with the name of the file you are uploading
<blockquote>
<object width="200" height="200">
<param name="movie"… more »