I'm trying to make a popup including information, but I can't make a decent "Close" Hyperlink, whenever i click it, an IE question pops up asking If I want to close it, how do i get rid of this?
ID:269649
Aug 25 2005, 3:25 am
|
|
In response to SSJ4 Compufreak
|
|
You may not know this, but you have to wait 24 hours to bump. The post also has to be off the front page.
|
In response to Ol' Yeller
|
|
Oh Sorry >_>
|
Make a BYOND hyperlink, and catch it with Topic().
/*Place this somewhere in your html, You just have to configure that a little. |
In response to CaptFalcon33035
|
|
I don't really understand, so here's my code
var/infopopup1={" |
In response to SSJ4 Compufreak
|
|
0.o
Anyway, I fixed a bit of your HTML. I don't know what the P tags opening and closing does, so, I left them in there. Anyway, I assumed you're trying to do something like this: mob/Login() It's not exactly going to work if you just have a variable that displays the HTML, because you will not be able to place a close link in it that says 'Are you sure you wish to close this window?' or whatever it asks. |
In response to CaptFalcon33035
|
|
I edited it a bit and now it works! thanks man
|
Up
My
Post