Trying to change the src of an iframe however its not working?
<head>
<title>test</title>
<script language="javascript">
document.frames['gorsel'].location.href = 'http://www.google.com';
</script>
</head>
<body>
<iframe id="gorsel" src="about:blank"></iframe>
</body>