Hey there,
I'm forwarding from one jsp page to another using:
<jsp:forward page="PicView.jsp">
<jsparam name="photoID" value="<%=strPid%>"/>
<jsparam name="SGID" value="<%=strSGID%>"/>
</jsp:forward>
Which should goto "PicView.jsp?photoID=strPid&SGID=strSGID", right?? I want to go one step farther and goto here: "PicView.jsp?photoID=strPid&SGID=strSGID#place" ________________________
JoelMac
I'm forwarding from one jsp page to another using:
<jsp:forward page="PicView.jsp">
<jsparam name="photoID" value="<%=strPid%>"/>
<jsparam name="SGID" value="<%=strSGID%>"/>
</jsp:forward>
Which should goto "PicView.jsp?photoID=strPid&SGID=strSGID", right?? I want to go one step farther and goto here: "PicView.jsp?photoID=strPid&SGID=strSGID#place" ________________________
JoelMac