gtorino Posted August 6, 2003 Posted August 6, 2003 Hello. I have a FM database on the web and I need a script that will go into the Updates field, click at the start, insert the date and a " - " and then let the user insert his weekly update at the top of the list. The problem, of course, is getting the insert at the top of the list rather than at the bottom and then placing the cursor after the new line at the top (currently it jumps to the bottom of the list). It would be a nice touch if, at the end of the update entry, the script would add "<br>", but I'm not looking for miracles! Anyone know how to do this? Another nice touch, if it's possible, would be to have the user enter his login just before the web page is called up, and then insert that name in the new Updates line. So when the user sees the field, it would look like this: 8/6/03 gtorino - (cursor would be here, ready to enter text) <br> 7/30/03 gtorino - This is last week's update, blah blah<br> 7/23/03 gtorino - The week before, blah blah<br>
-Queue- Posted August 6, 2003 Posted August 6, 2003 I would suggest using a global for the data entry and making the Updates field a calculation based on current date & " " & username & " " & this global & "
Recommended Posts
This topic is 7783 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now