runtime error

S

Scott

Doing a image swap, and when I swap the image with a animated gif. I get a
runtime error stating that it has issues with the name of the file ( Such as
special characters, tab, */ etc. ) It also states on line 496. The highest
line number value on the code sheet only goes up to 192. But I have been able
to reduce the length of the name of the file and get it to work. But when you
reduce the name to only the letter ( a ) and the error still shows up..... I
will continue to experiment and apply the gif to another page or even try and
use another gif from another directory. Was wondering if you would have any
ideal as to the cause of this
 
M

Murray

What is the URI to the page?

Chances are you have used an invalid character in a page element name. The
line number refers to the "aggregate" line number after all the FP
javascript has been added to the page.
 
S

Scott

Do you want the url from the debugger if so here it is. ( strPickedURL =
FrontPage.MakeRel( FrontPage.ActiveDocument.location.href, strPickedURL );
 
S

Scott

Not sure what you meant Is this it ( strPickedURL = FrontPage.MakeRel(
FrontPage.ActiveDocument.location.href, strPickedURL );
 
S

Scott

Sorry but it hasn't been uploaded yet. It's only been published to the local
drive.
 
Top