Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
12/08/2003 15:48:29
|
Anonymous
|
Hello, i have a problem with the Advanced guestbook; all visitors receive an error about this line of code:
var img = Image;
this is the code around the error: (it's in line 22, 4th letter)
<script language="JavaScript">
<!--
function gb_picture(Image,imgWidth,imgHeight) {
var border = 24;
var img = Image;
var features;
var w;
var h;
winWidth = (imgWidth<100) ? 100 : imgWidth+border;
winHeight = (imgHeight<100) ? 100 : imgHeight+border;
if (imgWidth+border > screen.width) {
winWidth = screen.width-10;
w = (screen.width - winWidth)/2;
features = "scrollbars=yes";
} else {
w = (screen.width - (imgWidth+border))/2;
}
if (imgHeight+border > screen.height) {
winHeight = screen.height-60;
h = 0;
features = "scrollbars=yes";
} else {
h = (screen.height - (imgHeight+border))/2 - 20;
}
winName = (img.indexOf("t_") == -1) ? img.substr(4,(img.length-) : img.substr(6,(img.length-10));
features = features+',toolbar=no,width='+winWidth+',height='+winHeight+',top='+h+',left='+w;
theURL = '$GB_PG[base_url]/picture.php?img='+Image;
popup = window.open(theURL,winName,features);
popup.focus();
}
//-->
</script>
Why doe this error occur, and how can i solve it?
2nd problem:
I use the guestbook in a frameset. Ssometimes, after correctly loading in the right frame, after a few seconds it loads again, but now in the whole screen. How can I prevent this from happening?
I hope you can help me,
Caspar Verhey.
|
|
12/08/2003 17:11:36
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
What does the error say? And the second bit I don't know how to solve. Did you put it in just the page it appears on or/as well as on the page that calls the frames?
Auron
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
|
|
|
|
Based on the open source JForum
|