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 ?? Link to comment https://forums.phpfreaks.com/topic/79428-just-a-quick-question/ 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. Link to comment https://forums.phpfreaks.com/topic/79428-just-a-quick-question/#findComment-402134 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 Link to comment https://forums.phpfreaks.com/topic/79428-just-a-quick-question/#findComment-402168 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. Link to comment https://forums.phpfreaks.com/topic/79428-just-a-quick-question/#findComment-402179 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.