ok - i have a web page with the following in it :
now what i want to do is call that function from a child page that is embeded within an iframe so heres how i have tried to call it:Code:<script> public function doStuff() { bla bla } </script>
and alsoCode:<script> parent.document.doStuff() </script>
however none of these work - what am i doing wrong ?Code:<script> parent.doStuff() </script>
Thanks in advance
Kris Bennett


Code Project - "Best VB.NET article of October 2011"
on the left <--)
Reply With Quote
CornedBee