473,387 Members | 1,812 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Open chield form on click of ckeck box

Hi,
I am trying to open a chield form when we click on check box: The code is like this

function AppUpdate()
{

document.getElementById('Chkupdate').click();
window.open('AppTransfer.aspx',null,'statusbar=no, width=550px,height=300pxtoolbar=no,menubar=no,side bar=no');

}

<asp:CheckBox ID="Chkupdate" runat="server" AutoPostBack="True" OnCheckedChanged="CheckBox1_CheckedChanged" />&nbsp;

<input type="checkbox" onclick="AppUpdate()" />

But this is not working ,can any one help me where i am wrong.

Thanks

Shailesh Kumar
Aug 4 '07 #1
1 1068
kenobewan
4,871 Expert 4TB
window.open('AppTransfer.aspx',null,'statusbar=no, width=550px,height=300pxtoolbar=no,menubar=no,side bar=no');
This looks like pure JavaScript to me. You can add JS using attributes.add to asp.net or is this a JS script.? You are also missing a comma between height & toolbar. HTH.
Aug 4 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: VbUser25 | last post by:
hi.. i have a form i accept some user inputs in the form. there is a link on the form from where i open the excel file in the same browser (not in a new page...simply using a href. i am also...
1
by: edself | last post by:
I have a form which displays a subform datasheet of information. I'd like to be able to quickly click on a particular record and open up another form showing more detailed information about that...
2
by: carlor | last post by:
Hi there, I have a form that contains a link button. When the user clicks the link button I need to enable a couple of other buttons on the page and open a new browser window giving it focus...
2
by: Mattbooty | last post by:
Hello, Not sure if anyone else has seen this bug, but I have a form where the entire form is covered with a picturebox. The picturebox has a mouseup event. I also have an open file dialog for...
4
by: fat | last post by:
I have a drop down combo box that displays a list of customers , and the list is growing.. I would like to click the dropdown arrow and have a List box in a new form open, then i can choose a...
1
by: joerozario | last post by:
dear friends, i have treeview control in asp.net 2005. there is an option to show ckeck box. when i click the root node check box, i want all the sub nodes to be checked. how to do that.? ...
3
by: godhulirbalaka | last post by:
Dear Sir/Madam, I am new vb 6.0 user. I am developing Shop Management Program. I have a main form with buttons and menus. when i click any button then respective form is open. I want to set a...
5
by: billa856 | last post by:
Hi, My project is in MS Access 2002. In that I want to open one form multiple times. I put one button on my main form. Now whenever I click on that button than form will be open. Now when I...
2
by: viki1967 | last post by:
Hi everyone. I need open this page ASP ( include file ) in the window popup... but not working... can you help me? <script language="JavaScript" type="text/JavaScript"> <!--#include...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.