Thank you Mark / Guru (who I'm guessing are the same person) ?
Okay, I've learnt a lot working on this project, and have a couple of questions incase I need to do this again :
What should the <HEAD> tag be used for - is it just titles then?
In my 2 HTML books, it says I can have data too (tables etc.) what do you professionals use it for though
Why would :
Code:
Dim MyFile
Set MyFile = fso.OpenTextFile("C:\testfile.doc", ForAppending, True)
With MyFile
.Writeblanklines(3)
.Write "ELT Specialist weekly Report Number : " & theform.txtRptNo.value
.Writeblanklines(2)
.Write "Name of person submitting the report : " & theform.SelName.value
.writeblanklines(2)
.write "Location report is submitted from : " & theform.SelArea.value
.writeblanklines(4)
End With
Produce the following in the text file :
Code:
Event Number : 1
Event : nkh
Action Taken : kh
Job Logged : on
I have tried this with tabs and spaces to separate / add the spaces, but still this happens.
Where is the correct place to put the <script> code in ?
Some places say the head tab, some say to split the code up and have it under each button etc relevant to that code & some say at alltogether at the bottom of the page
Thank you for all your help Mark
Last edited by alex_read; Mar 30th, 2001 at 08:58 AM.
Please rate this post if it was useful for you!
Please try to search before creating a new post,
Please format code using [ code ][ /code ], and
Post sample code, error details & problem details
Please rate this post if it was useful for you!
Please try to search before creating a new post,
Please format code using [ code ][ /code ], and
Post sample code, error details & problem details