User Profile

Collapse

Profile Sidebar

Collapse
kpranjan1
kpranjan1
Last Activity: Dec 28 '07, 11:53 AM
Joined: Jun 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kpranjan1
    replied to Event KeyCode for Alt-F4
    Thanks,
    My issue is solved and i have posted those codes inside article.hope it will helpfull for people like me....
    See more | Go to post

    Leave a comment:


  • kpranjan1
    started a topic Event KeyCode for Alt-F4

    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
    See more | Go to post

  • Sorry for late reply, but i was on leave.
    I have already tryed above line but getting same error....
    See more | Go to post

    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...
    See more | Go to post

    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);...
    See more | Go to post

    Leave a comment:


  • kpranjan1
    started a topic Exception in chatting application in Firefox

    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')..
    .
    ...
    See more | Go to post
No activity results to display
Show More
Working...