代码如下,
<?php
// only offer the delete option if bookmark table is on this page
global $bm_table;
if ($bm_table == true) {
echo "<a href=\"#\" onClick=\"bm_table.submit();\">Delete BM</a> | ";
} else {
echo "<span style=\"color: #cccccc\">Delete BM</span> | ";
}
跃然一笑
繁花不似锦