[WSG] the image is not showing in IE7

2011-06-03 Thread Mahendran Venkatesan
Hi Folks! I just tried to open a popup window. And, dynamically i embed an image in the popup window. The image is not showing up in IE browsers. But it's being seen in FireFox. the code looks like below: -- win=window.open('','','width=200,height=100');

[WSG] Need to access parent content from iframe

2011-04-05 Thread Mahendran Venkatesan
Hi, In my website, I have a requirement like the iframe js should access the form fields of parent window. I tried with window.parent.document.forms, but it is not working. Is there any possibility to access the parent window content from iframe js? p.s. The iframe and parent window are

[WSG] Need to access parent content from iframe

2011-04-05 Thread Mahendran Venkatesan
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 it is not working. Is there any possibility to access the parent window content from iframe js? p.s. The iframe and parent window are different

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

2011-04-05 Thread Mahendran Venkatesan
yes! 2011/4/5 Elankeeran / இளங்கீரன் V ekee...@gmail.com 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

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

2011-04-05 Thread Mahendran Venkatesan
, at 10:52, Mahendran Venkatesan wrote: In my website, I have a requirement like the iframe js should access the form fields of parent window. I tried with window.parent.document.forms, but it is not working. Is there any possibility to access the parent window content from iframe js? p.s

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

2011-04-05 Thread Mahendran Venkatesan
, Mahendran Venkatesan venkatesan.mahend...@gmail.com wrote: yes! 2011/4/5 Elankeeran / இளங்கீரன் V ekee...@gmail.com 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

Re: [WSG] Another Question about JavaScript.

2008-11-14 Thread Mahendran Venkatesan
Try with the following code: script function proc() { var num = document.heartSearch.hsQty.value*8.95; document.hSearchoutput.hsTotal.value = r2(num); addMe(); } function prc2() { var num = document.youKnow.cutSandHours.value*12.17; document.outme.soter.value = r2(num); addMe(); }

Re: [WSG] Image links

2008-05-01 Thread Mahendran Venkatesan
* **img a *{ text-decoration : none; } Is there any chance 'img' can be a parent of 'anchor' tag? I suggest the following: a.someclassname{text-decoration:none;} OR a{text-decoration:none;} Thanks! Venkatesan M On Fri, May 2, 2008 at 3:44 AM, Mike at Green-Beast.com [EMAIL

Re: [WSG] Validating Flash

2008-03-27 Thread Mahendran Venkatesan
Hi Tim, Already we had some discussion related to this. Please refer the mails with heading *The correct way of placing a swf file into a XHTML webpage*. Here, you can find some information. Thanks! Venkatesan M On Thu, Mar 27, 2008 at 11:07 AM, Tim MacKay [EMAIL PROTECTED] wrote: Hi List,

Re: [WSG] Why is u deprecated?

2008-03-26 Thread Mahendran Venkatesan
The presentational elements such as b, i, s and u are deprecated as because it can be achieved by CSS. For example, u can be achieved by *text-decoration: underline*;. I think, em and strong have been left for *screen readers* to understand the emphasize part. Thanks! Venkatesan M On Thu, Mar

Re: [WSG] The correct way of placing a swf file into a XHTML webpage

2008-03-24 Thread Mahendran Venkatesan
Hi Dory, You can use '*object*' tag for embedding flash files. Refer this link: http://www.alistapart.com/articles/flashsatay Thanks! Venkatesan M On 3/25/08, Dory [EMAIL PROTECTED] wrote: Hello, I am currently working on a site that has a small flash file for decorative purposes. I