Jump to content

Recommended Posts

Posted

Hi there.

I have a function written in JavaScript like

function showZipWindow(obj,key)

{

* var id = obj.id;

* if (typeof(key)=="undefined")

* {

**** key = 0;

* }

* tid = 't'+id.substr(1,id.length);

* hid = 'h'+id.substr(1,id.length);

* zipWind = window.open('zipWindow.php?tid='+tid+'&hid='+hid+'&key='+key,'zipWnd'+key,

'left=20,top=20,width=600,height=650,toolbar=1,resizable=1');

}

When i'm calling it from main window - it works fine, creating popup.

But when i'm calling it from popup (which is created by the same function but with different values for parameters) in IE 6/7 it gives me "Uknown runtime error". In Firefox it works okay.

So, any clues on how is it possible to get it running on IE 6/7 or is there anything wrong in my code?

 

 

More...

 

View All Our Microsoft Related Feeds

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...