View Full Version : JavaScript needed
GooodWill
05-02-2001, 03:31 PM
I have console with blindlinks to my sponsor. This console dont have toolbar, statusbar and location. I need script, that opens link in the same window in full-screen and with all standard browser-features. Is it possible?
Groovy
05-02-2001, 03:47 PM
i don't really think it's possible.
Dragon
05-02-2001, 04:27 PM
<script LANGUAGE="JavaScript"><!--
{
window.open('http://www.degenerationsex.com/tgp/main.html','Enter','toolbar=yes,scrollbars=yes,loc ation=yes,width=788,height=465');
self.focus();
}
// --></script>
This will give you everything, but it wont open your console in the same window. This pops a console and makes it like just another browser page, it also places the window behind the window that popped the console in the first place.
Dragon
05-02-2001, 04:28 PM
<script LANGUAGE="JavaScript"><!--
{
window.open('URL to pop up here','Enter','toolbar=yes,scrollbars=yes,location =yes,width=788,height=465');
self.focus();
}
// --></script>
This will give you everything, but it wont open your console in the same window. This pops a console and makes it like just another browser page, it also places the window behind the window that popped the console in the first place.
Dragon
05-02-2001, 04:37 PM
Sorry about the double post...was trying to put the javascript without the URL already inside it.
richard
05-02-2001, 06:22 PM
>>but it wont open your console in the same window
You did not read:
>>that opens link in the same window
I'll look into it GoodWill, never seen it done before, but it could be possible
Dragon
05-02-2001, 07:40 PM
I read it just fine...I believe what he means is that the links clicked in the console will open in the same window, and that it will be a fully functioning Browser, instead of just a console. There is no possible way to "pop" the console in the same window that pops it unless you use frames or redirect.
GooodWill
05-03-2001, 12:42 PM
Thanks guys, I thought that is not possible... http://bbs.adultwebmasterinfo.com/ubb/frown.gif
vBulletin® v3.7.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.