amanuensis Posted March 30, 2009 Share Posted March 30, 2009 I have decided to create a movie instructing my clients on how to pay and download our digital product.The link to the movie is in the INFORMATION area, which was previously delivery and now I have changed it to download.I have a link in there that enables my client to view the movies - just duplicated the code below|: {l s='Home'} and modified to with the addition of the link to : {l s='Step by step movie'} only problem is it replaces the page with the movie page - is there a way of getting it to open up in a separate pop up window:Also what kind of code is the page written in as I would like to find out more about it Link to comment Share on other sites More sharing options...
rocky Posted March 31, 2009 Share Posted March 31, 2009 There are two ways you can open a link in a new window. You can do it the following way: or this way: The first way works better with tabbed browsers, but isn't standards compliant like the second way. It is up to you to decide which way you want to do it. Link to comment Share on other sites More sharing options...
amanuensis Posted March 31, 2009 Author Share Posted March 31, 2009 Many thanks for your reply.Just one more question, I know the first suggestion is html but what language is the second suggestion? Link to comment Share on other sites More sharing options...
rocky Posted March 31, 2009 Share Posted March 31, 2009 It is HTML and Javascript.My second piece of code didn't work above, so I'll try writing it another way:<a href="your_link" onclick="window.open(this.href);return false;"> Link to comment Share on other sites More sharing options...
Recommended Posts