OSDN Git Service

BugTrack/744: PKWK_READONLY prohibits editing
[pukiwiki/pukiwiki.git] / skin / trackback.js
1 /////////////////////////////////////////////////
2 // PukiWiki - Yet another WikiWikiWeb clone.
3 //
4 // $Id: trackback.js,v 1.2 2004/04/03 15:56:08 arino Exp $
5 //
6 function OpenTrackback (c) {
7         window.open(c,'trackback','width=480,height=480,scrollbars=yes,status=yes');
8 }