Data Passed To Other Pages Via Hyperlink Is Being Cut Off December 01, 2023 Post a Comment I have a form that contains 2 , the first select auto-populates itself upon page load, while the second select populates itself based on the choice selected in the fiSolution 1: You need to encodeURIComponent the value for category before using it in a URL.$('#BusinessCreateCategory').change(function(){ var category=$('#BusinessCreateCategory').val(); var encoded = encodeURIComponent(category); window.location.href='getbusinesssubcategory.php?category='+encoded; }); CopyAmpersand is a special character that garbles the URL you are trying to pass. Encoding the value should allow you to treat it as a single value.Solution 2: There is a browser limit to how many characters can pass through. Do you have an example of the complete string that you are trying to pass? I would initially suspect that this could be an encoding issue.Solution 3: encodeURIComponent to encode the string being passed. The value should be encoded but when you query your db it might look for exact match, in case you fail to see any output via the encoded string use decodeURIComponent to decode the string before passing it to db. Check the output at phymyadmin before your formally put the code. Share Post a Comment for "Data Passed To Other Pages Via Hyperlink Is Being Cut Off" Top Question Give This Function An Id We are making a advert div, and we have this function on mo… Getrowheight() Not Working With Rowmodeltype = 'infinite' With Latest Ag-grid Version I see this Note on ag-grid site: Changing the row height i… How To Loop Through Items In A Js Object? how can I loop through these items? var userCache = {}; use… Google Maps Api V3 Marker. Google Is Undefined I've a website with the google maps api which is loaded… Passing Text_field Value To Will_paginate As Parameter In Rails I have a controller for Books, in index action I am using w… Should I Manipulate Dom Directly Or Using React State/props? This is the situation: This component renders many data as … Set The Custom Properties In Joining Model Using Loopbacks Hasmanythrough I am trying to set up a many to many relationship in LoopBa… Difference Between For Loop And For-in Loop In Javascript I found that there is a difference between for loop and for… How To Get Form Data From Pdftron Webviewer I have a PDFTron webviewer which I use to render a pdf form… How Can We Set The Google Map With Only Our Hotel Information? We are working on the project related to Google Map integra… Recent Post Loading... December 2024 (1) November 2024 (39) October 2024 (62) September 2024 (19) August 2024 (375) July 2024 (340) June 2024 (708) May 2024 (1300) April 2024 (812) March 2024 (1586) February 2024 (1733) January 2024 (1387) December 2023 (1412) November 2023 (403) October 2023 (561) September 2023 (102) Widget HTML #3 Menu Halaman Statis Beranda © 2022 - especialidadeseivconstruccion