Hi!
I would like to know if it was possible to use javascript to Post to a web scenario?
An example: on a web page, I'd like to Post: javascript:__doPostBack('LinkButton1','') )
And it returns the same thing as when you put Post: button=Enter for a button that redirects to another web page.
Another example:
javascript:framePrincipale.document.iframeService. infoComp();
Possible or not?
Thanks!
I would like to know if it was possible to use javascript to Post to a web scenario?
An example: on a web page, I'd like to Post: javascript:__doPostBack('LinkButton1','') )
And it returns the same thing as when you put Post: button=Enter for a button that redirects to another web page.
Another example:
javascript:framePrincipale.document.iframeService. infoComp();
Possible or not?
Thanks!
Comment