PDA

View Full Version : internal links....


Jonas DK
09-18-2005, 04:09 PM
Hi

is it posible to place internal links in a paragraph or web object?

ex. if i have a page with either a paragraph or web object with text in it and I place a link on the text for AMS app to make a page.jump?

Jonas DK

Lorne
09-20-2005, 12:07 AM
Yes, it is possible using the web object. :)

Any time a link is clicked within a web object, the object's On Navigate action is fired, and the event's e_URL variable is automatically set to the URL you are navigating to.

In fact this method was used fairly often by users in AutoPlay 5. If you search the AutoPlay 5.0 forum (http://www.indigorose.com/forums/search.php?query=web+object+navigate&searchuser=&exactname=1&starteronly=0&forumchoice[]=11&childforums=1&titleonly=0&showposts=0&searchdate=0&beforeafter=after&sortby=lastpost&sortorder=descending&replyless=0&replylimit=0&searchthread=0&searchthreadid=0&saveprefs=1&) you should be able to find some information about the technique. Since 6.0 is built upon 5.0, the information should still be valid for the most part.

Worm
09-20-2005, 07:59 AM
Here's an MSDN article from MS that explains it...

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxtskinsertinghyperlinksbookmarksinwebpages.asp