Hello , I created link to admin/admin.jsp
I want to create a link to index.jsp in admin page
Mysite___
|___index.jsp
|___admin/
|___admin.jsp
Hello , I created link to admin/admin.jsp
I want to create a link to index.jsp in admin page
Mysite___
|___index.jsp
|___admin/
|___admin.jsp
Rules of html
<a href="../index.jsp">index.jsp</a>
Rules of html
<a href="../index.jsp">index.jsp</a>
Thank you
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.