Hi, i read something about synchronized keyword in Java, does synchronized method blocks the whole object, which
means i will not be able to use other methods in the same object ??
my problem is to set a cookie at client side and i don't want from the browser to send it by the requests. Therefore i set the secure parameter to TRUE, but another problem appeared, which is i was ...
Hi all
I want to build my own site, and i want to register in any of hosting sites, but i can't trust these sites .... is there any secure or trusted site can hosts my site
Hi Fang, i want to thank you again
I am sorry for asking you again, but this event is not working on IE, is there any event like DomSubtreeModified working on IE.
I tried onpropertychange but it...
Hello all
can anyone help me to uninstall adobe flash cs3 and removing its remaining files and folder or removing its info from regedit windows command
I think the problem was in the way of making iframes hidden, i was using visibility property
but it seems was the problem, but i solved it by using iframe.style.left = "-10000px" instead of...
hi all
i have problem, this problem appears only with IE8
if the iframe is in invisible and trying to set url to this iframe, let the url be for google document "google cookies is on PC", after...
it solved by two solutions, the first is using setContentType which is disabling flush() function, i was needing to flush therefore i didn't use it
and the other, i re configured...
i write html page to iframe like this
PrintWrite out = response.getWriter();
out.println("<html>");
out.println("<head>");
out.println("<script language=\"javascript\">");...
i was working on cross-domain problem, i faced many problem to talk with the iframes, after 5 months of work i solved it, the only property that i used is contentDocument