ModificationDate The last modified date.
Cache URL of the cached result.
10.6 Creating an Ajax Web Search Application for Yahoo 207
In the input.jsp add a form containing fields for application id, query,
results, and context. The form may be submitted using GET or POST, but
to use a context with many search terms use the POST method. The form
element is specified as follows.
Copy input.
Pages:
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184