What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Open 2 IE Window's

Open 2 IE Window's
Author: Message:
rav0
Veteran Member
*****

Avatar
i have an avatar

Posts: 1419
Reputation: 29
34 / Male / Flag
Joined: Aug 2003
RE: RE: Open 2 IE Window's
quote:
Originally posted by Ezra
opening windows not triggered by clicks will be blocked by most pop-up blockers
Yep.
quote:
Originally posted by Ezra
using javascripts window.open function and html's own href function.
href isn't a function, but anyway, using an onclick event together with a normal link will usually mean that the onclick event works and the normal link doesn't.

The way I'd approach the problem is by having the link to the page that you want to show, then have a redirecting meta tag to the mp3.

Link to user (same as you posted):
code:
<a href="http://www.mcinferno.co.uk/"><img src="http://img103.imageshack.us/img103/9824/mcinfernocoukkb9.jpg" border="0" alt="www.mcinferno.co.uk"></a>
... in second page:
code:
<head>
<meta http-equiv="Refresh" content="0;url=http://www.mcinferno.co.uk/force-download.php?file=Has%20Got%20Me.mp3">
</head>

This post was edited on 09-11-2006 at 07:58 AM by rav0.
| [Image: dorsh] |

(\ /)
(O.o)
(> <)

This is Bunny. Copy Bunny into your signature to help him on his way to world domination
09-11-2006 07:57 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Open 2 IE Window's - by MC Inferno on 09-10-2006 at 10:53 PM
RE: Open 2 IE Window's - by Chris4 on 09-10-2006 at 10:57 PM
RE: Open 2 IE Window's - by MC Inferno on 09-10-2006 at 11:03 PM
RE: Open 2 IE Window's - by Zephyr on 09-10-2006 at 11:53 PM
RE: Open 2 IE Window's - by Ezra on 09-11-2006 at 12:41 AM
RE: RE: Open 2 IE Window's - by rav0 on 09-11-2006 at 07:57 AM
RE: Open 2 IE Window's - by davidpolitis on 09-11-2006 at 11:03 AM
RE: Open 2 IE Window's - by MC Inferno on 09-23-2006 at 08:27 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On