URL

URL Links and Frame Targets

Help Index




Trouble Shooting



Tutorial



A word from the creators of VAC



URL Links are a common component in Demicron's applets. When typing in the URL address, you must include the http:// part in the front. Also see Text Fields.

Target Frame refers to where the linked page should be loaded. If not specified, the applet may force the user's system to launch a whole new browser, which most people find extremely annoying. If your webpage does not use frames, then using the _self option will ensure the visitors to keep using the browser they are currently surfing with.

If you are using frames, then you may try some of these as well:

  • _self show in current frame
  • _parent show in parent frame
  • _top show in top-most frame
  • _blank show in new unnamed top-level window