beansandsausages Posted November 29, 2007 Share Posted November 29, 2007 Is it possable to redirect to a page in php. but not using the header("include"); function ?? Quote Link to comment Share on other sites More sharing options...
revraz Posted November 29, 2007 Share Posted November 29, 2007 META Refresh tag in HTML or Java. I prefer the Java one. Quote Link to comment Share on other sites More sharing options...
beansandsausages Posted November 29, 2007 Author Share Posted November 29, 2007 i know the meta 1 in html whats the java one ?? sum it ike this ? <SCRIPT LANGUAGE="JavaScript"> if (navigator.javaEnabled()) window.location = "w00t.php"; </script> sould i add html comments in case java not enables by the user ? edit : my spellling is pants hahaha Quote Link to comment Share on other sites More sharing options...
revraz Posted November 29, 2007 Share Posted November 29, 2007 That would be the right way, it supports quite a few browsers. Up to you if you want to make a HTML one too, I just provide one and go with it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.