ManyPage's FAQ

If you don't find any answer to your question on this web site neither in this page, send a message to manypage@vuylsteker.net with a description of your platform (OS, Perl version...) and of course, of your issue.

Questions

A) Error Message

  1. You are not in the good hierarchy / vous n'êtes pas dans le bon répertoire
  2. Cannot read the file...

B) know bugs with tricky solutions

  1. What if somewhere in my Javascript, there happen to be some 'img' text that produce some garbage when I run ManyPage ?

Answers

A) Error Message

1) You are not in the good hierarchy / vous n'êtes pas dans le bon répertoire

You use the script in a directory which is not under the directory defined as 'Source' in the 'config file'

2) Cannot read the file...

Be sure that the source file that you try to read respect the minimal HTML structure :

<HTML>
   <HEAD>
   </HEAD>
   <BODY>
   </BODY>
</HTML>

B) know bugs with tricky solutions

1) What if somewhere in my Javascript, there happen to be some 'img' text that produce some garbage when I run ManyPage ?

Try to divide your 'img' text into something like 'im'+'g'

Copyright 1994-2009
Pascal Vuylsteker

Last modified:
21/2/2001

Send your comments at :
<pvk@vuylsteker.net>