Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0wwHoverPanel AJAX in a DotNetNuke modulewwHoverPanel AJAX in a DotNetNuke module
Previous
 
Next
New Post
2/25/2007 10:11 AM
 

Hi,

I have tried to use wwHoverPanel (a free control that allows the creation of easy popup windows with content retrieved from the server with a single line of client script code - http://www.west-wind.com/tools/wwHoverPanel/) in a DotNetNuke usercontrol - .ASCX.

The problem is that the HoverPanel works _only_ on localhost. On a remote call, using the full DNS or only the computer name, it does not work - on the same machine.
eg.
- works on http://localhost/xxxxxx
- does not work on http://fullDNS/xxxxxx

On mouse over the imagemap I receive an error : "***Error:Found" in FireFox and "***Error:Unknown" in Internet Explorer.

The callback is not initated since the server side is not hit.

I suspect there might be a problem with DNN since the wwHoverPanel samples work both on localhost and computer name/full dns.

Here is the code I use within a module for DNN 4.4.1:

<script type="text/javascript">
function ShowInvoice(event,Id, pid)
{
LookupPanel.startCallback(event,"id=" + Id.toString() + "&pid=" + pid.toString() ,null,OnError);
}
function HideInvoice()
{
LookupPanel.hide();
// *** If you don't use shadows, you can fade out
//LookupPanel.fadeout();
}
function OnCompletion(Result)
{

 
New Post
2/25/2007 10:18 AM
 
Here is therest of the code:

function OnCompletion(Result)

{
 
New Post
2/26/2007 2:48 AM
 
cmaican@econ.unitbv.ro wrote

Hi,

I have tried to use wwHoverPanel (a free control that allows the creation of easy popup windows with content retrieved from the server with a single line of client script code - http://www.west-wind.com/tools/wwHoverPanel/) in a DotNetNuke usercontrol - .ASCX.

The problem is that the HoverPanel works _only_ on localhost. On a remote call, using the full DNS or only the computer name, it does not work - on the same machine.
eg.
- works on http://localhost/xxxxxx
- does not work on http://fullDNS/xxxxxx

On mouse over the imagemap I receive an error : "***Error:Found" in FireFox and "***Error:Unknown" in Internet Explorer.

The callback is not initated since the server side is not hit.

I suspect there might be a problem with DNN since the wwHoverPanel samples work both on localhost and computer name/full dns.

Here is the code I use within a module for DNN 4.4.1:

Did you talk to the Rick (West-wind guy) about it?

Maybe it's some limitation to his product for the free version, also maybe there are some changes you need to do beyond the module itself?

 


Thanks,
Vladan Strigo
NETMedia

My website: Vladan.Strigo.NET

Vladan.Strigo.NET: Projects
* Advanced VS2005 development approach - BlankModule
* DNN & Microsoft Ajax best practices guidance

Vladan.Strigo.NET: Resources
* Comprehensive list of DNN 4 Module development resources

 
New Post
2/26/2007 12:53 PM
 
I have posted to his forum, but he said there is no limitation with this version.

In fact, the samples available with the controls work both on localhost and a full dns or computer name.

What changes should I make to the module? Isn't a module suppose to work both with localhost and computer name ? Since there is no limitation for the control, why wouldn't it work on both ?

Thanks,
Catalin
 
New Post
2/26/2007 6:33 PM
 

Taking a wild guess here but... Maybe your URL referencing the server includes DotNetNuke in it (or whatever your local DNN install is.)  If so, that would break trying to use your module anywhere but from http://localhost/.

 

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0wwHoverPanel AJAX in a DotNetNuke modulewwHoverPanel AJAX in a DotNetNuke module


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out