Roy M J
Member since Jan 23, 2012
- Profile: /members/9517-roy-m-j.htm
- URL: http://www.roymj.co.in
- Comments: 3
Recent Blog Comments By Roy M J
-
Using Underscore.js Templates To Render HTML Partials
Posted on Jun 26, 2013 at 5:23 AM
Hello Ben, Nice article. I have indeed got my application to run using partial rendering of views. However i came to a roadblock. By using <script type="text/template" id="templateid"> <!-- Template content goes here --> </script> the code works wel... read more »
-
Getting IFRAME Window (And Then Document) References With contentWindow
Posted on Jan 27, 2012 at 12:14 AM
@Jeffrey, Hi Jeffrey, I have succeeded in doing the above process using php. First i get the entire page of the other website into a single variable in php. Then just echo that in another page in our site. and this page in our site will be called in iframe. And we can do anything with the conten... read more »
-
Getting IFRAME Window (And Then Document) References With contentWindow
Posted on Jan 23, 2012 at 1:39 AM
Hi, I would like to know whether it is possible to fill contents of a form which is displayed in our page using iframe dynamically. I have seen so many advertising applications doing the same. An eg will be as follows : Say my website is www.mywebsite.com. and i am using iframe to load another... read more »