below code is building an iframe runtime in ui.
Its setting innerhtml to a div with iframe.
And there is button to remove iframe and another to add again.
thanks for reply,
I specifically need to use ':'
see below, 'abc' inbetween also get replaced if omit ':'
so needs to replace only 'abc:' not any other 'abc'
is it possible to do multi word replace using one line regex.
eg. need to replace 'abc' or 'Abc' or 'bcd' or 'pqr' or 'mno' with '***'
i know to do relace one by one.is it possible to do in one...
quite confused of your requirement.
AJAX , in simple terms, is a method of communicating to web server from browser.
What sort of validation are you planning to do in this method.
Below body contains nine textfields and onload 'SetListener' is called to attach eventlistener for event 'onpropertychange'. and trying to alert the name of the textfield.
Below html contains table & a div.
both absolute positioned.
Table contains a link and onclick event listener.
Div also got onclick event listener.
Both positioned same so that div borders for...