I am building a simple page to enable addition of news items to my intranet via a form submitted to the database.
I want the user to be able to click buttons that add text to a textarea - e.g. they can click a button to automatically write empty html tags and links with "almost" complete urls...
Is there a simple way of replicating the Right Click-> Save Target As behaviour in a link, so that rather than opening a file in a browser it prompts for download to their local machine when the link is clicked?
Could be a caching thing? I find at times IE6 insists on displaying cached pages even if you have changed page. This seems to be random behaviour though, doesn't always happen.
You can use display: block to turn a link into a block level element. This is useful if you want to display a series of links as a menu. You can alter an unordered list, for example, so that it appears to be a table containing links, and use the a:hover psuedo class to change the background...
I am designing a site with a styled unordered list as a menu, with links using display: block to , er, display as block level elements, and then using a:hover to change the background. The problem is that sometimes in IE6 the whole block of the link is not clickable, although it is in other...
Every month or three I have to through an exercise of receiving 20-odd company board papers as word documents and trying to make them available via the web site in a short timescale. I had been converting to pdf but the amount of papers is growing, even a zip file containing the pdfs was over 5...
Have a strange one. Have asp page working with Access 2003 Database. For some reason only part of the contents of a memo field appears on the page, where I am trying to get the whole body of text to appear. It just breaks off part way through. Any ideas?
I am attempting to do recordset paging on something I am working on. I have borrowed a script from somewhere that works ok as a stand alone, however I want to pass parameters to it from a form. It all seems to work fine when displaying the first page, however when I try to click for the next...
So if I'm understanding you correctly, I would put a value in the lookup table that says "choose one" or something with a value associated with that. I would then need to write some VBScript that builds a sql statement piece by piece according to what had or hadn't been selected. Is that what...
I have a search page with 3 drop-down boxes (fed from tables in a database) from which users can pick 3 categories to search on. However, I need to set it up so that users can search on only two of those categories if they so wish.
The page is backed by a sql query of the WHERE ID =...
I have manually converted Yes/No fields in an access table to text, and instead of -1 or 0, they say "Yes" or "No" - I need to know how you can make this conversion in a query (access not my strong point!)
Regards,
Tony
Hi there. I am attempting to use asp to run a query as a stored procedure in access. It works ok, as long as I use an = operator and match a string exactly. The problem is I want to use the LIKE operator in the query, and I can't work out how to do this via the asp page. Can anyone help...
I don't know if anyone else might be having similar problems, but we are having a few issues where asp pages suddenly stop working. The errors always seem to involve lines of code that include the "execute" command.
For example, we could not get Dreamweaver inset record behaviours to work -...
I have an update query where I want the query to update a field in table 1 with a value from a field in table 2, and another field in table 1 with a text value, where another value in another field in table 2 satisfies a certain criteria - in this case it is a yes/ no field.
so I have under...
Have you tried serving the pages via another application, like Dreamweaver, or just typing the url (e.g. http://localhost/whatever.asp/) into your browser? I have a problem where I cannot browse pages from the IIS console, but IIS seems to be working nevertheless when I browse to pages via the...
I need to find a decent search page solution that works with index server, and that excludes certain directories in the web site. I know that you can tick and untick "Index this resource" in IIS, but it doesn't seem to work. However, I don't seem able to exclude stuff via the page...
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.