Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > Help Me With modeless Popup

Reply
Thread Tools

Help Me With modeless Popup

 
 
QA
Guest
Posts: n/a
 
      09-12-2004
http://www.popupcheck.com/popup_manual/modeless.asp
can still have a popup even when I have a popup blocker - google toolbar. I
want to know the technology, but I can not read the source code. Anyone
knows the trick to get around the blocker?


 
Reply With Quote
 
 
 
 
Randy Webb
Guest
Posts: n/a
 
      09-12-2004
QA wrote:

> http://www.popupcheck.com/popup_manual/modeless.asp
> can still have a popup even when I have a popup blocker - google toolbar. I
> want to know the technology, but I can not read the source code. Anyone
> knows the trick to get around the blocker?


You can read the source, but you may not be able to understand it. It is
trivial to get the source of that page.

Close the dialog, then run this script from the address bar and it will
show you all the functions:

javascript:'<code><ol><li>'+(document.documentElem ent||document.body).outerHTML.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/%20%20/g,"&nbsp;%20").replace(/\n/g,"<li>")+'<\/ol><\/code>';

The reason it "works" is because the Google Toolbar doesn't block
Modeless Dialog boxes. For what its worth, IE6 on Windows XP SP2 blocked
the window.


--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Interesting Situation - Need Modeless Window Help AdamMorris Javascript 3 07-24-2007 06:49 PM
Combining modeless dialog and popup functionality? Phil Javascript 3 03-03-2006 05:09 AM
Combining modeless dialog and popup functionality? Phil ASP .Net 3 03-03-2006 05:09 AM
Main > Popup > Popup > Close popup AND new URL in main? Jens Peter Hansen Javascript 7 06-19-2004 08:56 PM
asp.net page can not be used in a modal/modeless dialog? =?gb2312?B?ztLDzr2txM+6ww==?= ASP .Net 0 12-11-2003 11:59 AM



Advertisments