Subversion Repositories DevTools

Rev

Rev 1295 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1295 Rev 1302
Line 342... Line 342...
342
// window with a close link.
342
// window with a close link.
343
function create_window(text)
343
function create_window(text)
344
{
344
{
345
    var html = '<a href="javascript:hideElt(getElt(\'overDiv\')); void(0);">' +
345
    var html = '<a href="javascript:hideElt(getElt(\'overDiv\')); void(0);">' +
346
               'Close</a><p>' + text;
346
               'Close</a><p>' + text;
347
    overlib(html, STICKY, DRAGGABLE, ALTCUT, CENTERPOPUP);
347
    overlib(html, STICKY, DRAGGABLE, ALTCUT, TIMEOUT, 10000, CENTERPOPUP);
348
}
348
}
349
 
349
 
350
// Function for posting to Codestriker using the XMLHttpRequest object.
350
// Function for posting to Codestriker using the XMLHttpRequest object.
351
function postXMLDoc(params)
351
function postXMLDoc(params)
352
{
352
{