Browse by Tags

Related Posts

  • Problem in closing the aspx page after completing the print functionality

    Hi All, In my application I have two aspx pages one is default.aspx and preview.aspx page. In default page I have a button print. when user clicks on print I am opening preview.aspx like a seperate new window page there I have a code to print the content. After completing the print functionality preview...
    Posted to Client Side Web Development (Forum) by naveen.bandla on 05-20-2009, 12:00 AM
    Filed under: Page Load - Javascript Function, print, print child window content, print document content by through javascript, print form contents, print form including the file path, print javascript, print javascript printing activex trigger api apis, Print Preview, Printer, printer name, Printer textstream Javascript, Printing Forms, printing input values, ASP 2.0 and Javascript, asp.net 2.0 c#, asp.net javascript button click, ASP.NET Javascript onclick, browser, Browser Back, browser issues, browsers, button click, call C# from javascript, Client Callbacks, client calls, Client Script, Client Side Printing, HTML table, IE Print, IE7, IE7 problems, innerHTML, javascipt asp.net, javascript Asp .Net gridview onclientClick, javascript classname, javascript calling server side function, Javascript UserControl, javascript:, javascripts, javascrpt, javasript, javava script, Javavascript, javavascript option onchange, Excel Export
  • Re: resize browser window to its contents

    I was referring to calculating the values that go into the resize() function. Here is the scenario: the body contains only a table in which I place everything (not much). I am trying to calucalte the height and width the table takes, and trying to resize. I find there is no way of calculating the height...
    Posted to Client Side Web Development (Forum) by deostroll on 04-03-2009, 12:00 AM
    Filed under: Javavascript
  • Re: Javascript Parsing

    Nope, it does know that a variable named 'x' exists, but since its un-assigned at that point of time, the value "undefined" is alerted.. As you said, if its not able to recognize the variable x, it would have given error . To understand what I am saying, remove the var x = 5 ; declaration...
    Posted to Client Side Web Development (Forum) by kach on 11-24-2008, 12:00 AM
    Filed under: Javavascript
  • Re: How do you create a mini pop up after x amount of time on a webpage

    [quote user="NC01"]Uhh, we can't write the code for you.[/quote] Says who?! Here is the Javascript you will need... var delay = 30 // Number of SECONDS to wait function showModalLayer() { var modalElem = document.getElementById( 'divModalLayer' ); if (modalElem != null ) { modalElem...
    Posted to Client Side Web Development (Forum) by JoshStodola on 09-19-2008, 12:00 AM
    Filed under: popup, center, modal, Javavascript, delayed
  • Closing main window after Attachment popup is showed

    Hi, I need to implement a scneario like this: There is an image shown to the user, and besides it, we display a "Save" Button. Once, the user clicks the Save button, our goal is to allow the user to save the image, and the browser window should be closed automatically. In the current implementation...
    Posted to Client Side Web Development (Forum) by kach on 09-19-2008, 12:00 AM
    Filed under: window.close, Javavascript
  • fire rowcommand with client script inside updatepanel

    Hello, I have a GridView inside an update panel. On each row of the grid there is a "delete" button to delete the corresponding row. The problem is that I want to show a confirm popup dialog when clicking the delete button. For this, I decided to use a ModalPopupExtender with 2 buttons (OK...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by iangyim on 06-15-2008, 12:00 AM
    Filed under: UpdatePanel, Javavascript, modal dialog
  • Javascript Error: Object Requred - but WHY?

    Hi All, This is really killing me, one of those, no doubt, simple-to-fix-but-I-just-cannot-see-it problems. see code below, on page load the script should change the bg color of the element tried it with td and div, but both return error 'Object Required' - but why?? <!DOCTYPE HTML PUBLIC...
    Posted to Client Side Web Development (Forum) by dotdodont on 05-15-2008, 12:00 AM
    Filed under: Javavascript
  • Client side solution?

    I have a problem at the moment with a web project. I have two Panels within an UpdatePanel on an aspx page (using Masterpages). I'm using ASP.Net 2.0 with an AJAX enabled website. The two Panels represent a Master-Detail type relationship. I want a user to click a LinkButton in the first Panel and...
    Posted to ASP.NET AJAX UI (Forum) by dbrook007 on 04-09-2008, 12:00 AM
    Filed under: onclick, postback, scriptmanager, UpdatePanel, .net 2.0, asp.net ajax, asp.NET ajax flash, aspx, clickonce, client calls, client object to server side, client Script callback error webresource.axd, client side, Client side scripting, Client side validation in Fire Fox, ClientID, ClientScript.RegisterStartupScript, hidden field, Javaavascript, javascript & ajax, JavaScript & Hidden field, JavaScript : showModalDialog(), javascript ad publish, Javascript Ajax Asp .Net, javascript ajax function result, javascript alert, javascript Array.forEach, JavaScript asp.net control panel event, Javascript ASp.net Gridview Popup box C#, javascript block blocking scripts script, Javascript Calender Date Picker, javascript client dom attribute viewstate postback ajax, javascript confirm box, Javascript Confirmation Dialog, javascript customvalidator client, javascript disabled htmlbutton, javascript dropdownlist clientID, javascript event handling onclick onmouseover, javascript foreach client iteraet loop dropdown option options for next, javascript generated control, JavaScript how to pass value to asp:TextBox from asp:Calendar, javascript in asp.net, javascript inline function functions, javascript syntax, javascript validations in asp.net, javascript:, javascriptript register IsClientScriptBlockRegistered RegisterClientScriptBlock, Javavascript, __doPostBack, javascript popup datasource databind update requery refresh, Javascript query string, javascript script, Checking cookie enabled/disabled with javascript
  • Finding a radiobutton elemnt inside a cell in HTML table??

    Hi, I want to find the radio button element present inside a cell in HTML table and want to set the checked property of that radio button to true(checked) using javascript . like below, < table > < tr > < td > < input id= "rbRadio" type= "radio" name= "gvradio"...
    Posted to Client Side Web Development (Forum) by prashant_victory@hotmail.com on 03-22-2008, 12:00 AM
    Filed under: Radio button, elemnt, HTML table, Javavascript
  • HTML like editable Textarea

    How can I make an Iframe editable like a textarea to make a simple HTML Editor for a CMS? I can create an iframe with javascript but how can I make the content of the iframe editable like in TinyMCE, FCKEditor and Cute Editor. They use the same technique.
    Posted to Client Side Web Development (Forum) by xGDI on 03-21-2008, 12:00 AM
    Filed under: Javavascript
Page 1 of 3 (21 items) 1 2 3 Next >