PDA

View Full Version : IP showing in scrollbar


Lissa
06-19-2002, 11:48 PM
Im running my webpages off my computer using Apache.
I have 3 Frames (top-for banner) (side-for buttons) (main). When you "hover" over a link it displays my ip on the bottom left scrollbar. I tired using redirects like kickme.to but i opens the page in a new window (when i know its on mainFrame) It also adds banner, which is why i starting running them off my computer. Is there anyway to block this? Like cover the scrollbar up. I tried using dreamweaver to add a scrolling msg but it goes away when you click something.
Any help would be great, and I really need detailed instructions. Im kinda new at this.

LiSSa:)

haskins
06-20-2002, 12:57 AM
can you give a link to the page your working on?

Lissa
06-20-2002, 01:08 AM
http://mirror.at/sim

mouse
06-20-2002, 01:24 AM
You can't unless you get a domain name and point it at your IP, either way people will still be able to get your IP.

Brandon
06-20-2002, 05:01 AM
I didnt' look at your coding or anything, but have you tried anythig like:
<a href="mylink.shtml" OnMouseOver="window.status=' ';" OnMouseOut="window.status='Done';" OnMouseClick="window.status=' ';"> MY LINK </a>

or something like that... I used to use a code like that back in the day... :D!