August 18, 2006
@ 12:00 AM

Örnek uygulamayı buradan deneyebilirsiniz. Kaynak kodunu da buradan indirebilirsiniz.


//opener.aspx
protected void Page_Load(object sender, EventArgs e)
{
        Button1.Attributes.Add("onClick", "window.open('child.aspx?io1=TextBox1&io2=TextBox2','Pencerem','width=180,height=120')");
}

.................... 
//child.aspx
<script type="text/javascript" language="javascript">
        function arkayayolla(deger1,deger2,io1,io2)
        {
            window.opener.document.getElementById(io1).value=deger1;
            window.opener.document.getElementById(io2).value=deger2;
        }
 </script>
...................


 


//child.aspx.cs
protected void Button1_Click(object sender, EventArgs e)
{
        Label1.Text = "<script>arkayayolla('" + TextBox1.Text + "','" + TextBox2.Text + "','" + Request.QueryString["io1"] + "','" +        Request.QueryString["io2"] + "')</script>";
}


 
Saturday, November 14, 2009 10:28:20 AM (GTB Standard Time, UTC+02:00)
http://www.selluggsboots.com/ugg-bailey-button-c-21.html
Saturday, November 14, 2009 12:14:14 PM (GTB Standard Time, UTC+02:00)
<a href="http://www.selluggsboots.com/classic-tall-ugg-boots-c-5.html" target="_parent"><strong>Classic Tall Ugg Boots</strong></a> on sale!,We are professional supply <a href="http://www.selluggsboots.com/ugg-bailey-button-c-21.html" target="_parent"><strong>Ugg bailey button </strong></a> ,<a href="http://www.selluggsboots.com/classic-short-ugg-boots-c-2.html" target="_parent"><strong>Ugg classic short boots </strong></a>is your best choice,free shipping and nontax,only need 1 week to your door!
Name
E-mail
Home page

Comment (HTML not allowed)  

Enter the code shown (prevents robots):

Live Comment Preview