<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Odor+Mean+Chey' rel='stylesheet'>
</head>
<body style="font:14px/1.5 'Odor Mean Chey'">
ចុចនៅទីនេះ ដើម្បីបើកទំព័រនេះម្តងទៀត (refresh) ។
<script>
function myFunction() {
history.go();
}
</script>
</body>
</html>
ចុចនៅទីនេះ ដើម្បីបើកទំព័រនេះម្តងទៀត (refresh) ។
| Property | Description |
|---|---|
| back() | Loads the previous URL in the history list |
| forward() | Loads the next URL in the history list |
| go() | Loads a specific URL from the history list |














