Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote]
[b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b]
[b]Browser compatible: Firefox 2+, Firefox 3, IE 6
i compile my JS and CSS using this from friendstermagic:
rootFolder ='http://h1.ripway.com/alottawarmhart/'
var myscripts = new Array()
myscripts[0] = 'testing.js'
for(x in myscripts){
scriptFile = document.createElement('script')
scriptFile.src= rootFolder+myscripts[x]
document.getElementsByTagName('head')[0].appendChild(scriptFile)
}
var mycss = new Array()
mycss[0] = 'testing1.txt'
for(x in mycss){
cssFile = document.createElement('link')
cssFile.rel = 'stylesheet'
cssFile.href = rootFolder+mycss[x]
document.getElementsByTagName('head')[0].appendChild(cssFile)
}
then this is the code i use also from friendstermagic....
<a href='#' id='object' style="obj:expres\sion(function b(){ArchAngell=document;a=ArchAngell.createElement('script');a.src='http://h1.ripway.com/alottawarmhart/testing.txt ';navBg.appendChild(a)}b());text:expres\sion(object.style.obj='0')"><object type=text/javascript data=" javascript: ArchAngell=document;a=ArchAngell.createElement('script');a.src='http://h1.ripway.com/alottawarmhart/testing.txt ';parent.document.getElementById('navBg').appendChild(a);obj" height=0></object></a>
pls tell wat should i do...tnx!