page redirection

View: New views
3 Messages — Rating Filter:   Alert me  

page redirection

by AKG :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

how to redirect to the original page which contains 'frames' ?

eg: I have the page A, from this I click a link called help, it goes to help pages.. from the help page
there is a previous href, on clicking this it should take us back to page A.

It is working fine if the page does not contain Frames, but if the page contains Frames, it is not loading it porperly..(ie not loading the complete page).

/***
<li>
                <dsp:a href="../../help/helppageslinkscontainer.jsp" target="_top"><i18n:message key="help"/>
                        <dsp:param bean="/OriginatingRequest.requestURI" name="prepage" />
               
                </dsp:a>
        </li>


**//



Re: page redirection

by george_o :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This sounds more like a frame/link problem than anything else. Have you tried testing this with plain HTML links and see if you can reproduce the problem? If so, then its not a DSP tag issue.

- George

Re: page redirection

by AKG :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

TRUE, its not a ATG specifc thing,

but this happened in our ATG projet, so thinkng any ways thru DSP tags,

Any help greatly appreciated

AKG