PDA

View Full Version : Double link action


Armand
10-26-2000, 04:20 PM
I'm guessing you could just use something like:

<a href=&quot;filename.ram&quot; target=&quot;new&quot;>text here</a>

Adjusting the obvious of course.[nbsp][nbsp]Or perhaps javascript popups if you want.

Keep in mind I've got no experience with web delivery of real audio files.

jbroder
10-26-2000, 04:29 PM
how about this?

<a href=target.ram onClick=&quot;window.open(file.html)&quot;;>click here</a>

onClick is a good way to get something extra to happen when you click a link.

Dan Kaplan
10-26-2000, 05:24 PM
I'm thinking the second option would be preferable, as the first (target=&quot;new&quot; or target=&quot;_blank&quot;) would simply open a blank page.[nbsp][nbsp]I don't see much benefit in that when downloading a file.

Dan

wordplay
10-27-2000, 12:32 AM
Hi i would like to make a link that does 2 things, like for example when you click the link it opens a new page and downloads a real audio file, or something like that.
Anybody know how to do that.

wordplay
11-04-2000, 01:42 AM
I need it for commercial reasons so that everytime someone listens to my real audio files, i get payed you know (tricky huh).
Thanks!