Hi,
i have used an iframe which looks like this
<iframe style='width: 330px; height: 278px' scrolling='no' name="iframeId" class="advPlayer" id="iframeId" frameborder="0" src='../../player/iabpreview.php?adid=<?php echo $selectedAdIdx ?>&autoPlay=true'></iframe>
whenever i click a div,i have to change the source of the iframe..so i am using
if ($j.browser.msie) {
frames['iframeId'].window.location="../player/iabpreview.php?adid="+adId+"&autoPlay=true";
}else
{
$j(".advPlayer").eq(0).attr("src", "../player/iabpreview.php?adid="+adId+"&autoPlay=true");
}
this is working in firefox...but not in ie.....
someone please help me...
Hi
I made student list containing roll no.,name, gender, DOB,Age ,marks1,marks2,marks3,total and avg.
i want to right a code for age
that is when i click on age it should display the correct age according to the DOB given.
can you help using textbox events in c#