Get URL
|
Top Previous Next |
![]() |
|
· | _self = This will open the specified link within the same frame (or the same window if no frames are present).
|
· | _blank = This will open a new browser window and load the link specified.
|
· | _parent = This will open the link within the current browser window regardless of frame settings.
|
· | _top = This will open the specified link in the top-level frame (can also be used to escape the current frameset).
|
· | Don't Send = This will stop the getURL action from sending any variable information to the link specified.
|
· | GET = This method is used to add the variable information at the end of the URL (best for minimal variable information)
|
· | POST = This method will send the variable information in a separate HTTP header (best for long strings of variables)
|
![]() |