Search found 3 matches

by muhammad_yahya
Mon Apr 09, 2007 11:47 pm
Forum: Javascript
Topic: How to set value in HTMLBox
Replies: 1
Views: 686

How to set value in HTMLBox

Hi,

I am using FCKeditor. I put a HTMLBox (Rich Text Editor) on web page and a select list having multiple options.
I need JavaScript to add Selected Text from list in HTMLBox on List's Change Event.

Thanks.
by muhammad_yahya
Wed Mar 28, 2007 11:54 pm
Forum: Databases
Topic: Recursive SQL to get Parent IDs
Replies: 6
Views: 1380

Recursive SQL to get Parent IDs

Hi, I have a table having fields (ID, Name, ParentID). Sample Data is: -------------------------------- ID - Name - ParentID -------------------------------- 1 One 0 2 Tow 1 3 Three 1 4 Four 2 --------------------------------- I need a SQL Query to get relust like this: 1 1 -> 2 1 -> 3 1 -> 2 -> 4 A...
by muhammad_yahya
Mon Mar 12, 2007 5:09 am
Forum: PHP - Code
Topic: Online Signature using Mounse
Replies: 1
Views: 368

Online Signature using Mounse

I need some help in capturing online signature using mouse. I want a area on a webpage where users can sign using mouse than it can be saved as immage on some pdf file.