Jump to content

Checkbox ile frame ilişkisi


Recommended Posts

Arkadaşlar ben ana sayfamda 2 tane frame kullandım 1. framede dersler var ve bu derslerin yanında ise checkbox var checkboxa tıkladığımda o dersin konularını içerin başka bir asp sayfasını 2. frame aktarmam gerkiyor ancak checkboxa tıkladığımda başka bir yeni sayfa açılıyor bunu nasıl ayarlıyabilirim.yardımcı olursanız sevinirim.

frame kodu

<iframe src="http://emre/odev1/dersler.asp" width="200" height="500" scrolling="yes" frameborder="0" class="style1" scrollbars="no" resizable="yes" border="0"></iframe>

checkbox kodu

<script>
    function checkthis()
    {
        if (oCheckbox.checked == true)
        {
           window.open("http://localhost/odev1/internet.asp"); 
	    }
    }
    </script>
</head>
<body>

    <p>Internet Programciligi
    <input id="oCheckbox" type="checkbox" onclick="checkthis()"></p>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...