The Skyway Hyperlink web control displays either a static or variable value, and the click event for a hyperlink can be used to assign values to variables and invoke Web Events. Additionally, it can be used to move the user to the next step in the Web Model without submitting other form fields.
Setting Parameters

URL - the default behavior of the hyperlink is to return execution to the Web Model and execute the steps after the currently displayed GUI step. You may override this default behavior by entering a different URL.
Create URL Only - if this checkbox is checked, the Skyway Hyperlink handler will output the URL text entered in the URL field or the URL to the next Component as defined in your Model. Checking this checkbox overrides all behavior of the hyperlink and makes the hyperlink a mechanism for embedding a URL into the page.
Form Name - entering a valid form name here will cause the form to be submitted upon a click of the hyperlink.
Target Frame - entering the name of a target frame or window here will cause the result of the hyperlink click to appear in that frame or window. If the window does not exist, a new browser window will be created by the given name.
All required fields are specified.
If the Skyway Hyperlink has been placed inside of a Skyway Iterator, you may assign a current iteration object to a Web Model variable. If a current iteration object is available, it will appear in the Source Variable dropdown as collection.*Current Iteration Object. This object represents an entire Data Object, so if selected, only valid variables of the same Data Object type are enabled for selection in the Assign To dropdown.
You cannot configure a hyperlink's event to call a custom script and do an assignment; such assignments are ignored for events that contain only a custom script.