C
Cal Who
<%@ Page Language="VB" MasterPageFile="~/Main.master"
AutoEventWireup="false" CodeFile="SecondChurchDedication.aspx.vb"
Inherits="History_SecondChurchDedication" title="Untitled Page" %>
<asp:Content ID="Content8" ContentPlaceHolderID="BottomImageCPH"
Runat="Server">
<center>
<iframe id="DocumentsFrame" runat="server" src="SecondChurchDedication.pdf"
onload="setWidthHeight(this);">Your browser does not support
iframes.</iframe>
<br /></center>
</asp:Content>
setWidthHeight is definetly defined in the master file head but when I run
this I get the message that it is not a meneber.
What goes after the onload, Javascript ot VB. I thought Javascript but the
runat server and the language=vb makes me wonder.
What am I doing wrong?
AutoEventWireup="false" CodeFile="SecondChurchDedication.aspx.vb"
Inherits="History_SecondChurchDedication" title="Untitled Page" %>
<asp:Content ID="Content8" ContentPlaceHolderID="BottomImageCPH"
Runat="Server">
<center>
<iframe id="DocumentsFrame" runat="server" src="SecondChurchDedication.pdf"
onload="setWidthHeight(this);">Your browser does not support
iframes.</iframe>
<br /></center>
</asp:Content>
setWidthHeight is definetly defined in the master file head but when I run
this I get the message that it is not a meneber.
What goes after the onload, Javascript ot VB. I thought Javascript but the
runat server and the language=vb makes me wonder.
What am I doing wrong?