jquery - Using asp.net postback inside a php page -
i have php page (from wordpress) loads inside of asp.net page.
the inside page have asp.net controls every time click auto-postback reloading entire page in totally messed url.
i load asp.net using jquery's load() function , need trigger function inside of page.
now, when press asp button page call postback function, new page read post value , execute needs executed. in case post message sent wordpress totally ignore it. need forward post data new page? or i'm in totally wrong way? i'd don't use iframes, there solution?
i assume asp.net outside of wordpress framework. seems trying communicate wordpress functions using php. if case can enable wordpress frame work page out side of wordpress
require_once( dirname(file) . '/wp-load.php' );
doing include wordpress functions can utilize built in api.
Comments
Post a Comment