[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] file uploads





EaTrom wrote:
> 
> I have a client that we are trying to do something similar.
> 
> >From their public index.html page, there is a segment that will display the
> heading and link to a news article. I am using perl to take the info from
> the backend form page and generate the appropriate html for this snippet.
> This cgi will reside on a private server so only the client (and us) have
> access to it.
> 
> My query is: is there a way to dynamically include that snippet into the
> index.html without generating the index.html file each time? My alternative
> at the moment is to use a frame holding the top pane of the index.html which
> will reside on the private server and the bottom pane on the public server.
> Then, whenever the news clipping is updated, the frame will be able to
> display the newer version.
> 
> Any pointers??
--------------------

if your server supports Server-Side Includes (SSI) it would be an easy
way to do this. You'll have to ask your server admin.

D

# ===== Want to unsubscribe from this list?
# ===== Send mail with body "unsubscribe" to macperl-request@macperl.org