Preferred Client Side Calls

R

Ryan Moore

Does anyone know if there is another method for making asynchronous client
side calls to server methods (without page refreshing) besides JavaScript
Remote Scripting?

thnx
 
B

bruce barker

remote scripting used a java applet, there are a couple options:

1) you can use an iframe. pretty simple
2) use xmlhttp - though IE unlike netscape will require your site be trusted
for active/x


-- bruce (sqlwork.com)
 
G

Guest

When using an IFRAME, how do you get rid of the IE 'click' noise when you
update the SRC attribute of the iframe? (Other than disabling sounds thru
control panel) ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top