Skip to content Skip to sidebar Skip to footer
Showing posts with the label Base

Setting The Base Tag Of A Dynamically Created Iframe

I'm trying to dynamically create an iframe and set it's base tag before it is created. ifrm… Read more Setting The Base Tag Of A Dynamically Created Iframe

Javascript & Php Xor Equivalent

I have a javascript code: var c = 267414715; var d = c ^ ('0x81BE16CD'); Result is -190745… Read more Javascript & Php Xor Equivalent