Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> Opera a frameset
bubusek
post
Post #1





Grupa: Zarejestrowani
Postów: 70
Pomógł: 1
Dołączył: 2.10.2007

Ostrzeżenie: (0%)
-----


Witam.

Na każdej innej (poza Operą) przeglądarce strona działa prawidłowo natomiast na operze nie wyświetla wcale zawartości frameset.

  1. <frameset rows='*,100' border='0' frameborder='no' framespacing='0'>
  2. <frame src='xxx' marginheight='0' marginwidth='0' topmargin='0' leftmargin='0'>
  3. <frame src='yyy' marginheight='0' marginwidth='0' border='0' topmargin='0' scroling='no' leftmargin='0'>


Jakiś pomysł jak to naprawić ?
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
bubusek
post
Post #2





Grupa: Zarejestrowani
Postów: 70
Pomógł: 1
Dołączył: 2.10.2007

Ostrzeżenie: (0%)
-----


  1. <meta http-equiv="Content-type" content="text/html; charset=iso-8859-2">
  2. <link rel="stylesheet" href="lll.css" type="text/css">
  3. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
  4. <script type="text/javascript">
  5. $(document).ready(function() {
  6. setTimeout ( "doSomething3()", 1000 );
  7. });
  8.  
  9. function doSomething3 ( )
  10. {
  11. $.ajax({
  12. type: "POST",
  13. url: "sss.php",
  14. data: "id='.$id.'",
  15. });
  16. }
  17. <frameset rows='*,100' border='0' frameborder='no' framespacing='0'>
  18. <frame src='xxx' marginheight='0' marginwidth='0' topmargin='0' leftmargin='0'>
  19. <frame src='yyy' marginheight='0' marginwidth='0' border='0' topmargin='0' scroling='no' leftmargin='0'>
  20. </head>


kiedy usunę
  1. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
  2. <script type="text/javascript">
  3. $(document).ready(function() {
  4. setTimeout ( "doSomething3()", 1000 );
  5. });
  6.  
  7. function doSomething3 ( )
  8. {
  9. $.ajax({
  10. type: "POST",
  11. url: "sss.php",
  12. data: "id='.$id.'",
  13. });
  14. }


Wtedy i na Operze wyświetla się prawidłowo tyle tylko że ja to potrzebuje...
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 22.08.2025 - 00:09