943,697 Members | Top Members by Rank

Ad:
Aug 9th, 2007
0

Window.createPopup() in firefox?

Expand Post »
Hi All,

I am working in .NET 2.0 frame work web application. In my application i used javascript and with that i used the window.createPopup() function. It is working fine with IE. But it is not working with Firefox, Netscape Navigator and Opera. Please provide me the alternative solution so that i can use that to get the same functionality. I have tried with window.open() also but it is not providing the same functionality.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
sivavissamsetti is offline Offline
2 posts
since Jul 2007
Aug 9th, 2007
0

Re: Window.createPopup() in firefox?

There is no direct replacement of window.createPopup() function as far as I know. Its an IE function only. But I don't see what kind of functionality you require which can't be satisfied by the window.open() function?
Super Moderator
Featured Poster
Reputation Points: 3233
Solved Threads: 719
Failure as a human
~s.o.s~ is offline Offline
8,871 posts
since Jun 2006
Aug 10th, 2007
0

Re: Window.createPopup() in firefox?

Actually by using window.createPopup() i am dragging and dropping the Controls on the form from one region to another region just as like inWebparts. But it is not possible to use webparts directly. So when we call window.Open() is opening in another browser with titlebar and others. But the window opened must just like as window Opened through createpop() method.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
sivavissamsetti is offline Offline
2 posts
since Jul 2007
Aug 10th, 2007
0

Re: Window.createPopup() in firefox?

There is no cross compliant direct equivalent of window.openPopup() method. Its IE only.

If you want to emulate the behavior of 'window.openPopup()', use 'window.open()' along with any 3rd party Javascript Drag and Drop (D&D) API.
Super Moderator
Featured Poster
Reputation Points: 3233
Solved Threads: 719
Failure as a human
~s.o.s~ is offline Offline
8,871 posts
since Jun 2006
Aug 10th, 2007
0

Re: Window.createPopup() in firefox?

Make sure you have javascript turned on of other browsers.
Reputation Points: 9
Solved Threads: 0
Newbie Poster
connor4312 is offline Offline
16 posts
since Apr 2007
Aug 10th, 2007
0

Re: Window.createPopup() in firefox?

Or just simly use the html version:
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
  1. <a href="#" "target=_">#</a>
That nay not be prsice but something like that.
Reputation Points: 9
Solved Threads: 0
Newbie Poster
connor4312 is offline Offline
16 posts
since Apr 2007
Aug 10th, 2007
0

Re: Window.createPopup() in firefox?

Leave it for Microsift to provide businesses with a way to drive people crazy.

My popup blocker is ON.
Reputation Points: 730
Solved Threads: 181
Nearly a Senior Poster
MidiMagic is offline Offline
3,314 posts
since Jan 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in JavaScript / DHTML / AJAX Forum Timeline: starrating
Next Thread in JavaScript / DHTML / AJAX Forum Timeline: can anyone help me center this div layer?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC