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
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...
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.
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...
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...
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...
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.
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...
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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.