Advanced Search

Search:

Type: Posts; User: jonnyfreak; Keyword(s):

Search: Search took 0.00 seconds.

  1. discount voucher how to set up using php

    i want to be able to add a discount code based on what the admin inputs

    example

    12345 = -10%

    3456 = -£25.00

    then have the user input this code on the either checkout page or shopping...
  2. thats done it, thanks for your help :)

    thats done it, thanks for your help :)
  3. http://www.dynamicdrive.com/dynamicindex4/lightbox...

    http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm
  4. using lightbox and to always show next a previous buttons

    I am using the lightbox from this site but when viewing the images i need the next and previous to remain visible, how can this be achieved?

    thanks
  5. i have sorted by problem to a certain extent ...

    i have sorted by problem to a certain extent

    <style type="text/css">
    .crop{
    height: 200px;
    width: 200px;
    overflow:hidden;
    margin: 5px;
    }
  6. no i cant do that because it will distort the...

    no i cant do that because it will distort the images.

    i need to just show part of the image as a thumbnail so if the image uploaded isnt the correct size it wont matter and it will just show what...
  7. crop images to display thumbnails the same size

    I have thumbnails that are using the Tom Muck horizontal looper.
    however the uploader that i have used only scales the images from their orginal size so when the thumbs are displayed they are all...
  8. thanks for the advice i have deleted ...

    thanks for the advice i have deleted


    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
    <script type="text/javascript"...
  9. javascript confilcts ...what should i do

    Hello I wonder I have a page that has some spry validation assets and also a jquery datepicker.

    this is the following code i have in the header


    <script type="text/javascript"...
  10. ok sorted it to a certain extent i have used...

    ok sorted it to a certain extent

    i have used the javascript alert


    <script type="text/javascript">
    function selection_warn() {
    if...
  11. thanks for that, but the process of the form is...

    thanks for that, but the process of the form is they select a design (then have to submit that in order to give the values of that design) then choose the size below then send to cart so the alert...
  12. thinking about it i would need the alert with an...

    thinking about it i would need the alert with an if/else statement
  13. thats wrong on my behalf not your. Thanks in...

    thats wrong on my behalf not your. Thanks in advance
  14. I have tried the following but am sure its wrong...

    I have tried the following but am sure its wrong


    <script type='text/javascript'>
    function disable(){
    document.getElementById('button').disabled = true;
    }
    </script>
    <form id="button"...
  15. ideally yes deactivate the button until an option...

    ideally yes deactivate the button until an option is selected.

    how would i go about do that?
    thanks
  16. submit button need alert if value not select rather then send to blank page

    I have a product page that sends to a product detail page, The detail page also has all other products from the catagory.. The problem is when they land on the page it shows their selected product...
  17. i am trying to work out what goes where with the...

    i am trying to work out what goes where with the code i already have. i dont want to duplicate code. i have posted the code i already have above. can you show me where your code goes please.
    ...
  18. dynamic select list display details on same page

    i have a select dropdown list that is showing products from a php msql database. When one of the products is selected from the list in need the details of that product displayed underneath the select...
  19. choose sold out from select list and submit form to show a javascript alert

    I have a select list that is populated from a mysql DB. these fields can be manually changed. When the user views the select list if the words sold out are in the text string eg. 2 years (sold out)...
  20. send 1 table id to another table using a form

    I hope this is the correct forum
    I have an input form that sends data to three different table in a MySQL database.
    What i have is a tenant table, a guarantor table and a landlord table, also on...
Results 1 to 20 of 20