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 ?
<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 ?