Skip to content

Instantly share code, notes, and snippets.

View ldijkman's full-sized avatar

Dirk Luberth Dijkman ldijkman

View GitHub Profile
<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>