andrefrancis
andrefrancis
- Local time
- Yesterday, 16:22
- Joined
- Mar 11, 2005
- Messages
- 40
This two minor points of code have given me a headache recently
and I thought I would pass this tip on.
When using FollowHyperlink code, the address (whether Internet or own computer doc) should be absolutely literal.
Thus:
"http:\\www.website.com" and NOT "www.website.com"
Similarly:
"C:MyDoc.doc" and NOT "C:MyDoc"
Hope this will be of help to someone
When using FollowHyperlink code, the address (whether Internet or own computer doc) should be absolutely literal.
Thus:
"http:\\www.website.com" and NOT "www.website.com"
Similarly:
"C:MyDoc.doc" and NOT "C:MyDoc"
Hope this will be of help to someone