alert('Save OK!');"; } //读出 if(empty($allurls) && filesize($m_file)>0) { $fp = fopen($m_file,'r'); $allurls = fread($fp,filesize($m_file)); fclose($fp); } $wintitle = ""; $wecome_info = "允许的超链接"; $win = new OxWindow(); $win->Init('article_allowurl_edit.php','js/blank.js','POST'); $win->AddHidden('dopost','save'); $win->AddTitle("每行保存一个超链接:"); $win->AddMsgItem(""); $winform = $win->GetWindow('ok'); $win->Display();