Posted 7/24/2007 12:24:00 AM | | | | Hi, I have an onsave event which uses the open.window("/test.aspx?name="+sName); to open a datagrid like the one in example 4.03c Now, the page opens and I have a variable which retrieves the name variable var abc = Request.QueryString["name"]; However, this is not returning anything. If I hardcode var abc = "some variable", my fetch query works fine so I know that this is not related to my fetch. I have tried Request.Form and also http://www.c360.com/Forums/Topic235-8-1.aspx?Highlight=querystring I think it may have something to do with the fact that I am using window.open? Any advice would be appreciated. Thanks Eric
|
| |
|