This test-case is intended for Issue #1237
- Script tab does not show scripts correctly in POSTed iframes..
Jan Odvarko, odvarko@gmail.com
<script language="javascript">
function foo() {
alert("Set a breakpoint");
alert("Between us!");
}
eval("x=9");
</script>
<input type="button" value="Click Me" onclick="foo()" />