Hi guys,
ChrisHunt I tried your suggestion but the same thing happened...page couldn't be displayed.
I'm really new to URL re-writes and have no idea how to fix this :(
Hi there,
I'm having a problem with canonical URL's on my site hosted in Joomla. I switched one of my sites over to Joomla and the existing Google search results all point at http://www.domain.co.uk/page.php but when you click on them you just end up at http://domain.co.uk/ and not the specific...
I'm trying to run a DTS script that copies tables to from a dev server up to a live server. The DTS script works fine with a right click and execute.
I've been using these two pages as examples.
http://www.asp101.com/articles/carvin/dts/default.asp
http://support.microsoft.com/kb/252987
My...
hi ptheriault,
when ever i run profiler it locks the whole server up - i think maybe i'm asking it to profile too many processes...
I know that sql shouldn't randomly skip transactions - but i have an insert statement that works fine in query analyser, yet it misses 2 of the variables out when...
SOS!
My SQL 2000 server is appearing to miss some UPDATE statements - or sections of update statements out so the orders that I'm writing to my databases are not complete... - i'm getting no errors and if i add another update in to test the code it works fine.
We have increased the load on the...
Hi guys,
I'm running an IIS6 server using classic ASP and CDO SYS - i've been sending order confirmation emails without problems but have now started to get some of them seemingly randomly truncated with the code ------=_NextPart_000_27B5_01C781E7.440B53D0--
Has anyone seen this ever...
I have a query that gets values from todays date or yesterdays date using:
(orderdate = CONVERT(CHAR(8), GETDATE(), 112))
and
(orderdate = CONVERT(CHAR(8), GETDATE()-1, 112))
The cell format used to be 25/12/2006 but it's now been changed to include a timestamp so it's
25/12/2006 10:15:00...
was a bit of craziness as the original script i came up with on a different site ran after the form had loaded, but had never considered that, works great now though so many thanks for all involved :)
dam we r so close, both elements r there
does it matter if the form has the same id and name, would it interefer??????? well just tried it and didnt make a difference having either/or
what about positioning of the script - is this key?
alert worked fine, 11/2006 but didnt touch the date in the form
the page errored saying
document.forms['ahQuote'].elements is null or not an object
must be close!!!
no joy - ive tried this but just defaults to the top one
i should mention that you probably meant to put a M rather than a D as 1/2006 means jan 2006, not the 1st day of 2006
but either way i couldnt get it working :|
<script>
today = new Date();
d = today.getDate();
m = today.getMonth()...
hi i currently use this for a form that has individual day/month/year drop downs:
function fromDate()
{
today = new Date();
d = today.getDate();
m = today.getMonth();
y = today.getFullYear();
document.SelForm.ddd.selectedIndex = d+0;
document.SelForm.ddm.selectedIndex = m+0...
Hi there,
A numeric (cash) variable I am working with is having extra characters added to it in different browsers and os's on it's path through scrapes and javascript links.
Just before i use the variable again in asp i want to clean it up and get rid of everything apart from numbers and a...
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.