is it possible to Supply a External HTML for <div> tag?
I have tried .load() in jquery but It bugs the textboxlist, and I tried using ajax too but it has the same effect with the textboxlist. is there anyway to supply the source for <div> in html like iframe?
example:
<div src="existing.php"></div>
I found something like this, they said this works but for me it does not. so any suggestion?
Since you’re using PHP, why not something like this?
Or should this page be loaded dynamically on the client side?