If you are going to Paypal next, then address information from your site may be redundant, as that is normally supplied to you by Paypal as part of their system.
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only...
This looks like ASP.NET rather than AJAX - try forum855 ( AJAX in the context of this forum is Asynchronous Javascript And XML)
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
Do you actually need this information at this point? Many people are unhappy about providing unnecessary information to a website, and will move on if they feel excessive information is required. I would never give an address except to plan a route or to get a delivery for an item I had already...
Most likely problem is no doctype specified, therefore browser will drop into quirks mode. See http://www.htmlhelp.com/tools/validator/doctype.html
In general if you have any problems with layout start by using a validator which will help you resolve almost all of the problems straight off. See...
..or possibly 65535 (2 bytes = 2^16 or 65536, losing the possibility of 0 length name)
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
@GDO3
I see that you are a very light user of the forum, with only 7 questions asked and ZERO answers to anyone else's questions, even though you've been using the site for more than 8 years. The general ethos of this site tends to follow Eric Raymond...
You have the hover before the link and visited. See http://www.w3.org/TR/CSS2/selector.html para 5.11.3 to see how you should order them (LoVe HAte for link - visited - hover - active)
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in...
Just float the elements left. As there is nothing then in your footer that is not floated you will need to give the element a height.
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a...
You are already in PHP - you don't need to go into it again. Try changing $button.='<form name="input" method="post" action="<?php echo $_SERVER['SCRIPT_NAME']?>">'; to
$myform=$_SERVER['SCRIPT_NAME'];
$button.='<form name="input" method="post" action="' . $myform . '">';
If you want the best...
Hard to work out what might be wrong when you have 106 validation errors and 34 warnings. See http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fstore.nofear.com%2F
Probably best to fix them first and see if the problem goes away
If you want the best response to a question, please check...
Have a look at the document as it is seen by the browser (view content). It looks as if you may be sending something to the browser before the Doctype, which should be absolutely the first thing the browser sees. Check this article
If you want the best response to a question, please check out...
If you are having layout problems, start by making sure that your page is valid HTML/XHTML. Have a look at http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.meadowlarkco.com%2Flogistics.php
With 34 errors showing there is a good chance that one of them will mask what the real problem...
I fear you are trying to solve the wrong problem.
1. You should not have your database in any directory that is publicly accessible.
2. Nothing you can do will prevent hackers from typing certain unpredictable malicious strings into the address bar and pressing enter.
3. Any queries to a...
Have a look at http://www.asp101.com/samples/servvars.asp
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
All
Tried webfusion and regretted it. Have now cancelled with them and found that one of my other suppliers has space on his own server. This seems to be working out very well.
Mike
I tried US hosting and didn't enjoy it much
1. Relatively slow responses (server pings of typically 500ms rather...
Thank you for your input. Sadly he is a reseller, not an original host, and his allowances appear to be quite tight. His prices are also substantially higher than I would expect for this type of package, for instance the smallest package that will meet my needs is around twice the price of the...
Thank you, but I do need UK based hosting
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
It's probably loading, but as the code is not in a function, or being called, it won't do anything.
Try test.js looking like thisfunction start(){
document.write("Test external link.");}
and test.htm looking like this:<html><head><script type="text/javascript" src="test.js"></script></head>...
Thank you both for your thoughts. I will add these to my research.
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
After 2 years of steadily decreasing reliability and customer service response I am looking to find a new web hosting company. I need:
UK based servers (most of the sites I look after are UK companies).
PHP/MySQL.
Genuine 3 nines uptime.
Package to allow around 20 separate websites, preferably...
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.