Jump to content

pallavi

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

pallavi's Achievements

Member

Member (2/5)

0

Reputation

1

Community Answers

  1. <form id="abc"> <select name="foo"> <option value="bar" selected>Bar</option> <option value="cat" selected>cat</option> <option value="mat" selected>mat</option> </select> <a id="ab">buy now</a> </form> bar=www.youtube.com cat=www.twitter.com mat=www.facebook.com when i select a option cat n then click on buy now then output will given a particular link on www.twitter.com Now u can understand ! then tell me..............
  2. <div class="custom-select price-option text-center"> <select class="btn-main"> <option id="1" value="1" class="opt-2">3 yrs @ &nbsp;<span><sup><i class='fa fa-inr'></i></sup>&nbsp;<sup><?php echo $valPlan['pricing']['prefix'];?></sup> <?php echo round(($valPlan['pricing']['INR']['triennially'])-($valPlan['pricing']['INR']['triennially']*1));?> </span> <span>/ mo</span></option> <option id="2" value="2" class="opt-2">2 yrs @ &nbsp;<span><sup><i class='fa fa-inr'></i></sup>&nbsp;<sup><?php echo $valPlan['pricing']['prefix'];?></sup> <?php echo round(($valPlan['pricing']['INR']['biennially'])-($valPlan['pricing']['INR']['biennially']*0.5));?> </span> <span>/ mo</span></option> <option id="3" value="3" class="opt-2">1 yr @ &nbsp;<span><sup><i class='fa fa-inr'></i></sup>&nbsp;<sup><?php echo $valPlan['pricing']['prefix'];?></sup> <?php echo round(($valPlan['pricing']['INR']['annually'])-($valPlan['pricing']['INR']['annually']*0.0));?> </span> <span>/ mo</span></option> <option value="4" class="opt-1">6 mths @ &nbsp;<span><sup><i class='fa fa-inr'></i></sup>&nbsp;<sup><?php echo $valPlan['pricing']['prefix'];?></sup> <?php echo round(($valPlan['pricing']['INR']['semiannually'])-($valPlan['pricing']['INR']['semiannually']*0.3));?> </span> <span>/ mo</span></option> <option value="5" class="opt-1">3 mths @ &nbsp;<span><sup><i class='fa fa-inr'></i></sup>&nbsp;<sup><?php echo $valPlan['pricing']['prefix'];?></sup> <?php echo round(($valPlan['pricing']['INR']['quarterly'])-($valPlan['pricing']['INR']['quarterly']*0.4));?> </span> <span>/ mo</span></option> <option value="6" class="opt-1">1 mth @ &nbsp;<span><sup><i class='fa fa-inr'></i></sup>&nbsp;<sup><?php echo $valPlan['pricing']['prefix'];?></sup> <?php echo round(($valPlan['pricing']['INR']['monthly'])-($valPlan['pricing']['INR']['monthly']*0.7));?></span> <span>/ mo</span></option> </select> </div> <div class="price-footer"> <a href="#BestPlans" class="xs-modal-popup btn-main">Read More</a> <a onclick="change_price()" class="btn-main">Buy Now</a> </div> <script> function change_price(){ document.getElementById(1).innerHTML= window.location.assign("https://www.youtube.com"); document.getElementById(2).innerHTML= window.location.assign("https://www.facebook.com"); } </script>
  3. using dropdown id then redirect buynow button particular id through passes url ................plz help advanced thank you
  4. <div class="custom-select price-option text-center"> <select class="btn-main"> <option id="1" value="1" class="opt-2">3 yrs </span></option> <option id="2" value="2" class="opt-2">2 yrs @ </span></option> <option id="3" value="3" class="opt-2">1 yr @ </option> <option value="4" class="opt-1">6 mths @ </option> <option value="5" class="opt-1">3 mths @ </option> <option value="6" class="opt-1">1 mth @ </option> </select> </div> <div class="price-footer"> <a href="#BestPlans" class="xs-modal-popup btn-two btn-main">Read More</a> <a onclick="change_price()" class="btn-main">Buy Now</a> </div> <script> function change_price(){ document.getElementById("1").innerHTML= "www.youtube.com"; } </script>
  5. <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie-edge"> <title></title> <link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> </head> <style> *{ margin: 0; padding: 0; box-sizing: border-box; } .bg{ background-color: crimson; } .navbar{ padding: 0px; } .nav-togller:focus{ box-shadow: none; } @media(max-width: 768px){ .ul-bg{ background-color: coral; } } nav .nav-item a:hover{ color: greenyellow !important; } </style> </head> <body> <div class="container"> <div class="row"> <nav class="navbar navbar-expand-md bg"> <a href="" class="navbar-brand fs-3 ms-3 text-white">Name</a> <button class="navbar-toggler me-3 text-white" type="button" data-bs-toggle="collapse" data-bs-target="#btn"><i class='bx bx-menu bx-md'></i></button> <div class="collapse navbar-collapse ul-bg" id="btn"> <ul class="navbar-nav ms-auto"> <li class="nav-item"> <a href="#" class="nav-link mx-3 text-white fs-5">Home</a> </li> <li class="nav-item"> <a href="#" class="nav-link mx-3 text-white fs-5">About Us</a> </li> <li class="nav-item"> <a href="#" class="nav-link mx-3 text-white fs-5">Gallery</a> </li> <li class="nav-item"> <a href="#" class="nav-link mx-3 text-white fs-5">Contact Us</a> </li> </ul> </div> </nav> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-4 bg-dark text-white"> <h3>What is Lorem Ipsum?</h3> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p> </div> <div class="col-lg-8 bg-info"> <h3>Why do we use it?</h3> <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p> </div> </div> <div class="row"> <div class="col-lg-4 bg-dark text-white"> <h3>Where does it come from?</h3> <p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p> </div> <div class="col-lg-8 bg-info"> <h3>Where can I get some?</h3> <p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p> </div> </div> </div> </body> </html>
  6. that process can't solve this error this are php.ini file error i can solve this thank you
  7. php artisan serve PHP Fatal error: Uncaught Error: Class "Illuminate\Foundation\Application" not found in C:\Users\sarps09\laravel\lara\bootstrap\app.php:14 Stack trace: #0 C:\Users\sarps09\laravel\lara\artisan(20): require_once() #1 {main} thrown in C:\Users\sarps09\laravel\lara\bootstrap\app.php on line 14
  8. \ how to solve??? <div class="select-option best-smart-menu-1" id="3mo">3 mths @ <span><sup>&#8377;</sup><?php echo $valPlan['pricing']['prefix'];?></sup> <?php echo round(($valPlan['pricing']['INR']['triennially']*0.4)-($valPlan['pricing']['INR']['triennially']));?> </span> <span>/ mo</span> </div>
  9. yaa but i don't have minus sign soo any solution to remove minus sign
  10. when i run this code then - sign display but i don't have the minus sign <span><sup>&#8377;</sup><?php echo $valPlan['pricing']['prefix'];?></sup> <?php echo round(($valPlan['pricing']['INR']['triennially']*0.4)-($valPlan['pricing']['INR']['triennially']));?> </span>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.