View Full Version : A question about a link


ingeandfriends
04-07-2005, 10:01 PM
Hello, I have a question. What I want is a button, and when you click, it brings up a reply box (i'm making a forum). But I want that reply box in the page, not as a seperate page or pop-up. Is there a way to do that in html?

I already have the reply box made, I just want to know how to make that link.

Thanks!

Patrick
04-07-2005, 11:21 PM
If its phpbb, look for the phpbb hack at PHPBBHACKS.com

Hope it helps! :)

kiwee
04-08-2005, 10:12 AM
Hello, I have a question. What I want is a button, and when you click, it brings up a reply box (i'm making a forum). But I want that reply box in the page, not as a seperate page or pop-up. Is there a way to do that in html?

I already have the reply box made, I just want to know how to make that link.

Thanks!
the only way i know of being able to do that in HTML is to use iframes. i would use PHP if i were you

ingeandfriends
04-08-2005, 06:46 PM
Okay Thanks!

I'm not using phpbb.

Can you tell me how to do it in php? Cause I can't find that either...

Patrick
04-08-2005, 11:12 PM
Oh, what forum are you using? 'Cause it might help.

ingeandfriends
04-09-2005, 10:26 PM
Not using any forum. I'm writing the forum myself.
It's basically done, I just can't figure out how to get that reply box to open up on a click... Thanks for the help!

kiwee
04-10-2005, 02:09 PM
making a forum? in javascript?????
with iframes, just make one with name='iframe_name' in it and within the link put target="iframe_name"

ingeandfriends
04-11-2005, 02:38 PM
Oh thanks, but I'm making the forum in php. I was hoping this could be done in php too?

kiwee
04-11-2005, 09:13 PM
if you were then you are posting it in the wrong forum, this is the HTML forum, post it in the advanced programing forum instead

ingeandfriends
04-11-2005, 10:11 PM
Okay...