Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8436073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T07:05:26+00:00 2026-06-10T07:05:26+00:00

I have a Enter URL: <input type = text name= aURL/> in my form

  • 0

I have a

Enter URL: <input type = "text" name= "aURL"/>

in my form and I want in JSP to become a clickable URL.

I tried with:

<% String aURL = request.getParameter("activityURL"); %>

<a href = "<%= aURL %>" ></a>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T07:05:28+00:00Added an answer on June 10, 2026 at 7:05 am

    Your link has no body (i.e. there’s nothing between <a> and </a>), so nothing will visually appear as a clickable link. You need to give the link a body so that the enduser has something visible to click on.

    E.g. the text “click here”:

    <a href="<%= aURL %>">click here</a>
    

    or just the URL itself:

    <a href="<%= aURL %>"><%= aURL %></a>
    

    See also:

    • HTML Beginner Tutorial – Links

    Unrelated to the concrete problem: you’ve there a huge XSS attack hole with inlining user-controlled input unescaped among the HTML source code. This is pretty dangerous if your website has a sensitive backend and/or when there are sessions involved. Start learning JSTL/EL and discover the fn:escapeXml() function to make it XSS attack safe.

    <a href="${fn:escapeXml(param.aURL)}">click here</a>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this form: <form name=form method=post> <div> <p> Problem Name: <input type=text size=20
I have following html form: <form method=post action=> <input type=hidden name=userid id=user value=<?php echo
I have some variable: <input type=text id=use /> <div id=app></div> I want if ajax
I have a form with two input fields, one text and one send button.
I have an input form and on submit (pressed the enter key) I would
I have a textbox where user will enter the url of the image :
On websites where you have to enter a user name and password, I notice
In Android, I'm trying trying to have the user enter a place they name,
I have text box to enter a phone number. I'm using AJAX MaskedEditExtender and
I have the following jQuery script: $(document).ready(function() { $.ajax({ url: 'temp.ajax.php', type: 'GET', success:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.