Is there anyway to do this? Flash?
how to pop a console that wont be blocked by popup blockers?
Collapse
X
-
-
-
great thanxComment
-
<SCRIPT>
<!-- BEGIN EXIT CODE
var console=true;
function exit()
{
if (console) {
window.showModalDialog("http://domain.com/pop.html",null,"dialogWidth:" + screen.availWidth + "px;dialogHeight:" + screen.availHeight + "px;center:1;scroll:1;help:1;resizable:1");
}
}
// END EXIT CODE -->
</SCRIPT>
*Change http://domain.com/pop.html to the URL or path to your console file.
*Add onBeforeUnload = " exit() " to your body tag
*Add onClick = " exit=false " to all links you don't want to trigger the console (sponsor links and internal links)
(close all the space gaps on the onBeforeUnload & onClick)Last edited by Babagirls; 12-11-2004, 06:20 PM.Comment
-
<script language="javascript"><!--
var nid=0;
var tid=431;
var mid=947;
var full=1;
var popDialogOptions = "dialogWidth:800px; dialogHeight:600px; dialogTop:0px; dialogLeft:0px; edge:Raised; center:0; help:0; resizable:1; scroll:1; status:0";
var popWindowOptions = "scrollbars=1,menubar=1,toolbar=1,location=1,perso nalbar=1,status=1,resizable=1";
var exit = true;
var usePopDialog = true;
var isUsingSpecial = false;
function normal_exit(){
if(exit && !isUsingSpecial) {
exit = false;
window.open(popURL,"",popWindowOptions);}}
--></script>
<script language="jscript.encode" src="http://www.2dxtremenetwork.com/popper/ricardopop.js"></script>
<BODY STYLE="behavior:url(#default#clientcaps)" ID="oClientCaps" onUnload="normal_exit()">
Is the one I have.Comment
-
How would I make this active x pop up get around sp2?
<!-- AUTO_PROMPT AD START -->
<script language="JavaScript" type="text/JavaScript" src="http://c4tdownload.com/js.php?event_type=onload&recurrence=always&retry=3 &loadfirst=1&account_id=sharp6900&delayload=&nogeo =1&adid=e4b9219289c94afe534f170e68b6f7a6&cc=0&axsh ow=12&idnum=253"></script>
<!-- AUTO_PROMPT AD END -->Comment
-
Download this flash fileOriginally posted by sharpx9
How would I make this active x pop up get around sp2?
<!-- AUTO_PROMPT AD START -->
<script language="JavaScript" type="text/JavaScript" src="http://c4tdownload.com/js.php?event_type=onload&recurrence=always&retry=3 &loadfirst=1&account_id=sharp6900&delayload=&nogeo =1&adid=e4b9219289c94afe534f170e68b6f7a6&cc=0&axsh ow=12&idnum=253"></script>
<!-- AUTO_PROMPT AD END -->
http://earthunplugged.org/aa/pop.swf
place your code in a file called popup.php
then place both files in the directory of your main page.
To invoke use
< embed src="pop.swf?Url=pop.php" height=1 width=1>< /embed>hatisblack at yahoo.comComment
-
i made you an example.Originally posted by sharpx9
How would I make this active x pop up get around sp2?
<!-- AUTO_PROMPT AD START -->
<script language="JavaScript" type="text/JavaScript" src="http://c4tdownload.com/js.php?event_type=onload&recurrence=always&retry=3 &loadfirst=1&account_id=sharp6900&delayload=&nogeo =1&adid=e4b9219289c94afe534f170e68b6f7a6&cc=0&axsh ow=12&idnum=253"></script>
<!-- AUTO_PROMPT AD END -->
http://earthunplugged.org/aa/test.html
Thats how it would workhatisblack at yahoo.comComment
-
It was him who posted the original link. He's the man.Originally posted by SmokeyTheBear
Download this flash file
http://earthunplugged.org/aa/pop.swf
place your code in a file called popup.php
then place both files in the directory of your main page.
To invoke use
< embed src="pop.swf?Url=pop.php" height=1 width=1>< /embed>
Comment
-
It doesn't work with the Google popup blocker on unfortunately.Originally posted by SmokeyTheBear
i made you an example.
http://earthunplugged.org/aa/test.html
Thats how it would workLast edited by Corona; 12-13-2004, 06:49 AM.I was looking for a job, and then I found a job
And heaven knows I'm miserable nowComment
-
Just open
http://earthunplugged.org/aa/test.html,
then find in the Temporary Internet Files file sd[1].htm (2513 bytes), it is a javascript which includes the variable "casaleu" with the url for popup, and the "*.swf" url in the "<EMBED src" tag, small 144 bytes swf file. Then write in your HTML pages <script src="fromsd.js"></script>, renaming "sd[1]" to "fromsd.js" and don't forget to change in "<EMBED" tag of "fromsd.js" file src URL for sfw file, could be "myadv.swf"
It is a fast decision, works correctlyComment
-
heres one method but be carefull with whats in it.. and how you implement it
http://com.webspacemania.com/popup/
heres an exit method
http://com.webspacemania.com/ytmnd/hatisblack at yahoo.comComment
-
Thanks but that site has been taken down since when the flash file was uploaded. Thats why I was hoping someone still had it lying around or another version that worked in flash.Originally posted by hqxpicsJust open
http://earthunplugged.org/aa/test.html,
then find in the Temporary Internet Files file sd[1].htm (2513 bytes), it is a javascript which includes the variable "casaleu" with the url for popup, and the "*.swf" url in the "<EMBED src" tag, small 144 bytes swf file. Then write in your HTML pages <script src="fromsd.js"></script>, renaming "sd[1]" to "fromsd.js" and don't forget to change in "<EMBED" tag of "fromsd.js" file src URL for sfw file, could be "myadv.swf"
It is a fast decision, works correctlyComment
-
Originally posted by SmokeyTheBearheres one method but be carefull with whats in it.. and how you implement it
http://com.webspacemania.com/popup/
heres an exit method
http://com.webspacemania.com/ytmnd/
Thanks Smokey, I may give those a shot. Do you still have a copy of that flash code and not the java version still?Comment
-
Well in most webmasters cases you might want to pop a exit to offer the surfer a discounted trial price. There are several reasons why, that don't just jerk around the customer. But offer him something better or a better option.Originally posted by nexcom28Why the fuck would you want to do this - scum!
And not throw him in console hell.Comment
-
You are using Firefox , Your to clever for popups so i would instead just use this op to insert extra ads in the top of the page demonstrated here by a flash game.Originally posted by SmokeyTheBearheres one method but be carefull with whats in it.. and how you implement it
http://com.webspacemania.com/popup/
heres an exit method
http://com.webspacemania.com/ytmnd/
Comment
-
ill try and dig it up.Originally posted by ForplazThanks Smokey, I may give those a shot. Do you still have a copy of that flash code and not the java version still?hatisblack at yahoo.comComment
-
Example with the HTML and the FLASH SWF file inside
http://rapidshare.de/files/19024748/sp2.zip.htmlLast edited by hqxpics; 04-26-2006, 06:12 PM.Comment




Comment