Skip to content

Commit 7c82a53

Browse files
url parameters
1 parent 6d1aa25 commit 7c82a53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

belfius.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22
<html class="no-js" lang="">
3-
<head>
4-
<meta http-equiv="refresh" content="0; URL=bdm://www.belfius.be?appkey=transfer" />
5-
</head>
3+
<script type="text/javascript">
4+
document.location.href = 'bdm://www.belfius.be' + document.location.search+"&appkey=transfer";
5+
</script>
66
</html>

0 commit comments

Comments
 (0)