To All:
On my window_beforeunload, I fire an event which opens a new window and runs the following code to determine if the user is leaving my site:
function CheckStatus()
{
try
{
var mystring = new String(window.opener.location.href);
mystring = mystring.toLowerCase()...
During my save routine using remote scripting, I pop up a new window filled with error messages (child window) and then I reload the main (parent) window, but how to I set focus back to the child window??? Is this possible.
TIA,
Patrick
To All:
Is there a max length of a javascript string when doing string concatenation (+). When I get to a length of 1957, the string just cuts off????
Any help would be greatly appreciate,
TIA,
Patrick
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.