hi.. i need to pass in a variable to the my aspx FCKEditor user control, namely an OwnerID variable.. then, once it is passed in, when the person clicks on browse or upload image, i need to pass that variable as a query string to the urls specified for those operations.. ie, if user id 3 logs in and opens up an fck session, the usercontrol knows this is user id 3.. then when they are uploading an image it knows to call /mypath/upload.aspx?id=3, and when they browse /mypath/browse.aspx?id=3 ..
how can i do this? i'm racking my brains.
how can i do this? i'm racking my brains.