| FAQ |
| Kalender |
|
|
#1 | ||
|
|||
|
Nykomling
|
Går det att förhindra att någon visar min sida i en ifram?
|
||
|
|
Svara med citat
|
|
|
#2 | ||
|
|||
|
Flitig postare
|
Ja det går, med exempelvis javascript.
Något sådant här borde fungera: Kod:
<script type="text/javascript">
if (top.location != self.location) {
top.location.href = self.location.href
}
</script>
|
||
|
|
Svara med citat
|
|
|
#3 | |||
|
||||
|
Mycket flitig postare
|
||||
|
|
Svara med citat
|
| Svara |
| Ämnesverktyg | |
| Visningsalternativ | |
|
|