Open a separate fullscreen window
Whether you're a seasoned veteran or a struggling beginner, Web Radiance is the web development and web design forum for you. You'll find answers to all your HTML, CSS, SEO, and Programming needs. Pull up a chair and stay awhile.
Open a separate fullscreen window
#1
Posted 05 October 2008 - 01:09 PM
I know a lot of people don't like when a fullscreen is opened but I will have text on my main page letting users know that when they click on my website or blog link it will open a new fullscreen window.
I've been given javascript codes and what not from other people and had no luck! Please help me out if you have a chance Thanks
#2
Posted 05 October 2008 - 07:10 PM
#4
Posted 08 October 2008 - 12:05 PM
Why not give em the terrible advice they want......
here's the code: <a href="www.youdomain" target="blank">Your Text</a>
#5
Posted 08 October 2008 - 12:24 PM
#6
Posted 08 October 2008 - 04:28 PM
jameson, on Oct 8 2008, 01:24 PM, said:
Yeah but if your using Firefox than it just opens it in a new tab which is auto full size..but yeah.
#7
Posted 08 October 2008 - 05:59 PM
They want it full screen of your monitor (like when you play games or watch movies).
Its used by terrible spam adverts.
#8
#9
Posted 13 October 2008 - 03:31 PM
cassieblue, on Oct 5 2008, 01:09 PM, said:
I know a lot of people don't like when a fullscreen is opened but I will have text on my main page letting users know that when they click on my website or blog link it will open a new fullscreen window.
I've been given javascript codes and what not from other people and had no luck! Please help me out if you have a chance Thanks
I'll have to agree with everyone that you don't want to use this, but if you are wanting to anyway, you need to use the doctype of transitional and then add the target="_blank" at the end of your img tag.
#10
Posted 16 October 2008 - 06:06 AM
<a href="http://www.dudes-japan.com" target="_blank">Dudes Japan</a>
#11
Posted 16 October 2008 - 06:57 AM
#12
Posted 15 June 2010 - 09:47 PM
Your problem regarding your page will link to another new full screen window will be solved here. You can use this code <a href="your url" target="_blank">Your text</a> for html code in your body...but if you wish to use javascript, I made this for you. Put this in your html code in your body: <a href="your url" onclick="newpage();">Your text</a> and for your javascript code: function newpage(){window.open('your url');} I hope I had helped you...For more info click this page and you will learn something from it.
This post has been edited by elnz: 15 June 2010 - 09:55 PM


Help
MultiQuote














