Do not use on any
shared computer
August 29, 2008 09:02pm pdt

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top JavaScript Solutions: 26 - 50 of 1716
 
Hi, I'm using the following JQuery javascript to dynamically load a simple external html file into a div, called 'full_text', on the page. $(document).ready(function() {   $('#all_tex...
Hi, Am using jQuery for some AJAX work. Am using the code below to load pages: $(document).ready(function() {   $('a.somelink').click(function() {     $('.maincontent').hide().load('...
I have a noscript tag inside which i am trying to navigate to another page if javascript is turned off like this <noscript> <META HTTP-EQUIV="Refresh" CONTENT="0;URL=../Html/EnableJavasc...
I have a sample form per say myform, when I slick submit button I want the file be process by two different action files (insertrecord.php, insertrecord2.php). Here is the sample code : Is it...
I have an asp page that I need to be able to preview before it is actually submitted to the database. I have created an extra submit button and applied some scripting to it but when I use R...
I have a function called numbersonly (see the attached code). I dynamically create an input field in javascript and want to assign the numbersonly function to the onKeyPress event. Can this be...
How do i access the parent window element from an iframe?
I am creating a page (http://www.smokezone.arrivalpreview.co.uk/awnings.asp) which has a list of products populated from a database (ASP/Access). Within each product box is the option to view ...
Hi all, Please see the attached code snippet.  I'm trying to resize a div element to take up all available screen space to minimize scroll bars.  This works fine in IE but  not in NN or FF...
i have the below code. it works fine on clearing the textbox's, but this is what i  have: several divs in a form each div is a seperate set of questions that have textbox's and radio's i...
I have large form data to be submitted to a new window through javascript. I am only able to pass url variables.
Dear all, I am calling the following from an iframe: <script type="text/javascript" src="dhtmlwindow.js"></script> <link rel="stylesheet" href="dhtmlwindow.css" type="text/css" /> scri...
Hello Experts, Can I not sent the attached as a form data using submit function please?    $('#action').val(ax);         var myForm = $("#" + frm);                    //param=myform.se...
I have the below code from a previous post. It works great in IE, but not at all in Firefox. Any suggestions on how to make it work in Firefox? <HTML>  <HEAD>   <TITLE>Untitled</TITLE...
So, I am building a "guided tour" of sorts for a product we are launching.  On my website, I have 6 imagebuttons that when clicked call this javascript to show/hide the divs I have the content...
Hi, I have a problem with some javascript - I have some PHP which prints out a number of links with an onMouseOver event as below.....where for some records, the description seems to start ...
In our project we have provided functionality to the user to download a file by clicking a button. When the user clicks on this button, an IE 'Download Dialog Box' appears asking the user to e...
I am developing an Ajax application that lists information in a standard HTML table. I have an onclick event on certain td tags that opens up a popup div over the main interface with additiona...
Hi, Within the collapsiblepanelextender I want an event to occur (value displayed) whenever a panel is selected to open. How do I access an onClick event within the collapsiblepanelextender?
Hi, I am developing a desktop internet enabled application in Adobe AIR with HTML & JavaScript. It will have a local database(sqlite) to store data. The application will also have an associ...
Does anybody know how to mask an input field to have as many numbers as you want before a decimal point but then just two numbers past the decimal? example 43434.93
Hey I have a 'job name' text field on a form which I need to ensure doesn't have any special characters in it. So I have the following code which accepts case insensitive alphanumeric chara...
In my script I use "\r" as a carriage return reference in my javascript. The javascript prints into a textbox and the results work fine in firefox. But in internet explorer the carriage ret...
I am develping a ASP.Net based web page. However this issue is not specific to .Net and it is about javascript. My requirement is to give a preview of PDF document from local machine file sys...
Hello Experts, i have a page at which i have lots of data but i want to print a particular area through printer. for example, my page is showing header,footer and other information and i wa...