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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T17:49:54+00:00 2026-05-21T17:49:54+00:00

All, I have to manually create an HTML page. The story behind it is

  • 0

All,

I have to manually create an HTML page. The story behind it is not that interesting… But in case on wonders. I want to change a GET request’s parameters, for google, to enforce safe search. So I have
http://www.google.com/search?hl=en&source=hp&biw=1422&bih=755&q=blabla&aq=f&aqi=g10&aql=&oq=

to

http://www.google.com/search?hl=en&source=hp&biw=1422&bih=755&q=blabla&aq=f&aqi=g10&aql=&oq=&safe=strict

I have to create an HTML page with the modified get parameters.
What would that HTML string look like?

Thanks
Reza

  • 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-21T17:49:54+00:00Added an answer on May 21, 2026 at 5:49 pm

    Try

    <html>
        <head>
            <title>Safe search</title>
        </head>
        <body>
            <form action="http://google.com/search" method="get">
                <input type="hidden" name="hl" value="en" />
                <input type="hidden" name="source" value="hp" />
                <input type="hidden" name="biw" value="1422" />
                <input type="hidden" name="bih" value="755" />
                <input type="text" name="q" />
                <input type="hidden" name="aq" value="f" />
                <input type="hidden" name="aqi" value="g10" />
                <input type="hidden" name="aql" value="" />
                <input type="hidden" name="oq" value="" />
                <input type="hidden" name="safe" value="strict" />
            </form>
        </body>
    </html>
    

    Most of the parameters are unnecessary, but here is a form, containing a search field, that will produce the search query you want

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

Sidebar

Related Questions

I have a databound list view and can set all the column widths manually
I'm sure we all have received the wonderfully vague Object reference not set to
I have a bunch of projects in parallel subdirectories that all have etc/lighttpd.conf files.
I have a MFC dialog with 32 CComboBoxes on it that all have the
So I have a form with lots of controls that all have a tab
i want to create an algorithm or formula that gives me the following combinations
When I create a CGContextRef manually using CGBitmapContextCreate() , do I have to manually
Hello All I am using infragsitics tree view control.I have one stored procedure that
I want to create an invoice of every 2 week. An invoice can have
I have created a bunch of movie clips which all have similar names 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.