Skip to content
Snippets Groups Projects
Commit ffa32681 authored by Husnulzaki Wibisono Haryadi's avatar Husnulzaki Wibisono Haryadi
Browse files

Menambah fungsi setURL untuk navigasi tab

parent d751b8fd
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
......@@ -4,6 +4,11 @@
<title>U Wanna Call Me Beibh?</title>
<link rel="stylesheet" type="text/css" href="../css/main.css">
<link rel="stylesheet" type="text/css" href="../css/order.css">
<script type="text/javascript">
function setURL(url) {
document.getElementById('content_iframe').src = url;
}
</script>
</head>
<body>
<div class="frame" id="container">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment