• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

META to break frames - does it work?

I puke! Hayabayasan, is it something wrong with the above tag? I've tested every possible way on two servers and with three browsers. Buuuhuuuuu! :(
 
THE YUPAPA SITE

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>YUPAPA</title>
<meta http-equiv="refresh" content="1; url=http://www.yupapa.com/index.shtml">
</head>
<body>
<SCRIPT LANGUAGE="Javascript">
<!--
if (parent.frames.length)
top.location.href= self.location;
// -->
</script>
</head>
</html>

MEOW MEOW!! META BREAKS THE FRAMES! :)
 
Well, it works to change the default target in Mozilla 0.9.1 and Netscape 6.0. It doesn't work in Netscape 4.5 or IE 5.0, I can't speak for anything else as those are all the modern browsers I own (except for IE 5.5 and Mozilla 0.9.2, but they're on the notebook and I'm not going to drag it out and see). Perhaps those are the only browsers that support it, did you try them?
 
:eek: And now you tell me. Buuhuuu! I've been moving that shit around all night. I've read four or five essays about META and nowhere do they mention that Window-target is poorly supported. I hate when they do like that!:mad:
Mozilla? I'll check with k-meleon.:p
 
Okay, nevermind, I get it. No, that doesn't work. For D to open on top, the META tag would have to be in C. Like I said in my first post.
 
Originally posted by Dusty
Okay, nevermind, I get it. No, that doesn't work. For D to open on top, the META tag would have to be in C. Like I said in my first post.
What? To what use is that? Then it's on the page that tries to frame my site and they aren't likely to put it in. Stupid META shit.
 
What a wonderful test result. No browser supports it! What nut cases write those tutorials, I wonder?
Thanks for your help, guys. :)
 
To what use is that?
Changing your default target so that you don't have to add "target=_top" to all your links.

To do what you're suggesting would need JavaScript... or... I've just come up with a neat idea for a CGI script that I don't think has ever been done before. If it works, it will be in the free section of Go2cgi tomorrow/day after.
 
Yeah, but there's base target for that. The described use is what I tried to do. Tell us if you finish the cgi. :)
 
Back
Top