|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 3/30/2007 4:49:56 AM
Posts: 1,
Visits: 1
|
|
how can i disable the address bar(i.e. not visible) when enter into the page.
ex: if we enter into a html page then in address bar we get the address .
i want to invisible(i.e. delete) the address bar
please help me to do program for that in html or javascript or php
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 5/29/2011 9:51:39 AM
Posts: 21,
Visits: 47
|
|
I dont really understand your question - can you please give us an example of what you mean.
Give me a smile and make my day
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 5/24/2007 1:32:31 PM
Posts: 11,
Visits: 2
|
|
| I don't believe you can get rid of the address bar on viewers computers, as it is a part of the browser itself.
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 5/24/2007 2:19:20 PM
Posts: 10,
Visits: 2
|
|
| If you maximize the screen, and use function keys you can eliminated the address bar, but you want to know how to do that with html?
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 5/24/2007 4:31:02 PM
Posts: 12,
Visits: 1
|
|
thewalrus (5/24/2007) I don't believe you can get rid of the address bar on viewers computers, as it is a part of the browser itself.
I agree with this. you can't remove it.
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 9/28/2007 6:43:09 PM
Posts: 12,
Visits: 3
|
|
| No, you are not able to get rid of that address bar.
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 5/28/2007 9:37:36 AM
Posts: 10,
Visits: 2
|
|
| The only times I have seen that done was with irritating popups. That irritates me. I am glad that isn't a well known programming skill!!!
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 6/4/2007 8:17:37 AM
Posts: 12,
Visits: 4
|
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 6/14/2007 12:44:16 PM
Posts: 12,
Visits: 4
|
|
| you got put this on your anchor tag: "onclick="window.open(this.href,this.target,'width=700,height=500,status,scrollbars'); return false;" This will only give the user a window with that specified height and width and ability to scroll that's it . no more ( no address bar or anything else. Take care Jad
Jadvanced.com
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 6/15/2007 7:36:18 PM
Posts: 10,
Visits: 5
|
|
| Thanks Jadvanced. I was just looking for that.
|
|