|
Following are some examples of the correct formatting of
URLs used within 1 Cool Menu FX Tool.
| URL TYPE |
SYNTAX |
| Absolute URL Link |
http://www.mysite.com/pagename.html
|
| Relative URL Link |
./path_to_file/pagename.html |
| File Linking (Absolute) |
http://www.mysite.com/myfile.ext
(e.g. download.zip) |
| File Linking (Relative) |
./path_to_file/myfile.ext (e.g.
download.zip) |
| E-mail Link |
mailto:username@domain.com
|
| JavaScript Link |
javascript:function_name(param1,param2,...,paramN);
|
| Anchor Link (Same Page) |
page.html#anchor_name |
|