There may be a
thread dealing with this somewhere... so apologies if there is (i'm a greehorn on this site)
I'm trying to find out the following: if I use
jsp:import to incorporate a web page (using an absolute URL) within my web page, then if a user clicks on a link on the imported web page, is it possible to get hold of the the SRC value (as a parameter) so that instead of returning just the URL referenced web page, I will be able to display, in the user's browser, the page they want, but with my web page 'including' it. In other words, I would like to have a series of my own web pages, which all include external content, but without allowing the user to simply load the external source and ignore my content.
I hope this is clear(!).
I may be missing some easier way to do this, so that's another reason for asking. I mean it may be that I need to use ASP or PHP...
I could, of course, use frames, but that is something I am, at this stage trying to avoid.
Also, I am lead to understand that even ignoring the problem of user clicked links (above), that jsp:import only works for text in external content, not images. I haven't even begun to think whether any of this would work for complex external sources, such as forms, login on, searches etc.