I have an order form that is over a secure connection. I use php to do the error checking to make sure all fields are filled in. If not, of course it prints out to the screen to fill in the missing fields.
Problem I'm having, is that everytime you click the submit button it calls the action="/order.php", a box pops up saying "This page contains secure and non-secure items. Do you wish to display them." How can I turn that off, so that it doesn't display it everytime you click the submit button?
Can it be done with php or is it something with javascript that needs to be enabled or disabled within the browser?
Thanks.