Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Equivalent of ASP Softwing.ASPTear

Status
Not open for further replies.

rachelason

Programmer
Jun 28, 2004
114
GB
HI All, Does anyone know if there is a tag equivalent in Javascript to ASP Softwing.ASPTear? I am not sure what exactly this syntax does in ASP, so any help is appreciable?
Cheers
Rach
 
xmlhttp and xmlhttprequest in IE and Mozilla respectively can perform GET/POST requests. lots of examples on google for these objects.

-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }
i like your sleeves...they're real big
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top