Runtime Error In IE

A

Angela

http://www.billyzanemuseum.com/
When I click on CONTACT I get an runtime error occurred on line 120
ERROR:Object Expected.
It is OK in Mozilla.

USING:
IE 6
Frontpage 2003
JimCoAddin Spawn

Please help. Thanks!!!

--

Thanks!
God Bless you,
~Angela
*************************************************************
http://www.AngelaRose.com
http://www.SmokyCountry.com
http://www.BillyZaneMuseum.com
*************************************************************
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Been a Netscaper fan since the beginning!
Now advanced to Mozilla, Thunderbird, FireFox.
http://www.mozilla.org/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
T

Tom Pepper Willett

Shows up fine for me in IE6 SP1 and NS 7.1, no errors.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
===
| http://www.billyzanemuseum.com/
| When I click on CONTACT I get an runtime error occurred on line 120
| ERROR:Object Expected.
| It is OK in Mozilla.
|
| USING:
| IE 6
| Frontpage 2003
| JimCoAddin Spawn
|
| Please help. Thanks!!!
|
| --
|
| Thanks!
| God Bless you,
| ~Angela
| *************************************************************
| http://www.AngelaRose.com
| http://www.SmokyCountry.com
| http://www.BillyZaneMuseum.com
| *************************************************************
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Been a Netscaper fan since the beginning!
| Now advanced to Mozilla, Thunderbird, FireFox.
| http://www.mozilla.org/
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
J

Jim Buyens

Try reconfiguring the dynamic animation on this link. This
should result in some lines like:

<script language="JavaScript" fptype="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript1.2" fptype="dynamicanimation"
src="animate.js">
</script>

being added in the <head> section of the page.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
A

Angela

I have used a shared border so I assume that:
<script language="JavaScript" fptype="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript1.2" fptype="dynamicanimation"
src="animate.js">
</script>

Would have to be added to EACH page that share Border is attached to??
Am, I correct???
IF so I'll just use Spawn on in line HTML pages.

Thanks!
God Bless you,
~Angela
 
J

Jim Buyens

Right. When a shared border includes a component that requires code in
both the <body> section and the <head> section, FrontPage doesn't
replicate the code that needs to be in the <head> section.

However, the code in the <body> section that's causing the problem
isn't code that opens a new window; it's code that implements a DHTML
effect, like a flyout or something. If all you want is to open a new
window, try the suggestions at:

Displaying Popup Windows
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=45

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
F

FrontPageForms

Hi Angela,

This seems to be a working form, and I didn't get the error either.

If you are getting the form results, you might just want to disable the script debugging message.

You can disable this warning in IE

Tools >> Internet Options >> Advanced >> Look under "Browsing" and check "Disable script debugging".


Mike Smith,

http://FrontPageForms.com
FrontPage Form Tutorials
& Form Script Examples

If you found my post helpful, please take a sec to click
the "Yes" button. I'm in it for the glory.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top