Thanks,
My issue is solved and i have posted those codes inside article.hope it will helpfull for people like me....
User Profile
Collapse
-
Event KeyCode for Alt-F4
Hi all,
I want keyCode for (alt+F4). actually i want to end session whenever browser window is getting closed. it is working when we close window using close button(X).
if any of you have this idea please provide as early as possible because its urgent.
Thanks -
Sorry for late reply, but i was on leave.
I have already tryed above line but getting same error....Leave a comment:
-
Yeah my response is valid XML. it is working fine on Opera , IE 7 as well as Safari browser.
<?xml version=\"1.0\" ?> this is the first line of dynamic generated XML.
is it ok ? .
actually i am new to developement field. and currently i am working on Maintenance project.
thanks...Leave a comment:
-
These are some lines of code-
function getChatText() {
receiveReq.open ("POST", getUrl ,true);
receiveReq.setR equestHeader('C ontent-Type','applicat ion/x-www-form-urlencoded');
receiveReq.onre adystatechange = handleGetChat;
var queryString=Ope ratorDept.getPa rameterString() ;
var queryParmaSt=qu eryString+"&opt yping="+opTypin g+"&messageReci ver="+escape(me ssageReciver);...Leave a comment:
-
Exception in chatting application in Firefox
i am getting exception like this---
1.
[Exception... "Component returned failure code: 0x804b000f [nsIXMLHttpReque st.setRequestHe ader]" nsresult: "0x804b000f (<unknown>)" location: "JS frame :: http://localhost:8080/supportnow/jsLibrary/Ajax.js :: getChatText :: line 149" data: no]
[Break on this error] receiveReq.setR equestHeader('C ontent-Type','applicat ion/x-www-form-urlencoded')...
...
No activity results to display
Show More
Leave a comment: