Sorry I should have been more clear, I'm talking about the document title, not the document name. The problem is that most users don't even know or see that Word saved a Title. It does this automatically and I can't figure out how to turn it off.
How can you set up word so it doesn't automatically save a title for a new document? I know you can go to Options: Save, and there's a checkbox for "prompt for document properties" but is there a way to set it up to have a blank title?
I'm new to Javascript so I hope this isn't a dumb question. I trying to get Javascript validation and Frontpage validation to both work in the same form. I'm thinking that it doesn't work because the Frontpage validation is returning a value of "True" that is then bypassing the javascript...
Actually I found out that the AD field EmailAddress doesn't always exist so it's better to use the field Mail. So the 14th line of the code should read:
email=adsUser.mail
The following code was posted by Summersl near the bottom of thread774-356151 and returns the users Name and Email Address. I got this code to work right away without having to prompt for username / password or enabling Integrated Windows Authentication or changing other security settings. My...
We are moving our existing Intranet over to a new server with Sharepoint installed. We are putting the existing intranet into a virtual directory and will keep running that until we get sharepoint configured and set up. The problem is how to forward the users from the sharepoint default.aspx...
This works to update the database as long as there are no ' (Apostrophes) in the fields. Can anybody recomend a solution to this problem?
<%
Dim ID, status, results, tester, notes, timestamp, arr_ids
ID= Request.Form("ID")
Dim Conn, Rs, sql, sql_update
Set Conn =...
Ok, so timestamp is in the default Now() format of 2/5/2004 2:14:07 PM
I use the Now() function to automatically populate timestamp but I don't know how to update the database with this value.
I'm new to ASP so I'll apologize in advance for not being able to figure this out. I can't get my update statement to work when I include either a date or a number field. Here's the code:
<%
Dim ID, status, results, tester, notes, timestamp
ID= Request.Form("ID")
status=...
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.