View Single Post
Old 07-04-2011, 06:38 PM   PM User | #17
slyfox
New Coder

 
Join Date: May 2009
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
slyfox is an unknown quantity at this point
Quote:
Originally Posted by devnull69 View Post
Sorry ... I don't want to assume something wrong ... but I think you still don't give us all the information we need

Most importantly: Where do you have (or where do you WANT to have) the call to topic.php? Where do the parameters come from?

As far as I understand: You want to click a link, start a request to topic.php with the two parameters id and quote.

Where do id and quote come from? What do you want to do with the output of topic.php? Do you want to write the output to the element #replyText or is this element part of topic.php and you only want to read the content of #replyText from topic.php?

You leave me confused.
Sorry for confusing you, let me try to sketch it a little better.

1) I have topic.php, which is a page that contains user comments.
2) At each user comment, there is a quote button so users can quote each others comments.
3) When that quote button is clicked, I want the ColorBox lightbox to open, with the a textarea that has the quoted text inside of it.

Everything is located on topic.php
slyfox is offline   Reply With Quote