php : event non-static aren't workable site redirected
i've admin little website alumni organisation hosted isv. url something www.myisv.com/mywebsite/ definitely dizzy unequivocally forgetable. sure admin webserver purebred domain name www.mysmallwebsite.com put index.html content:
<html>
<head>
<title>www.mysmallwebsite.com</title>
</head>
<frameset>
<frame src="http://www.myisv.com/mywebsite/" name="redir">
<noframes>
<p>original location:
<a href="www.myisv.com/mywebsite/">http://www.myisv.com/mywebsite/</a>
</p>
</noframes>
</frameset>
</html>
it works fine, nonetheless comforts php event variables doesn't work anymore! anyone idea modifying that?
edit:
this doesn't work both ie firefox (no plugins)
thanks
Comments
Post a Comment