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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsIFrameIFrameFiring method imbedded in regular IFrameFiring method imbedded in regular IFrame
Previous
 
Next
New Post
8/28/2006 7:25 AM
 

Hi, I want to incoorperate google maps into an iframe. However, in order to call a bunch of functions inside the map, I thought it would be appropriate just with a hello world example - even without the map part.

-- within the frame I link to this document ---

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Google Maps JavaScript API Example</title>
</head>
<body onload="load()" onunload="GUnload()">
<div id="mapHTML" style="width: 500px; height: 800px">
</div>
<script type="text/javascript">
function helloWorld(){
alert("hello world");
}
</script>                        
   </body>
</html>

 

-- and this is my module.asx -- generated using VWD2005

<%@ Control language="C#" Inherits="GPSmobile.Modules.gmapmodule.Viewgmapmodule" CodeFile="Viewgmapmodule.ascx.cs" AutoEventWireup="true"%>
<%@ Register TagPrefix="dnn" TagName="Audit" Src="~/controls/ModuleAuditControl.ascx" %>
&nbsp;
<iframe id="mapIFrame" name="mapIFrame" width="500px" height="800px" frameborder="0" scrolling="NO" src="http://localhost/dnn434/desktopmodules/gmapmodule/googlemaps3.htm"></iframe>
<script type="text/javascript">
// what to write here?!
</script>

I've tried 

var mapFrame = top.frames["mapIFrame"];

and then

mapFrame.helloWorld();

and a few variations. I doesn't work...

Any suggestions to how I get the source html document to fire the hello world function from the parent asp page are very welcome!

Cheers,

Johannes

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsIFrameIFrameFiring method imbedded in regular IFrameFiring method imbedded in regular IFrame


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