function getBrowserName() {
$browser=strtoupper($_SERVER['HTTP_USER_AGENT']);
if (strstr($browser,"MSIE"))
return '';
else if (strstr($browser,"MOZILLA"))
return '';
else
return "";
}
$BrowserNameGet = getBrowserName();
if ($BrowserNameGet != "") {
echo $BrowserNameGet;
}
?>
IMS Content Package Parameters
- Navigation side menu - A list of links on the left of the content
- Table of contents (TOC) - A list of links on the initial page, plus a TOC button (if Navigation buttons are displayed)
- Navigation buttons - Previous and Next buttons, plus optional TOC and Up buttons
- Skip sub-menu pages - Omit sub-menu navigation
- Up button - A button for returning to the section navigation
หน้าแรกของไฟล์ช่วยเหลือทั้งหมด