Is it possible to update this frame like this:
<FRAME SRC="<?php echo $row['loc']; ?>" NAME="_location" SCROLLING="AUTO" FRAMEBORDER=0>
?
I mean, can you do something like this:
<body onload="FRAME()">
" NAME="_location" SCROLLING="AUTO" F...">
Is it possible to update this frame like this:
<FRAME SRC="<?php echo $row['loc']; ?>" NAME="_location" SCROLLING="AUTO" FRAMEBORDER=0>
?
I mean, can you do something like this:
<body onload="FRAME()">
Source: https://ru.stackoverflow.com/questions/75836/
All Articles
$row['loc']
generated before the page is displayed, and after display it is lost. If you want to get an answer, explain in Russian what should happen without using technical terms. - ling