Re: [WSG] Need to access parent content from iframe

2011-04-05 Thread Elankeeran / இளங்கீரன் V
its your iframe url and parent window in same window? On Tue, Apr 5, 2011 at 3:34 PM, Mahendran Venkatesan venkatesan.mahend...@gmail.com wrote: In my website, I have a requirement where iframe js should access the form fields of parent window. I tried with window.parent.document.forms, but

Re: [WSG] Need to access parent content from iframe

2011-04-05 Thread Elankeeran / இளங்கீரன் V
if both the page are in different domain and if your owning both page then you can add below line in the top of your both page window.domain=yourdomainname; On Tue, Apr 5, 2011 at 4:09 PM, Mahendran Venkatesan venkatesan.mahend...@gmail.com wrote: yes! 2011/4/5 Elankeeran / இளங்கீரன் V

Re: [WSG] Freelance Designer Needed

2010-12-01 Thread Elankeeran / இளங்கீரன் V
Please send me job description On 12/2/10, Daniel Anderson daniela...@gmail.com wrote: G'day, not sure if I am allowed to ask this on this list or not, but I am struggling finding someone. I am in need of a Guru designer to team up with on a few jobs that I have. All I need will be the

Re: [WSG] HTML5: Techniques for providing useful text alternatives

2010-05-17 Thread Elankeeran / இளங்கீரன் V
Sorry for spam I have created a forum for HTML5 discussion let join and have your discussion. http://www.html5guys.com/ Regards Elankeeran V On Mon, May 17, 2010 at 4:21 PM, Steven Faulkner faulkner.st...@gmail.comwrote: HTML5: Techniques for providing useful text alternatives

[WSG] JSON structure not working in IE7 (JavaScript)

2009-09-09 Thread Elankeeran / இளங்கீரன் V
Hi All, I try do some JSON code its working fine in FF but not working in IE7 Anyone please help to resolve the issue * script language=javascript type=text/javascript $(donationBox).ready(function() { checkPage(); }); function checkPage(){ var pagename = 70; var

Re: [WSG] background images in HTML emails..

2008-03-20 Thread Elankeeran / இளங்கீரன் V
Your image path should be absolute path i.e, http://www.urwebsitename.com/images/background.gif it will work in the email template -Elankeeran V On 3/20/08, Naveen Bhaskar [EMAIL PROTECTED] wrote: Hi... anybody can tell me.. how to use background images in html emails. I have a div