Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: robburne
  • Order by date
  1. robburne

    HTML form with image for submit button

    Thanks for your help guys I finally solved it, I learnt something today! Don't mess with the default form button, lol! Thanks, Rob.
  2. robburne

    HTML form with image for submit button

    I am sorry, want I want to ask is why is it not in an array and how can make it so? Sorry very tired. Rob.
  3. robburne

    HTML form with image for submit button

    Please disregard the following lines form my lastpost, I did not mean to paste them and can't see a way to edit my post. Worldwide Courier - Gatwick MENU Services Shipping Advice Online Booking Get A Quote Open Account Job Calculator Currency Conversion Contact & Location
  4. robburne

    HTML form with image for submit button

    Ok I have managed to test the x and y variables and get my if statement to correctly parse the condition so all good there. Now to the next problem (currently this has taken around 4 hours to implement an image submit button - unreal!). The action part of theform looks like this...
  5. robburne

    HTML form with image for submit button

    It gives me in the address bar.... test.htm?x=84&y=55 So in my script I tried: if (isset($_POST['x'])) But it is not catching it still. Puzzled! Rob.
  6. robburne

    HTML form with image for submit button

    So what would be the correct syntaxt to check the x and y values of the image then? Thanks, Rob.
  7. robburne

    HTML form with image for submit button

    The if statement: if (isset($_POST['submit'])) is defintely looking at the: name="submit" Because if I change the value to submit1 it does not catch it, but submit does. Rob.
  8. robburne

    HTML form with image for submit button

    Thanks for the feedback......... The if statement is necessary, the script itself is a set of tracking functions. If the form has not been submitted an input screen is displayed into which the user inputs consiggnment details. Else tracking info for a consignment is displayed. In my case the...
  9. robburne

    HTML form with image for submit button

    Hi, I am using a standard html form but I want to use a graphic in place of the default submit button at the bottom of the form. I am using this code: <input type="image" src="button.jpg" name="submit"> When I submit my form a script catches the condition with as follows......... if...
  10. robburne

    Calender for a html form

    You´re a star that works great many thanks. One other thing, on my original calender (before I implemented the javascript version) I was using some css to control the look: <select name=date style="width: 50px; font-size:10"> Namely using the width to spread the 3 date boxes over the area of...
  11. robburne

    Calender for a html form

    Yes I read that but all that does it format the string which is made once the form is submitted. It does not change the date format when displayed in the form. Thanks, Rob.
  12. robburne

    Calender for a html form

    I think I am going to go with the following..... http://www.dynamicdrive.com/dynamicindex7/jasoncalendar.htm The one issue is the order of the date parts. This calender lists the month first, then day then year. I would like day first. I think it canbe changed within the .js file, I have...
  13. robburne

    Calender for a html form

    Many thanks for all of the replies! I'll take a look at all of the options! Rob.
  14. robburne

    Calender for a html form

    Hi, Does anyone know how I can implement a calender that will autofill the date fields of a html form as in the example below, click the link and you'll see a little calender icon next to the date drop down fields. http://www.easyjet.com/en/book/index.asp Many thanks in advance. Rob.
  15. robburne

    Javascript Print question

    Hi, Thanks for the reply, not a problem not being able to do as I wish. In my case the user is clicking a button that says 'PRINT' so I don't think I am violating anyones user interface, just making the system I am developing more user friendly. Many thanks, Rob.
  16. robburne

    Javascript Print question

    Hi, I am using a simple piece of javascript code in the body tag of a html document so that when the page is called a print dialogue box pops up automatically: <body ONLOAD="window.print()";> Does anyone know if it is possible to make the print pages default to another quantity rather than 1...
  17. robburne

    i-frame bug?

    I left the close iframe tag out! Many thanks, so it was something completely obvious that I oversaw. Thanks for helping me see the light through the woods, or however the expression goes! I was working on this one late last night and fatigue was a factor! Rob.
  18. robburne

    i-frame bug?

    Any ideas regarding this guys, I have searched the web and can find no solution, I am sure it is something obvious I have overlooked. Would someone be so kind as to view my source and see if they can find an error. Many thanks, Rob.
  19. robburne

    i-frame bug?

    Hi, I did a search on Google and after some reading I had the following to the first line of my page: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> Does solve anything though, any ideas? Thanks, Rob.
  20. robburne

    i-frame bug?

    Is there an i-frame expert out there? I am sure I have found a bug. Take a look at this page: http://www.plastikibiza.com/index4.htm The white box is an i-frame and the red box is a table. I have found that any objects below the top line of the i-frame disappear when online. For example in...

Part and Inventory Search

Back
Top