var al:LoadVars = new LoadVars();
al.onLoad = function(success) {
if(success){
var ad = this.model;//this al değişkenini gösteriyor
var soyad = this.product;
m.text=ad;
n.text=soyad;
}
}
al.load("gonderici.asp");
Burada m ve n isimli iki textboximiz var.gonderici.asp den gelen
iki stringi bunlara atıyoruz.
Asp sayfamızın içeriğide şu şekilde olmalıdır.
<@LANGUAGE="VBSCRIPT"%>
<
Response.Write "&model=kamil&"
Response.Write "&product=deneme&
>
29 Nisan 2009 Çarşamba
Kaydol:
Kayıt Yorumları (Atom)
Hiç yorum yok:
Yorum Gönder