Jump to content
php.lv forumi

Opera nesmuki parāda iframe saturu


nikidijs

Recommended Posts

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.

ye2e887pgncu152ctqrf.jpg

 

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

Link to comment
Share on other sites

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 :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...