Hi guys really new to javascript have put together this function to help mw with ajax, it seems to work ok
Would like some feed back am i doing it all wrong , can i improve thank you in advance
If its really bad please dont be to harsh i have only lernt from google in last 2 weeks :-)
/*...
Hi
One thing u could do is have ajax display the paypal button that way the form is not visable in a normal view source i have done this my self, but it is only a half fix u could see the source if u used debuger in chrome for instance, i am currently working on a script to fix this in essence...
Hi Thanks for the replys
What i really wanted to was write a function to validate
Some thing like
check if 6 or 7 letters
check if alpha numerical
check if letter first
just do not know where to satart to the function
any more help please
Tim Dodgson
timdodgson@msn.com
www.timdodgson.co.uk
Hi every one
I am very new to this so thanks in advance for any help
The problem is
I have a simple access database with a two tables one holds customer informatio the other holds transaction information
what i want to do is a weekly report
the nearest i have got i think is
strSQL="SELECT *...
Thank you so much i should of know the first one derrrrrrrrrr i only been coding 6 weeks and using google and tek-tips as my book
Again Thanks a lot
Tim
www.timdodgson.co.uk
Hi i have 2 questions
I have managed to get adrop down to populate from my access db but some of mr recordsare blank so it puts blanks in the drop down how can i filter this out
and next question is there a way i can auto xcapatilze the returned values
Many Thanks in Advaance
Tim Dodgson...
Thanks for the help
I fixed it with this in the end
strSQL = "SELECT * " _
& "FROM [sub] WHERE (day(datevisit)= "& visitday &" AND month(datevisit)= "& visitmonth &" AND year(datevisit)= "& visityear &")"
I have no idea y just date wpuld not work lol
Tim Dodgson
Thanks for the replies all seems ok
the date varible does contane the date
ie response.write date prints the current date on the screen
this has me beat
What i am trying to do is an appointment outstanding page in my database so when i open page it auto tells me how many jobs i have for that...
Hi its me again lol
Ok my Problem is as follows
I have a table in an ms access db one feild is called datevisit and its type is set to date/time
So what i want to do is run a qyerry against the db from my asp page that compares against todays date by using the server varible date
strSQL =...
I worked it out
as follows
CopyMemory ArrBmp(0), Arr(BitmapOffset), UBound(Arr) - BitmapOffset + 1
It was move BitmapOffset + 1 up but wot through me was the + weas not pasting in
Got there in the end
Many Thanks Again
Tim
Thanks again that seems to od curedthat bit now i am simular probs with thischunk of code
'Move the bitmap into its own array
ReDim ArrBmp(UBound(Arr) - BitmapOffset)
CopyMemory ArrBmp(0), Arr(BitmapOffset), UBound(Arr) -
BitmapOffset + 1
Any...
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.