Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~1K People Reached
Favorite Tags

2 Posted Topics

Member Avatar for ausgezeichnete

all i want is to make the user able to edit when he clicks on the value and on blur the value get edited like it works here in the forum ,when i try to edit,it edited on the same page !! and i got this code,it works fine if …

Member Avatar for Member #210412
0
86
Member Avatar for dami06

hello there...for ur documnet it will be like this... <!DOCTYPE book[ <!ELEMENT book (person)+> <!ELEMENT person (first,last,age)> <!ELEMENT first (#PCDATA)> <!ELEMENT last (#PCDATA)> <!ELEMENT age (#PCDATA)> ]> <book> <person> <first>Kiran</first> <last>Pai</last> <age>22</age> </person> <person> <first>Bill</first> <last>Gates</last> <age>46</age> </person> <person> <first>Steve</first> <last>Jobs</last> <age>40</age> </person> </book>

Member Avatar for ausgezeichnete
0
925

The End.