I know I saw this some where before, but not sure.

What I would like to be able to do is this.

Say I have a page layout like so...

<html>
<table ...>
<tr>
<td>
    [file 1]
</td>
</tr>
<tr>
<td>
    [file 2]
</td>
</tr>
</table>
</html>

Where I have put the [file X] I want to include an external file (relative
to my script) that I can manipulate seperate from the main script. For
instance, file 1 would be a navigation bar, and file 2 would be each file I
want to load based on what was clicked in the navigation bar.

Is there a PERL module or function that can do this? Im sure I have seen
this somewhere before.

Vadtec

--
www.vadtec.net
[EMAIL PROTECTED]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to