PDA

View Full Version : IFRAME, session variables


BubikolRamios
10-13-2008, 11:48 PM
this works

<iframe src = "../jsp/Home.jsp" ..


now, if i set sessionUser.lastIFrameURL to "../jsp/Home.jsp", it does not work
it has to be "Home.jsp" to work.


<iframe src ="<%=sessionUser.lastIFrameURL%>" ..


What is going on ?

shyam
10-15-2008, 11:53 AM
have u checked the generated HTML?