Hi all
In IE5 you can set the start page of a users browser - does anyone know of a way to access this page?
I would like to create a Home button, in the same way that 'javascript:history.back()' will mock up a browsers back button
Thanks for any help
Andy M
Hi
Just come across using CDONTS to send email from an ASP script - all seems good, but my script does not currently work as SMTP is not set up on the server that the script runs on.
Company has a dedicated SMTP server - is there any way of passing the message to this server to send, or will I...
Hi
I have a Form, which when filled in is used to perform a search on an Access database.
The clever stuff actually happens on the results page, which gets the info it needs using 'Post' from the form. All works fine - this isn't an ASP question.
However, if I try to split the results up...
I've came across this problem too
found it worked differently between Acc97 and Ac2000
Solved problem in 2000 by using this code:
Set conn=Server.CreateObject("ADODB.Connection")
conn.Open "AccessDSNName"
ie removing the "DSN=" from the second line.
I don't...
Hi
I am trying to embed an image in an OLE field in Access97.
Access does not seem to recognise my JPG file as being a JPEG - it inserts the image as an anonymous 'Package', meaning I can't get at it using ASP.
I have all the image filters etc installed, as per Access97 help...
Any ideas...
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.