Answers for ""send data with window.location.href and get""

0

"send data with window.location.href and get"

function passIDto(IDval){    
window.location.href = "CustomerBasket.php?oridd=" +  IDval ;
}
Posted by: Guest on March-13-2022
0

"send data with window.location.href and get"

<?php
  $value = $_GET["oridd"];
  echo  $value;
?>
Posted by: Guest on March-13-2022

Code answers related to ""send data with window.location.href and get""

Code answers related to "Javascript"

Browse Popular Code Answers by Language