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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T19:03:01+00:00 2026-06-16T19:03:01+00:00

Lets say I have a simple php index website page. I have a need

  • 0

Lets say I have a simple php index website page.

I have a need to clear the screen depending on when certain parameters are passed to the index page. The code that checks the passed parameters could appear anywhere in the index page.

If the parameter is not passed the page loads normally, if it is passed it clears/blanks the screen or alternatively pops a blank window to echo into.

I want to do it as efficiently as possible as a one-liner leading to my echo statement (if 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-06-16T19:03:02+00:00Added an answer on June 16, 2026 at 7:03 pm

    Couldn’t you simply reference a tag in javascript to

    <body></body>
    

    and then set the innerhtml value from there?

    For example, we can use a button that will use the

    document.body.innerHTML
    

    property to set the page to whatever we want like such . . .

    document.body.innerHTML = 'cleared';
    

    or . . .

    <button name="btnClear" id="btnClearMe" onclick="document.body.innerHTML = 'cleared'" >Clear Page</button>
    

    full code:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title></title>
    </head>
    <body id="bdContent">
        <button name="btnClear" id="btnClearMe" onclick="document.body.innerHTML = 'cleared'" >Clear Page</button>
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Lets say I have a really simple html form: <form action=./whatever.php method=POST> <input type=submit
Lets say I have a simple ecommerce site that sells 100 different t-shirt designs.
Lets say I have a simple 1D array with 10-20 entries. Some will be
Lets say I have a class A that is fairly simple like this -
Lets say that you have a following simple application: <form action=helloServlet method=post> Give name:<input
To keep things simple, lets say I have a Node class, each node has
I have a simple question about MySQL and PHP here. Let's say I have
Let's say I have a php page that dynamically loads the return of a
im new in PHP and im trying to write simple online shop. Lets say
Let's say I have some simple Javascript like: <script> var hello = function(){ alert(Hello

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.