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.
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...
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.
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.
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.
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...
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.