I’ve been making updates to the topic maps engine, Topic Map Kid, in its current usage as a gifts register for Christmas. I noticed that when you press the ‘add gift’ button the page jumps unnaturally.
The easy way to fix this page jumping is to use ‘return false’ at the end of your javascript statement:
onclick=”javascript:addTopicRelationship(’{topic[@id=$item]/@id}’); return false”
M









