[1] For fun, you may wish to get into the
LWP::UserAgent
and build a small 'browser' to 'fetch web pages' since that may
help understand the 'advantages' and disadvantages of page fetching...
I see prospects for sleep disappearing into fluffy pink sunsets...must
check the difference betwee
On Sunday, Jun 8, 2003, at 11:16 US/Pacific, Greenhalgh David wrote:
[..]
This isn't foolproof, unfortunately. A large part of the target
audience
is English (or other) speakers in Japan. Unless they've manually set
the
preferences in their browsers, they will show up as asking for the
Japanese
you will still need to deal with 'targets'
so you will need to know when you want
target="_top"
since you are repainting all of the window,
and when you want
target="MainBody"
so that something clicked in the vertical navigation
will show up in the MainBody Section...
Yes, happy with those as a
On Sunday, Jun 8, 2003, at 10:15 US/Pacific, Greenhalgh David wrote:
[..]
You guys are going to have to send me invoices at this rate!
That does indeed help. What I decided to do (and then confirmed when
I read these posts) was instead of trying to call a frame from the
original script, print a
On Sunday, June 8, 2003, at 05:12 pm, Greenhalgh David wrote:
Each directory then has at least
a. index.cgi
b. Vert_nav managing cgi
c. Main_data managing cgi
and other pieces of CGI code that are the worker bee's
for that level of the problem
HTH.
Drieux/Kristof