|
Post by SANITARIUM on Apr 7, 2004 20:10:06 GMT
I was wondering is there away where I can make my saybox open up if someone clicks on a link? If so could you tell me how. Thanks
|
|
|
Post by Renegade on Apr 7, 2004 20:11:22 GMT
Do you mean on a new page, or as a dropdown on the same page (like our FAQ page), or something entirely different?
|
|
|
Post by SANITARIUM on Apr 7, 2004 20:15:58 GMT
Yes open up in a new page
|
|
|
Post by Renegade on Apr 7, 2004 20:38:29 GMT
Simply put the Saybox code on an HTML page, and a link to it. The code to open the new page from a link would look something like this:
<a href="javascript: void(0)" onclick="window.open('http://www.pagewithyoursayboxon.com','SayBox','width=200,height=400,top=100,left=150,screenX=1,screenY=1,scrollbars=no,resizable=no');">SayBox</a>
|
|
|
Post by SANITARIUM on Apr 8, 2004 1:05:43 GMT
thanks it worked but can you have a look at my saybox, everything is all messed up. www.hatorade.tk/
|
|
|
Post by Ron on Apr 8, 2004 3:02:00 GMT
thanks it worked but can you have a look at my saybox, everything is all messed up. www.hatorade.tk/You need to make an HTML page and put your SayBox code in it, then open that page with the code Renegade gave you, rather than opening the URL for your SayBox.
|
|
|
Post by SANITARIUM on Apr 13, 2004 23:04:00 GMT
You need to make an HTML page and put your SayBox code in it, then open that page with the code Renegade gave you, rather than opening the URL for your SayBox. Sorry but I don't get what your saying.
|
|
[danny]
Junior Member
Where will you be?
Posts: 55
|
Post by [danny] on Apr 13, 2004 23:47:40 GMT
Sorry but I don't get what your saying. Okay, I'll explain it to you. 1. Open up a new text file and insert your saybox code in it. Let's call this saybox.html. 2. Upload that file to your server 3. Then, insert the code Renegade so kindly supplied and put it where you want the link to appear, but replace www.pagewithyoursayboxon.com with hatorade.tk/saybox.html, so your code would be: <a href="javascript: void(0)" onclick="window.open('http://www.hatorade.tk/saybox.html','SayBox','width=200,height=400,top=100,left=150,screenX=1,screenY=1,scrollbars=no,resizable=no');">SayBox</a> 4. Try it out! ~ Leopold
|
|