Thanks for the info re: Netscape Navigator 8.1.2. I'll install netscape 8.1.2 on my system to adjust the code accordingly.
cheers!
Type: Posts; User: SindicatoESP; Keyword(s):
Thanks for the info re: Netscape Navigator 8.1.2. I'll install netscape 8.1.2 on my system to adjust the code accordingly.
cheers!
The syntax you posted was in ASP.
This is the javascript equivalent of ur code.
var licxmldo = new ActiveXObject("Microsoft.XMLHTTP"); //IE
//var licxmldo = new XMLHttpRequest(); // mozilla...
1) CODE TITLE:
FadeIn FadeOut Text Effect
2) AUTHOR NAME/NOTES:
Joel Margate - http://www.sindicatoesp.com
3) DESCRIPTION:
Simple code snippet that fadein or fadeout DOM object.
4) URL...