json - callback functions - url redirection -


i want create callback function, handles javasripting - callback function if want append redirection url - how do - confused start - callback functions -

callback code called on event,

events can click, mousemove, keypress, window resize, ...

you can start search google event handling in js

by example http://www.w3schools.com/js/js_htmldom_events.asp

you can use js library too, jquery managing event

for url redirection, have @ location.href

location.href = "http://google.com"; 

Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -