PDA

Click to See Complete Forum and Search --> : How do I show a page which is a modified version of another page?


vbDan
Nov 21st, 2000, 09:41 AM
Hi,

I want to have a page that does the following:

1) A user accesses the page then
(2) The page loads the contents of another page)
3) The user selects/de-selects(?) things he/she wants
4) The page gets filtered based on user criteria
5) The result is being showed.

Example:
Suppose there is a site somewhere with both Videos and CDs on it. The the user that accesses my page can select to see either the Videos only, the cds or perhaps both.
Based on the selection the page gets filtered and the showed to the user. (This resource-page is on another server!)

Does anyone know if this is possible and if so how to do this?

vbDan

sebs
Nov 21st, 2000, 02:05 PM
Why can't you just show another pager with the selected choices!

vbDan
Nov 21st, 2000, 05:48 PM
The problem is that this other page (which isn't a page of mine) has information on it which needs to be filtered first.

So I wanted to make a page of my own, which loads the information from the other site; processes this information and shows the modified page...