
03-31-2005, 02:35 AM
|
|
|
Join Date: Jan 2004
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by khaleel
Open Templates > Header
Find
After, add
Code:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=222,height=300,left = 529,top = 362');");
}
// End -->
</script>
|
I had this working before but since the reinstall of vb, I forgot how I did it before.. anyways, when I look in the templates->header, I do not have a [head] code. any ideas?
|