I am a beginner when it comes to this, so any bit of information will help. I know a normal link looks something like this:
getURL("link", "_self or _blank");
but i would like to direct a link to an inline frame inside of the page, instead of opening a new window or opening in the same window. Lets say the inline frame is called "inline." I have tryed:
getURL("link", "inline");
but that didnt work and i cant seem to find anything on the internet describing a way to do it.
Thanks in advance for any help.
-drew
getURL("link", "_self or _blank");
but i would like to direct a link to an inline frame inside of the page, instead of opening a new window or opening in the same window. Lets say the inline frame is called "inline." I have tryed:
getURL("link", "inline");
but that didnt work and i cant seem to find anything on the internet describing a way to do it.
Thanks in advance for any help.
-drew