Okay, here is the code snippet that is causing problems ...
var xmlDoc;
var browser;
function loadXML()
{
// code for IE
if (window.ActiveXObject)
{
xmlDoc=new...
Type: Posts; User: satelliteCoder; Keyword(s):
Okay, here is the code snippet that is causing problems ...
var xmlDoc;
var browser;
function loadXML()
{
// code for IE
if (window.ActiveXObject)
{
xmlDoc=new...
Thank you so much.
Your recomendation is actually going to make my life a lot easier, and it solves the problem. In the meatime i found this solution which appears to be working.
<body...
Greetings,
This forum has proven to be incredibly useful.
I have a scenario in which i utilize the onload aspect of the body tag to call two functions. One of the functions requires me to pass...
Exploiter,
Thank you so much! The modified code you provided certainly works. But i'm not one to just take the solution and run with it ... i really want to understand why this works and what i...
Greetings,
I'm new to this forum, and am excited at the possiblity of reaching out to all of you for assistance. I of course, will assist others as well when i get the opportunity.
PROBLEM...