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

Wierd Problem

Page: 1 Reply
Jun 3rd 2003#106354 Report
Member since: Jul 16th 2002
Posts: 352
Hello again!
On my one page for my website( http://www.dynamiteart.5u.com/special.html ) I put a bunch of diff. buttons that open the tutorials in diff. windows. My problem is, they all come up as the same exact tutorial even though I'm specifying a diff. source. Can someone look at my could on that site to see whats wrong?
Reply with Quote Reply
Jun 3rd 2003#106364 Report
Member since: May 13th 2003
Posts: 644
i would do away with the buttons they arent really needed,

use this code insted

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
Jun 3rd 2003#106367 Report
Member since: Jul 16th 2002
Posts: 352
What section should I put that code in? (head, body, etc...?)
Reply with Quote Reply
Jun 3rd 2003#106370 Report
Member since: Jul 16th 2002
Posts: 352
Actually, can you just tell me exactly how to write it on my webpage because I can't seem to figure it out. I hope thats not too much to ask.
Reply with Quote Reply
Jun 3rd 2003#106405 Report
Member since: Mar 24th 2002
Posts: 3114
They work for me..... :confused:
Reply with Quote Reply
Jun 3rd 2003#106416 Report
Member since: Jul 16th 2002
Posts: 352
Yea, I got it all figured out now. Thx for your help dreamdesign!
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum