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

Recommended Answers

All 2 Replies

Rules of html

<a href="../index.jsp">index.jsp</a>

Rules of html

<a href="../index.jsp">index.jsp</a>

Thank you

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.