PDA

View Full Version : Pop ups


K-Ci
12-27-2000, 07:43 AM
Excuse me but does anyone know the html code for having links pop up when a certain page is opened? But I will need to have not appear or leave traces anywhere on the web page itself.
------------------
I'm ghost...

K-Ci
12-27-2000, 01:38 PM
Thanx for the quick reply. With no traces I mean that I just don't want it to mess up the HTML code or anything, and it should be anywhere on the page when viewing it. If I for exapmle enter the link into what should pop in that code I don't wan the link to be displayed on the page. And it should pop up the second somebody enter that page you know, if somebody enters my index page I want another page to pop up in a new window. Something like that.
------------------
I'm ghost...

Brian
12-27-2000, 02:02 PM
You might check out : http://javascript.internet.com/generators/popup-window.html

-Brian
[This message has been edited by Brian (edited 12-27-00@2:05 pm)]

K-Ci
12-27-2000, 05:12 PM
Yes I know that one but is that pop up function also available in HTML or do you have to use java for that?
Thanks for the help Brian

Jeff
12-27-2000, 05:27 PM
That is not java -- it is javascript (so it loads without a delay)

There is no way to do it in straight html without javascript to the best of my knowledge.
[This message has been edited by Jeff (edited 12-27-00@5:31 pm)]

Keiichi
12-27-2000, 09:40 PM
javascript can do it
you can try to find a cgi script also. I've never tried to use or find a pop up script with cgi, but it should probably do it without leaving a trace on the html source either.

Brian
12-28-2000, 12:49 AM
We will need more information. When and how do you want the pop up to pop up. Also please clearify what you mean by no traces on the website itself..

-Brian

Rich
12-28-2000, 04:35 AM
As a side note, you might also find it helpful to monitor your site traffic growth rate both before and after implementing the pop-up. Many users report that they hate pop-ups more than they hate banner advertising. Some site visitors upon encountering a pop-up when entering a site not only immediately close the pop-up but also immediately exit the site vowing never to return again. Not a particularly good way to increase site traffic.

Rich
-- pop goes the weasel

Keiichi
12-28-2000, 09:05 PM
Rich's right.