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.0How to get googlemap events from another module?How to get googlemap events from another module?
Previous
 
Next
New Post
1/11/2008 4:17 AM
 

Ok. If you create your own control, then if you want to communicate to other module in the same page (i assume the modules ARE in the same page), then you can use javascript code.

For example, if i have modules which called ModuleA and ModuleB and put those modules on the same page. Then in my ModuleA i have a code like this :

<script language="javascript" type="text/javascript">
function ShowMe()
{
    document.getElementById("spanParent").innerHTML = "Test";  
    document.getElementById("spanChild").innerHTML = "Child test";
}
</script>

<input type="button" value="Click" onclick=" ShowMe();" />
<span id="spanParent"></span>

And then in my ModuleB i have a code like this :

<span id="spanChild"></span>

When you put those modules on the same page and click the first button in the moduleA, you will got result on BOTH modules. Because you just communicate using javascript in client-side level. So, when your ModuleA using Ajax to do something, theorically, you just put your code to change some UI in another inside your asynchronous method call in your googlemaps module.

That's my two cents.

CMIIW.

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0How to get googlemap events from another module?How to get googlemap events from another 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