3yL
03-25-2003, 01:25 PM
Help? :D
I am trying to write a script that will either a.) popup a window that contains a dropdown box; or b.) simply use the dropdown box on the page itself - AND will print the selected option in a textfield. I'll be populating the dropdown box dynamically with php/mysql if that makes a difference. What I'm trying to do is very similar to the drop down boxes on vBulletin (although I actually use UBB.Threads) - the ones that allow you to choose a size, font style, color, etc.
What I'm trying to create is a dropdown box of frequently posted url's. I don't want the page redirected or sent to the url though, I just want whatever link the person chooses to be written into the post textfield (where I'm typing this right now). The php/mysql stuff is no problem - it's getting it to write into the textbox that has my eyes crossed. ;)
TIA!
I am trying to write a script that will either a.) popup a window that contains a dropdown box; or b.) simply use the dropdown box on the page itself - AND will print the selected option in a textfield. I'll be populating the dropdown box dynamically with php/mysql if that makes a difference. What I'm trying to do is very similar to the drop down boxes on vBulletin (although I actually use UBB.Threads) - the ones that allow you to choose a size, font style, color, etc.
What I'm trying to create is a dropdown box of frequently posted url's. I don't want the page redirected or sent to the url though, I just want whatever link the person chooses to be written into the post textfield (where I'm typing this right now). The php/mysql stuff is no problem - it's getting it to write into the textbox that has my eyes crossed. ;)
TIA!