nikidijs Posted January 14, 2013 Report Share Posted January 14, 2013 Labas dienas. Tātad ir reģistrācijas forma ar pārbaudes kodu. Pašu bildīti izvadu <iframe src='/code.php' id='code_image' style='border: none; width: 120px; height: 40px;' onClick=\"reload_code();\" scrolling='no' frameborder='0' marginwidth='0'></iframe> Bet, kā redzams attēlā - Opera viņu uzrāda kaut kā tākā attālināti un nekādi nevaru piedabūt rādīt, kā nākas. Ar pārējiem pārlūkiem - viss ok. To kodu reloadoju ar function reload_cde() { document.getElementById('code_image').src = document.getElementById('code_image').src; } uzklikojot uz tās refresh bildītes. VIsu rāda, kā nākas, ja <iframe src='/code.php'> vietā lieku <img src='/code.php'>, taču šajā gadijumā es atkal nevaru/nemāku kā nākas piedabūt refreshot to attēlu (ar šo pašu funkciju - chrome refresho, bet opera un mozilla vairs negrib) Paldies. Ceru bija saprotama bēda :D Quote Link to comment Share on other sites More sharing options...
aaxc Posted January 14, 2013 Report Share Posted January 14, 2013 Izmanto img tagu un refresho ar javascript/ajax paliidziibu. Quote Link to comment Share on other sites More sharing options...
daGrevis Posted January 14, 2013 Report Share Posted January 14, 2013 Pierādījums, ka Opera renderē _pa savam_! :) Quote Link to comment Share on other sites More sharing options...
nikidijs Posted January 14, 2013 Author Report Share Posted January 14, 2013 Atrisināju Uzliku <img> tagu un to pašu veco pārlādēšanas funkciju drusku palaboju function reload_code() { document.getElementById('reg_code_image').src='/code.php?t='+new Date().getTime(); } Visi pārlūki uzrāda un refresho bez problēmām Paldies :) Quote Link to comment Share on other sites More sharing options...
aaxc Posted January 14, 2013 Report Share Posted January 14, 2013 Es tavā vietā ?t='+new Date().getTime(); gan ņemtu nost un ļauto php pašam uzģenerēt jaunu datumu. Nav ko klientam norādīt parametrsu, pēc kuriem scripts tiek ģenerēts. Quote Link to comment Share on other sites More sharing options...
daGrevis Posted January 14, 2013 Report Share Posted January 14, 2013 Tas, šķiet, ir tāpēc, lai attēls nekešotos. Quote Link to comment Share on other sites More sharing options...
aaxc Posted January 14, 2013 Report Share Posted January 14, 2013 Arī var būt. Quote Link to comment Share on other sites More sharing options...
nikidijs Posted January 14, 2013 Author Report Share Posted January 14, 2013 Tieši tā. Pirms tam, kad skatijos, nebiju piefiksējis to, ka klients negrib to pašu attēlu vēlreiz likt. Pēc tam tik pamaniju, par to Catche. Pats tas datus, kā tāds - nenozīmē pilnīgi neko :) 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.