I'm working on my website and the links are set to open new windows.....is there a command to put in so that when the link is clicked on that the new browser opens maximized? I'm using frontpage XP, but I know basic html.......
Starting today August 7th, 2024, in order to post in the Married Couples, Courting Couples, or Singles forums, you will not be allowed to post if you have your Marital status designated as private. Announcements will be made in the respective forums as well but please note that if yours is currently listed as Private, you will need to submit a ticket in the Support Area to have yours changed.

This is what I am doing, I'm working on my web page and I want a new window to open when a link is clicked on from the main page, but it needs to be full screen when it opens for it to all be seen.......missju said:I don't think doofus is talking about an automatic popup, but instead opening perhaps a subpage in a new window that requires an expanded window for full resolution viewing.
but yeah, big popups are what my seven year old cousin would call "stinkiemeanies"
Could u elaborate a little, I'm not sure where to put it, loldrfeelgood said:target=_blank
Ok, I'm going to say this one more time to everyone....I AM NOT CREATING A POP UP AD FOR MY SITE!!!!.........I want the original page to stay open when people click on the links within my site, the only problem is that when you click on the links they all open in a smaller window and I want them to open in a full browser windows......PennylessZ28 said:WORD OF ADVICE
From Fellow Webdeveloper ~
DO NOT USE A FULL SCREEN POPUP. DO NOT USE POP-UP's period unless for spefic things, not for each individual page of your website.
REASONS: Broswer support, Netscape, Opera, Mozilla, Mozilla Firebird all block popups'
FULL SCREEN POPUP WINDOWS are the biggest most hated thing on the internet in the profesional web developement community. Why, becuase PORNO sites & SPAMERS are so well known for popups and windows that go fullscreen on you before you knew what happened.
Not everyone will want to look at yoru website in full screen.
Think about what you are coding.
<a href="http://www.yourlinkhere.com" target="_blank">LINK</a>
<a href="#" onClick="javascript:window.open('http://YOURLINKHERE','width=1024,height=768,
toolbars=yes,'); return false">LINKYLINK</a>
Pseud got it right..Pseud said:Doofus,
for a link to open in a new window when clicked use the following code:
Code:<a href="http://www.yourlinkhere.com" target="_blank">LINK</a>
drfeelgood said:Pseud got it right..but no quotes around "_blank" IIRC.
PennylessZ28 said:I KNOW YOU ARE NOT CREATING POPUP ADS, READ WHAT I WROTE.
ITS NOT GOOD DESIGN EDIQUITE TO FORCE A FULL SCREEN.