Skip to content

Instantly share code, notes, and snippets.

View ldijkman's full-sized avatar

Dirk Luberth Dijkman ldijkman

View GitHub Profile
@ldijkman
ldijkman / index.html
Created January 30, 2022 08:51 — forked from Virksaabnavjot/index.html
Programmatically passing URL parameters to IFrame src using JavaScript
<html>
<head>
<title>
Programmatically passing URL parameters to IFrame using JavaScript
</title>
</head>
<body>
<iframe id="myIframe" frameborder="0" marginwidth="0" marginheight="0" scrolling="NO" width="100%" height="100%"></iframe>
</body>
Code and Explanation: https://mrvirk.com/javascript-to-calculate-age-from-date-of-birth.html