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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:06:44+00:00 2026-06-18T08:06:44+00:00

SHORT: Need a script to remove the parameters on URL IF EXIST. Must be

  • 0

SHORT: Need a script to remove the parameters on URL IF EXIST. Must be jquery/Script/

LONG: I have a site where I send traffic to with lots of parameters. These are processed instantly with php to cookies. After my cookie set I would like to refresh the same page but WITHOUT parameters. I cannot do it php since the cookies need to be processed by an iframe so I need a jquery/script to do it AFTER cookies are set via the iframe.

Thanks guys! 🙂

  • 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-18T08:06:45+00:00Added an answer on June 18, 2026 at 8:06 am

    I think you need to use something like:

    var url_update= false;
    var stripped_url;
    function removeparametersFromURL(url_string) {
    if (url_string.indexOf("#") > 1) {
        URL = url_string.split("#")[0];
        url_update= true;
    }
    if (url_string.indexOf("?") > 1) {
        URL = url_string.split("?")[0];
        url_update= true;
    }
    return URL;
    }
    
    var stripped_url = removeparametersFromURL(top.location.href);
    if(url_update){
    top.location.href = stripped_url;
    }
    
    setTimeout(function(){
    stripped_url = removeparametersFromURL(top.location.href);
    if(url_update){
    top.location.href = stripped_url;
    }
    },5000); //will call function after 5 seconds
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to encrypt and decrypt short strings (Ex. 'product1234'). I have used mcrypt_encrypt
Long story short, client's hosting is using php 5.2.5 and i desperately need to
I have a site built using jQuery and jQueryUI. All dialogs are using the
I need html - java script / jquery charts using single file. What do
Basically, I need a script that can solve the problem in very short time.
I have a script, which I want to use to remove a line that
I am actually writing a batch script and I need to remove duplicate lines
I have a php script I need to run frequently, ie approx every 10
I have a AHK script which I need to debug. I basically want to
How can i shorter below codes than before? i need short and simple method:

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.