Results 1 to 4 of 4

Thread: Can anyone please take a look at this ...

  1. #1

    Thread Starter
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    Major problems:
    Fixed!
    Mark
    -------------------

  2. #2
    Addicted Member Guru's Avatar
    Join Date
    May 2000
    Location
    sulking in the cupboard under the stairs
    Posts
    237
    Try again!
    Attached Files Attached Files
    Another light-hearted post from Guru

  3. #3
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    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

  4. #4
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    to the top ....

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width