URL Manager

(refers to Mel's Internet Toolkit)

Here is how you create a links:

method 1: (is the usual way. Yak!)

           put "<a href=some-url>some-text</a>" 

here you are on your own. you will not have access to persistent variables and states

method 2: (the toolkit way)

           put [url <some-text> [URL page xyz arg1 value1 ...]] 

using this the tookit, carries all your information for you and you dont have to worry about persistent variables etc.