Quote:
Originally posted by Minifreunde
Hello Martin64!!
I test your code but i get an Errormessage with it.
Look, heres the Orginal-Code from Viportfolio_view.
With this code all works. aranoid:
Code:
<script language="javascript">
function popUp(URL, WIDTH, HEIGHT) {
day = new Date()
id = day.getTime();
eval("page" + id + " = window.open(URL, \"" + id + "\", 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width= " + (WIDTH+20) + ",height=" + HEIGHT + "');");
};
</script>
|
Very strange, that must work. It's the exact same as you're using now, except that it adds a scrollbar and makes the popup window a bit bigger.
TeddyBare69: I see, thanks for the explanations. I don't see the option for text wrapping in the Admin CP though. About the popup window: personally, I rather have a window that is a bit bigger than one that's too small, but that's just me. I uploaded a few rather small images (less than 1024x768) and they didn't fit (IE 6.0).
Quote:
For the text wrapping functionality. I have a setting in the admin control panel to change the length of the text
|
Yeah, but that doesn't have anything to do with text wrapping.