TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

onClick new window

Page: 1 Reply
Jun 3rd 2003#106341 Report
Member since: Jul 16th 2002
Posts: 352
On http://www.bluesfear.com , in the tutorials section, when you click on the tutorial that you want, it opens a new window. How do they do that? Thx
Reply with Quote Reply
Jun 3rd 2003#106362 Report
Member since: May 13th 2003
Posts: 644
its a simple code when you use jave script.


function openpopup(){
var popurl="thankyou.htm"


window.open(popurl,"","width=400,height=338,")


you really dont need the var thats just a message but you can put it if you want or replace it with the content you want to include/
Reply with Quote Reply
Jun 3rd 2003#106363 Report
Member since: May 13th 2003
Posts: 644
i think this one will give you a better idea.



function openpopup(){
var popurl="thankyou.htm"
winpops=window.open

(popurl,"","width=400,height=338,toolbar,location,directories,status,scrollbars,menubar,resizable,")
}

openpopup()

Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum