Advertisement
arabtion

Untitled

Nov 1st, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1.  
  2.  
  3.  
  4. .هتعمل صفحة php
  5. وتحط فيها الكود دا برابط شات
  6.  
  7.  
  8. <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
  9. <iframe name="I1" src="http://chat.com/index.php" border="0" frameborder="0" marginwidth="100%" marginheight="100%" width="100%" height="100%">
  10. </iframe>
  11.  
  12. <script type="text/javascript">// <![CDATA[
  13.  
  14. redirectTime = "0";
  15. redirectURL = "http://chat.com/index.php";
  16. var mobile = (/iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase()));
  17. if (mobile) {
  18. setTimeout("location.href = redirectURL;",redirectTime);
  19. } else{
  20.  
  21. document.write(' ');
  22. }
  23. // ]]></script>
  24.  
  25.  
  26. بعدين هتاخد رابط الصفحة الى عملتها
  27. وتحطها في الكود دا
  28. <embed width="100%" height="96%" src="هنا رابط الصفحة">
  29. وبعدين تحط الكود دا في اي صفحة انت عاوزها يظهر فيها مربع الشات بكل حاجة
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement