Forum Discussion
Nathan_Bultman_
Apr 21, 2010Historic F5 Account
Codeshare: Network Calc rule loads via GUI, fails parsing via <b load>
The No Webserver Required Network Calculator rule from the CodeShare loads okay on a 10.1 GUI, and doesn't show any problems in the desktop iRule editor; but when parsed via < b load >, results in: ...
hwidjaja_37598
Altostratus
Apr 22, 2010Try the attached iRule. In Javascipts's "function initPage()", I replaced double quote(") to single quote (') and removed google ads stuff.
From:
SetOrder();
if ((code == "MSIE" && version >= 4) || (code == "NS" && version > 3))
{
// document.CounterImage.src="http://fastcounter.linkexchange.com/fastcounter?112194+224395";
// document.Google3.src="http://www.google.com/logos/Logo_25wht.gif";
}
}
else
{
setTimeout("initPage();", 100);
}
}
To:
SetOrder();
}
else
{
setTimeout('initPage();', 100);
}
}
Hope it works ...
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects