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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T04:14:25+00:00 2026-05-21T04:14:25+00:00

I have a php signup form. I have a text field named username ie,

  • 0

I have a php signup form. I have a text field named username ie, <input type="text" name="username"> to enter username. I have a button next to it with value and name as check. I want to popup a small window when user click the check button. I just want the entered text (username) to get displayed in the popup window.

The key need is to transfer the data from this window to popup window.

How can I make this possible??

  • 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-21T04:14:26+00:00Added an answer on May 21, 2026 at 4:14 am

    I’m not pretty sure what are your really wanted. I guess experimentX has a point. Anyway try this code. But first your calling page must be a php.

    PHP:

    <p>User Name is: <?php echo $_GET['userName']; ?> </p>
    

    HTML

    Forwarding value via URL

    <form>
    <p>
        <input type="text" name="userName" />
        <input type="button" value="check" onClick="window.open('popWindow.php?' + 'userName=' + this.form.userName.value, '_new')" />
    </p>
    </form>
    

    Forwarding value via submit:

    <form action="popWindow.php" target="_new" method="GET">
    <p>
        <input type="text" name="userName" />
        <input type="submit" value="check" />
    </p>
    </form>
    

    I hope this can help. If not please be more specific and provide more of your code.

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

Sidebar

Related Questions

I have the form below in a PHP/HTML file: <form method=post> Username<input type=text size=12
I have this HTML code to create the form: <form method=POST action=/post.php name=signup> <table>
I have a form (signup.php) that pops up in a nyroModal window when I
I have php file with form which the user need to enter three parameters
I have a text form in which the user should enter an email address.
I have a simple email form: <form method=post action=process-form.php id=emailForm name=emailForm target=_self> <h4>Sign up
I have signup form that posts all variables to signup.php. What I want to
I have a two field HTML form for newsletter signup. One field is for
I have php array ($_FILE[fails]) I need to output only thous names where type
I have a contact form i want to use Ajax for. My contact.php script

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.