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

  • Home
  • SEARCH
  • 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 7025491
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:58:55+00:00 2026-05-27T23:58:55+00:00

on a page i have a link <a href=/_l/R/Contact.aspx id=ctl00_SPLinkbutton1><span class=ms-splinkbutton-text>Contact</span></a> I would like

  • 0

on a page i have a link

<a href="/_l/R/Contact.aspx" id="ctl00_SPLinkbutton1"><span class="ms-splinkbutton-text">Contact</span></a>

I would like to get the current url of the page i’m on and add it to the href.

So if I am on http://mysite.com when I click the link contact above I would go to the page http://mysite.com/_l/R/Contact.aspx?source=http://mysite.com.

Any ideas on how to achieve that in jQuery or JS?

  • 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-05-27T23:58:56+00:00Added an answer on May 27, 2026 at 11:58 pm

    Try this fiddle,

    $("#ct100_SPLinkbutton1").click(function(e) {  
      e.preventDefault();
      document.location.href = $(this).attr("href") + "?source=" + document.location;
    })
    

    UPDATED

    <!DOCTYPE html>
    <html>
    <head>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    </head>
    <body>
    <a href="/_l/R/Contact.aspx" id="ctl00_SPLinkbutton1">
        <span class="ms-splinkbutton-text">Contact</span>
    </a>
    <script>
    $('a#ctl00_SPLinkbutton1 span').click(function(event) {
        event.preventDefault();
        document.location.href = $(this).attr("href") + "?source=" + document.location;
    });
    </script>
    </body>
    </html>
    

    Get this code to your own html page and test, however same code is not working in fiddle, may there is issue in the fiddle in my network.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Say I have an anchor link like: <a id=page-contact rel=shadowbox;width=640;height=400 href=/contact.php>link here</a> How would
I have a link on a page, and I would like to send a
I have a simple link in a menu <a id=Home href=Amico-Bio-Home-Page></a> to which i
my page have a link <a href=/hyperlink>Hyper link</a> i want to open a dialog
I'm trying to add column to ASPxGridView which would have link to other page:
I have a -link element that has href link to page, but I have
i have a link on page 1 with querystring href=page2.html?selected=1 . What i want
On the following page I have a link and an image, the image is
I have a page index.php where i have a link called add_users.php. In add_users.php,
I have a link on a page that pops up a new window, and

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.