What is the exact meaning of "console"
I loose my confident while having a chat with one webmaster who has more experience than me. (by year)
We were in a fight and he claimed his script below, is not a console. it just open the site
======his script=====
<SCRIPT LANGUAGE="JavaScript">
window.open('http://hisfuckingdomain.com/tgp/index.shtml');
if (window.focus) {window.focus();}
</SCRIPT>
=================
From my knowledge (and 2 yrs exp in doing a tgp), popup console is a window that pops up while we do not ask for it or simply mean to "window.open" javascript.
Somebody post the exact mean of "popup" & "console" please.
|