WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Remove the adresses field Empty Remove the adresses field Wed Apr 28, 2010 10:12 pm

Unknown Data

Unknown Data
Registered Member
Registered Member
Hey.

Can somebody tell me how I can remoce the adresses field, from a window?

~Unknown Data

http://woops.dk

2Remove the adresses field Empty Re: Remove the adresses field Wed Apr 28, 2010 11:32 pm

Sanket

Sanket
Administrator
Administrator
What is that?

http://www.webartzforum.com

3Remove the adresses field Empty Re: Remove the adresses field Wed Apr 28, 2010 11:42 pm

Green CoW

Green CoW
Graphic Designer
Graphic Designer
Then you need to make a pop-up, and that's no good.

4Remove the adresses field Empty Re: Remove the adresses field Thu Apr 29, 2010 12:16 am

Unknown Data

Unknown Data
Registered Member
Registered Member
Sanket:
I don't really know what the name is at english, but that was just my guess.
Here is a picture, that will show it.
Remove the adresses field Unavng13

Green CoW:
Yeay, I know. But thats what i thought, and i doesnt means anything to what I will try to make.

How do I make it then?

http://woops.dk

5Remove the adresses field Empty Re: Remove the adresses field Thu Apr 29, 2010 12:21 am

Sanket

Sanket
Administrator
Administrator
In a browser, you want to remove it?

http://www.webartzforum.com

6Remove the adresses field Empty Re: Remove the adresses field Thu Apr 29, 2010 12:32 am

Green CoW

Green CoW
Graphic Designer
Graphic Designer
Add this code to the html
Code:
<script language="JavaScript">
<!--

function openwin1() {
    window.open("THE PAGE YOU WANT TO OPEN.HTM","Window1","location=no,width=460,height=360,toolbar=no");
}
</script>

Here's the parameters
location = yes|no
menubar = yes|no
scrollbars = yes|no
status = yes|no
titlebar = yes|no
toolbar = yes|no
resizable = yes|no
height = pixels height of window
width = pixels width of window
directories = yes|no
innerHeight = pixels specifies the inner height of window
innerWidth = pixels specifies the inner width of window
screenX = pixels specifies distance from left edge of screen
screenY = pixels specifies distance from top edge of screen


and to open the popup you can add this code to the link

Code:
 <a href="javascript:openwin1()">Open Window </a>

7Remove the adresses field Empty Re: Remove the adresses field Thu Apr 29, 2010 12:42 am

Unknown Data

Unknown Data
Registered Member
Registered Member
Sanket:
Nope I don't think so, it's just so no one can se the adresses field.

Green CoW:
Sorry, but I can't get it working.
It's this site I want to get the adresses field removed:
http://digimon-world.danskforum.net/Digivice-Jagt-h32.htm

Look, am I doing somethign wrong?:
Remove the adresses field Unavng14

http://woops.dk

8Remove the adresses field Empty Re: Remove the adresses field Thu Apr 29, 2010 9:16 am

ankillien

ankillien
Administrator
Administrator
Hi!

I don't think that JavaScript has control over the location bar of the main browser window. You can do it with a pop up/child window but not with the main Neutral

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum