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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T07:03:19+00:00 2026-05-24T07:03:19+00:00

Situation: A user is viewing a web-page using the contact option provided. Upon clicking

  • 0

Situation:
A user is viewing a web-page using the contact option provided. Upon clicking ‘Contact’, I’d like to pass the URL of the currently viewed page as text into a field of that contact form.

The starting point is any HTML page (page-xy.html).
The existing contact-form is written in PHP, HTML and CSS (contact.php) and does function fine.
I assume a Javascript may help to accomplish this procedure.

Upon clicking the ‘Contact’ button, this Javascript command reads the current URL:
var strReferrer=window.location.href;

The question is how to pass this variable ‘strReferrer’ on to ‘contact.php’ that is being opened?
In the following the variable should be inserted into the message text field for example.
I’d rather not use a cookie for this.

Hope someone has suggestions leading to the solution, thanks.

My goal is just about the reverse of the problem described in this thread

  • 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-24T07:03:20+00:00Added an answer on May 24, 2026 at 7:03 am

    Here is the solution that I have implemented.

    In any HTML page with a contact option, call a simple script as stated below.
    In case JS is not available the contact form opens via ‘href’ and of course without the originating URL.

    <a href="/contact/contact-form.php" title="send an eMail" onclick="return(contact())">Contact the author</a>
    

    … that puts the string of the current URL into ‘strReferrer’ and opens a new window with your contact-form.php

    <script>
    var strReferrer = location.href;
    function contact() {
    window.open("/contact/contact-form.php?sourceURL="+strReferrer);
    return false;}
    </script>
    

    PHP queries the string with ‘strReferrer’ and keeps it in ‘$params’.
    in contact-form.php:

    //get the URL from the originating page (where this form has been called from)
    $params  = $_SERVER['QUERY_STRING'];
    ...
    ...
    // Insert '$params' into the text as part of the text to be eMailed.
    // the eMail Content Header for the recipient
    $_POST["text"] = $_POST["send"]["author"]." with e-mail address: ".$_POST["send"]["mail"]." sent the msg below: \n <$params> \n \n $texto";
    

    Now you know the page-url your visitors have decided to contact you.

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

Sidebar

Related Questions

I have situation like this: user submits form with action='/pay' in '/pay' I have
I have a situation where the user can do something (like a post) only
Situation: A user submits a url and my php script adds that url to
Here my situation : The user click on a LinkButton, and the page does
I have a situation where information about a user is stored in the web
I have a situation here i am taking input from user using scanf can
Here is the situation: User looks something up. Alert sound is played because there
In .NET (C#, specifically), how can I stop navigation? Situation: User has clicked a
I have a situation where user requests to do a long running process. I
I have the following situation: A user will define a certain filter on a

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.