|
-
// Silent Protagonist
Linking to the #element on a page
Hi
I'm trying to link to certain parts of my HTML page with page anchors (pagename.html#link). In swish, I create a button and onpress set it to #link using GET. This works fine in Firefox but not in IE. Can this be done in swish for IE?
Thanks,
Ivan.
-
Senior Member
hi,
use a javascript action instead:
on (release) {
javascript('window.location.href="#anchorname"');
}
-
// Silent Protagonist
Thanks! I never thought of that
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|