Surprised I didn't consider that from the last thread. I may test that
approach as well although I've not done any Ajax calls yet. Would be a good
intro for me. Thanks for that. Assuming that the initial load of the page
could trigger the ajax call without a user having to interact.
***
Regards,
Joe W Holt
Sr Programmer/Developer
Jack Onofrio Dog Shows, LLC
405.427.8181
From: Nathan Andelin <nandelin@xxxxxxxxx>
To: "Web Enabling the IBM i (AS/400 and iSeries)"
<web400@xxxxxxxxxxxx>
Date: 07/16/2015 12:17 PM
Subject: Re: [WEB400] Home page options for Apache on IBMi
Sent by: "WEB400" <web400-bounces@xxxxxxxxxxxx>
In this environment would you suggest an Apache include
call to a cgi application or make the entire home page dynamic getting
rid
of the static index.html.
In the prior thread we discussed downloading a static page initially, then
subsequently making AJAX requests to fill in dynamic elements. That's
essentially the pattern for single-page applications.
The "social hope" sites that we referenced previously used the JQuery
"load" function to inject the response from a URL into the innerHTML of a
known static element (id='content').
$("#content").load(url);
A requirement to update multiple elements on the page would be more
entailed, but the premise of beginning with a static HTML page, and making
subsequent AJAX requests to fill in details dynamically, still stands.
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing
list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/web400.
As an Amazon Associate we earn from qualifying purchases.