runtime error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
Do you want the url from the debugger if so here it is. ( strPickedURL =
FrontPage.MakeRel( FrontPage.ActiveDocument.location.href, strPickedURL );
 
Not sure what you meant Is this it ( strPickedURL = FrontPage.MakeRel(
FrontPage.ActiveDocument.location.href, strPickedURL );
 
Sorry but it hasn't been uploaded yet. It's only been published to the local
drive.
 
Is there another way I can get the information to you, that you need too see.
 

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

Back
Top