Java script to stop advertisment pop-ups

  • Context: Java 
  • Thread starter Thread starter KLscilevothma
  • Start date Start date
  • Tags Tags
    Java
Click For Summary

Discussion Overview

The discussion revolves around strategies to prevent advertisement pop-ups on websites hosted by free web-hosting providers, specifically Angelfire. Participants explore potential coding solutions, alternative hosting options, and the implications of paid services.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant seeks a JavaScript code solution to eliminate pop-ups on their Angelfire-hosted website.
  • Another participant expresses interest in the topic, indicating a shared concern about pop-ups.
  • A different participant suggests using a high z-index to overlay content, potentially hiding pop-ups, but does not confirm effectiveness.
  • One participant recommends paying for a service to avoid pop-ups, highlighting the benefits of increased bandwidth and FTP access.

Areas of Agreement / Disagreement

Participants do not reach a consensus on a specific solution to stop pop-ups, with multiple approaches and opinions presented.

Contextual Notes

Some proposed solutions depend on specific HTML and CSS implementations, and the effectiveness of these methods remains uncertain. The discussion also reflects varying opinions on the value of free versus paid hosting services.

Who May Find This Useful

Individuals interested in web development, particularly those using free web-hosting services and facing issues with advertisement pop-ups.

KLscilevothma
Messages
315
Reaction score
0
I want to build a website and signed up in a free web-hosting provider, Angelfire. Because it is free of charge, advertisment pop-ups can't be avoided. Is there any code which I can paste in my website so as to stop the pop-ups? (I don't mind if I need to paste the code in every page of my homepage) Or do you have any web hosting service to recommend which is free, good and without the pop-up problem?
 
Technology news on Phys.org
any ideeas? I'm interested too...
 
Don't know about popups but most the time you can wipe the page clean by putting all of your HTML code on layer, use a high z-order e.g.

<div id="main" style="position:absolute; width:100%; height:300px; z-index:999; left: 0px; top: 0px;">
<table width="100%" height="100%">
<tr>
<td> My Content </td>
</tr>
</table>
</div>

I use fortunecity.com
 
Last edited:
It's easy,

pay'em $5.00 a month and you won't have any popups, you'll get more bandwidth plus you get FTP access and can hotlink your files. I highly recommend Angelfire to any small website builder.
 

Similar threads

  • · Replies 15 ·
Replies
15
Views
3K
Replies
1
Views
2K
Replies
19
Views
4K
Replies
3
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 23 ·
Replies
23
Views
4K
Replies
7
Views
4K