November 30, 2007 | Posted by Manchumahara(Sabuj Kundu) in category Java script, Tips and Tricks with tags , ,

For some days, I am trying to make a popup virtual keyboard for bengali characters for my forum amaderprojukti.com. The problem that I faced and waste so many hours is that it was working in firefox, opera, safari, netscape etc except in IE(Internet explorer).

To make a popup window I used java script some thing like

window.open(‘url to popup’, ‘popup window name’, ‘other parameter’);

Any one can get some help from this link.

The problem I faced that I used the window name with spaces like ‘my window’. It works fine in ‘firefox like browser’ except in IE. When I used the window name ‘mywindow’ (see know space in window name), the code worked in IE too.

I don’t like internet explorer  at all..

Note: I am novice in java script…. :( .

This articles is read 1774 times

Last Update on November 30th, 2007

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

5 Responses to java script: window.open function problem in IE

  1. manchumahara says:

    More link about popup window is here.

  2. sheldon says:

    I faced the exactly same problem.

  3. Pingback: I am yelling, can you hear me? » Blog Archive » window.open in IE6/7

  4. Pingback: java script: window.open function problem in IE « Let’s start again…

  5. Pingback: three sunset

Leave a Reply

Additional comments powered by BackType

feedback