Størrelse på pop-vindue!
Hejsa !Jeg er ved at tilpasse et portal og der er jeg støt ind i et problem jeg ikke selv kan klare!!!
Jeg ønsker at tilføje ekstra smilies til forum'et, men popvinduet vil ikke "følge" med i størrelse og jeg kan ikke se hvor problemet ligger???
Her har I pop_icon_legend.asp - hvor problemet nok er :
<!--#INCLUDE FILE="config.asp" -->
<!--#INCLUDE FILE="inc_top_short.asp" -->
<script language="Javascript">
<!-- hide
function insertsmilie(smilieface){
AddText(smilieface);
}
function AddText(NewCode) {
if (window.opener.document.PostTopic.Message.createTextRange && window.opener.document.PostTopic.Message.caretPos) {
var caretPos = window.opener.document.PostTopic.Message.caretPos;
caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? NewCode + ' ' : NewCode;
}
else {
window.opener.document.PostTopic.Message.value+=smilieface
}
setfocus();
}
function setfocus() {
window.opener.document.PostTopic.Message.focus();
}
// -->
</script>
<%
mwpThemeTableCustomCode = "align=""center"" width=""95%"""
mwpThemeBlock_open()
%>
<tr>
<td bgcolor="<% =strCategoryCellColor %>"><a name="smilies"></a><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" ><b>Smilies</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>">
<p><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strForumFontColor %>">
Du har formodentlig set andre bruge Smilies før, i e-mail eller andre skrive og chat programmer. Smilies er keyboard karakterer brugt til at vise en følelse, såsom et smil
<img border="0" src="icon_smile.gif"> eller et misbilligende
<img border="0" src="icon_smile_sad.gif">. Programmet sørger for automatisk at konvertere tekst om til grafik når den er indsat mellem disse 2 tegn []. Her er de smilies vi for nuværende understøtter <% =strSiteTitle %>:<br>
<table border="0" align="center" cellpadding="5">
<tr valign="top">
<td>
<table border="0" align="center">
<tr>
<td bgcolor="<% =strForumCellColor %>"><a href="java script:insertsmilie('[:)]');"><img border="0" hspace="10" src="icon_smile.gif"></a></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">smil</font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[:)]</font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><a href="java script:insertsmilie('[:D]');"><img alt border="0" hspace="10" src="icon_smile_big.gif"></a></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">Stort
smil</font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[:D]</font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><a href="java script:insertsmilie('[8D]');"><img alt border="0" hspace="10" src="icon_smile_cool.gif"></a></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">cool</font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[8D]</font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><a href="java script:insertsmilie('[:I]');"><img alt border="0" hspace="10" src="icon_smile_blush.gif"></a></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">hårrejsende</font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[:I]</font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><a href="java script:insertsmilie('[:p]');"><img alt border="0" hspace="10" src="icon_smile_tongue.gif"></a></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">tunge</font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[:P]</font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><a href="java script:insertsmilie('[}:)]');"><img alt border="0" hspace="10" src="icon_smile_evil.gif"></a></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">djævel</font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[}:)]</font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><a href="java script:insertsmilie('[;)]');"><img alt border="0" hspace="10" src="icon_smile_wink.gif"></a></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">blik</font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[;)]</font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><a href="java script:insertsmilie('[:o)]');"><img alt border="0" hspace="10" src="icon_smile_clown.gif"></a></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">klovn</font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[:o)]</font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><a href="java script:insertsmilie('[B)]');"><img alt border="0" hspace="10" src="icon_smile_blackeye.gif"></a></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">blåt
øje</font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[B)]</font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><a href="java script:insertsmilie('[8]');"><img alt border="0" hspace="10" src="icon_smile_8ball.gif"></a></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">otte
ball</font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[8]</font></td>
</tr>
</table>
</td>
<td> <table border="0" align="center">
<tr>
<td bgcolor="<% =strForumCellColor %>"><a href="java script:insertsmilie('[:(]');"><img alt border="0" hspace="10" src="icon_smile_sad.gif"></a></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">misbilligende</font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[:(]</font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><a href="java script:insertsmilie('[8)]');"><img alt border="0" hspace="10" src="icon_smile_shy.gif"></a></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">eftertænksom</font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[8)]</font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><a href="java script:insertsmilie('[:0]');"><img alt border="0" hspace="10" src="icon_smile_shock.gif"></a></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">chokeret</font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[:O]</font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><a href="java script:insertsmilie('[:(!]');"><img alt border="0" hspace="10" src="icon_smile_angry.gif"></a></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">vred</font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[:(!]</font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><a href="java script:insertsmilie('[xx(]');"><img alt border="0" hspace="10" src="icon_smile_dead.gif"></a></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">død</font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[xx(]</font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"> <img src="/Lystfiskergordetselv/forum/icon_smile_sleepy.gif" width="27" height="25"></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">søvnig</font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[|)]</font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><a href="java script:insertsmilie('[:X]');"><img alt border="0" hspace="10" src="icon_smile_kisses.gif"></a></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">kys</font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[:X]</font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><a href="java script:insertsmilie('[^]');"><img alt border="0" hspace="10" src="icon_smile_approve.gif"></a></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">godkendt</font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[^]</font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><a href="java script:insertsmilie('[V]');"><img src="/Lystfiskergordetselv/forum/icon_smile_dissapprove.gif" alt width="15" height="15" hspace="10" border="0"></a></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">uenig</font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[V]</font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>"><a href="java script:insertsmilie('[?]');"><img alt border="0" hspace="10" src="icon_smile_question.gif"></a></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">spørgsmål</font></td>
<td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">[?]</font></td>
</tr>
</table></td>
</tr>
</table></p>
</td>
</tr>
<%mwpThemeBlock_close()%>
<!--#INCLUDE FILE="inc_footer_short.asp" -->
Siden kan ses her :
http://www.web-byggeren.dk/lystfiskergordetselv/forum/default.asp
mvh
Web-byggeren
