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 8586673
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T22:22:01+00:00 2026-06-11T22:22:01+00:00

as the above stated, I wish to make once user click the hyperlink and

  • 0

as the above stated, I wish to make once user click the hyperlink and it should copy into a variable in PHP. Is it possible to do it?

This is what I have tried but nothing seems to come out?

Code:

    <script type="text/javascript">
    function getdl(){
        var dlink = (document.getElementById('getdllink').getAttribute('onclick'))
         <? $url ?> = var dlink
    }
    </script>

<a id="getdllink" onclick="getdl()" href="#"><strong>Master Prospectus</strong></a></font>
            <? echo $url; ?>

I did something wrong? Please help. Thanks!

  • 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-11T22:22:02+00:00Added an answer on June 11, 2026 at 10:22 pm

    It’s not possible what you are doing … But it can be done by ajax.

    What php does is:

    enter image description here

    So you need to make an ajax call and assign it to the php variable.

    I would suggest you use jquery. It’s very simple and effective.

    You can send the data by

    jquery:

    $("id or class of link").live("click",function(){
    var val = $("#getdllink").val();
    
    $.ajax({
      type: "POST",
      url: "some.php",
      data: { value :  val    }
    }).done(function( msg ) {
      alert( "Data Saved: " + msg );
    });
     return false; // Prevent browser from visiting link
    })
    

    and in some.php

    $var = $_POST['value'];
    

    the above method won’t need to refresh the page

    to send this by url check the @PLB answer, it’s good

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

Sidebar

Related Questions

The above expression is working fine. this expression means first leter should start with
Im doing some preliminary research into the problem stated above. I have read a
The above emulator image is just getting the input from the user and showing
I have this XML structure that I wish to construct in JSON format using
As stated above, what's the difference between XElement.Load and XDocument.Load ? They both seemingly
My question is stated above in the title but I'll write it here again
I want to perform the operation stated above. void myFunc(void *parameters) { myObject myObj
I would like to perform the operation stated above. void myFunc() { ... //
I wish to settle my long term problem by this question and hope you
I have an AIR application that I wish to lock into landscape orientation. I

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.