Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
4answers
5k views

Hook a javascript event to page load

I have an aspx that has the following javascript function being ran during the onload event of the body. <body onload="startClock();"> However, I'm setting the aspx up to use a master page, ...
6
votes
3answers
2k views

iframe behaviour of onload vs addEventListener('load')

I've been playing around with adding hidden iframe elements to a page, and I want to manipulate the DOM of the these once loaded. I've noticed that I can't start manipulating the DOM immediately after ...
5
votes
2answers
226 views

element.onload vs element.addEventListener(“load”,callbak,false)

Can someone please explain what the difference is between the following two ways to specifying onload callback functions in javascript? element.onload = callback AND ...
3
votes
4answers
361 views

Cross Browser Dom Ready

I inherited this piece of code and it seems suboptimal and possibly incorrect since it's adding event listeners on both the window and document objects. However, it is working properly except for ...
3
votes
4answers
782 views

JavaScript event window.onload not triggered

I've got the following code in a website: window.onload = resize; window.onresize = resize; function resize(){ heightWithoutHeader = (window.innerHeight - 85) + "px"; ...
2
votes
2answers
48 views

javascript: <body onload=“”> and window.onload

I ran across a weird error today. I had a simple userscript which was adding a window.onload event to all the sites. But one of the sites had a <body onload="func();"> defined. What happened is ...
2
votes
3answers
345 views

Anyway to change href of link with no id and no jquery?

I'm working with a client and I'm only allowed to use javascript (don't ask why as I have no idea). They don't have jquery setup and they don't want it (once again I have no idea why) Anyways there ...
2
votes
5answers
232 views

How does the browser know if an image is loaded?

I need to have a function called after a larger image is loaded on the page. I've tried some various solutions that I've found on here and around the web, but none either fit or work. Here's what I've ...
2
votes
6answers
192 views

Is there a Form event that gets called right before anything is drawn to the screen?

I've tried overriding the OnLoad event, but the form is getting drawn before this method finishes. I am calling the base.OnLoad method. But, the form is partially getting drawn (artifacts are seen) ...
2
votes
4answers
2k views

window.onload seems to trigger before the DOM is loaded (JavaScript)

I am having trouble with the window.onload and document.onload events. Everything I read tells me these will not trigger until the DOM is fully loaded with all its resources, it seems like this isn't ...
1
vote
1answer
28 views

IFrame Undefined value on body onload

How can I get the value of my iframe using body onload, I get an undefined value. my non-working code: index.html <body onload ="loadThis()"> <iframe id = "myframe" src = ...
1
vote
1answer
50 views

Issues onload() canvas with opera

I make an application canvas. Every time I call draw () function, multiple images are drawn in canvas. The problem is that with Opera it does not work. Onload function does not always work. ...
1
vote
1answer
91 views

Exit function after events

I want to have my own initialization function, and I want it exit only after onload event, what can I do for it? var qqq=0; function init(){ var requestClient= Ti.Network.createHTTPClient(); ...
1
vote
1answer
341 views

Image loading: JavaScript onLoad and Image::complete (FireFox 3)

When loading images into a JavaScript Image object, I would presume that, once the load event is triggered for an image i, then i.complete should be true. Either that is not happening or (more likely, ...
1
vote
1answer
127 views

Onload event with iframe

I hope someone can help me - I'm at the point of giving up. I've got a page, if the page gets selected I want the pdf document to load in a frame. Originally the code had a button where if you ...
1
vote
3answers
109 views

jQuery running function inside $(document).ready(function() {

What am I doing wrong here? why writeQuestions doesn't run on-load (not onclick..)? $(document).ready(function() { $.getJSON("JavaScript/questions.json", function(data) {questions = data;}); ...
1
vote
3answers
1k views

Add event handler for body.onload by javascript within <body> part

We want to include a maps from Google Maps API in our document. The documentation tells to initialize the map with a function called by the onload() event of the body. The ordinary way to call: ...
1
vote
0answers
165 views

looking for a more comprehensive Javascript onload event

I am developing a script to avoid Flashes Of Un-styled Content by hiding the body element until its contents have fully loaded. This is designed as a plugin for pages rich in disparate and often ...
1
vote
3answers
129 views

Way to see which elements are still loading and are hindering window.onload from firing?

is there a way to see which elements of a website are still loading so that window.onload can't fire yet?
1
vote
0answers
430 views

javascript form submission usng window.onload on background window

I have a form which submits certain values to third party... I am using windows.onload(); to submit that form, but as soon as the page is loaded the focus goes to new window... Is there a way to ...
0
votes
0answers
22 views

Action Acript 2 - Onload Event (Or run code only once )

I have a code that needs to run in action script 2 on the onload event. I have tried to put it in: stop(); onLoad = function() { loadMovie("provider.swf?fileName=analitics.html,vwalgglBBG.html", ...
0
votes
6answers
66 views

Tell when multiple onLoad events have been completed in javascript

I have to load two apis. The YouTube api which calls onYouTubePlayerReady when it has loaded and another api for SoundManager which calls soundManager.onready(...) when it has loaded. I do a lot of ...
0
votes
0answers
38 views

Function to load related view in crm 4.0

Which js-function is called to load the iframe of a related view is it possible to change the called function, by replacing the onclick-event of the menuitem or is it even possible to do some tasks, ...
0
votes
2answers
40 views

Load event delayed when using video and audio tags in html5

There is an audio and video component to the webpage I'm making. Additionally, I'm using google maps which has google.setOnLoadCallback which waits for the page to finish loading. My problem is that ...
0
votes
1answer
198 views

Page On load event in JSF

I am trying to assign values to my dropdown during page load. I followed the way which is given in this link. JSF action on page load As per the link, i have tried using both the annotation and ...
0
votes
0answers
52 views

why iframe can't be set onload in IE8

I try the following code to listen the iframe onload event in IE8 aliJob.init(data) aliJob.openIframe() alert(aliJob.ifr) if(aliJob.ifr.attachEvent){ ...
0
votes
2answers
114 views

onload event throws 'object expected' error

Whenever I use the event, i get a javascript error saying "Object expected" pointing to the line containing the onload event. Here is a simple representation of my webpage. <html> <head> ...
0
votes
2answers
135 views

base class not always called when instantiating WinForm user control

I have a funky problem that has a workaround, but I want to keep code as similar as possible. The issue centers on a particular variable in the base class for my user controls that may or may not be ...
0
votes
0answers
316 views

Google Maps API V3 window load eventListener not working in some browsers

A strange behaviour: The last part of the Documentation on events inside maps api says that > If you've been reading the documentation this far, you're probably > already familiar with one ...
0
votes
1answer
152 views

Focus to a particular div on window onload

I have recently made a horizontal and vertical scrolling site using jquery.scrollTo On the website, i have an enter page. Once you enter, fixed navigation appears and depending upon the links , site ...
0
votes
0answers
65 views

IE + onload fires before checkboxes state are set

I have a page with a group of checkboxes. When a user ticks the checkboxes and navigates to another page and then comes back to the checkbox page via the browser back button I have a script that runs ...
0
votes
2answers
101 views

On load event problem

I have a problem when I want to update a row in a database. The page that updates also adds a client but the problem is that when page load detects update button was pressed it seems to keep loading ...
0
votes
2answers
121 views

Why doesn't 'load' event handler bound to an <applet> get called?

I want a callback that is executed after an <applet> element is loaded: // Create element var $applet = $("<applet></applet>"); // Attach handler $applet.load(function() { ...
0
votes
2answers
367 views

submit infinite loop in window.onload

I have an issue that occasionally when a user opens the page it will seemingly flicker and resize itself. Look at the log it seems that the submit is being called multiple times, though i can't be ...
0
votes
1answer
633 views

Display a GWT Image in a centered PopupPanel onLoad

Using GWT I am displaying an image thumbnail with a ClickHandler that then shows the full image (can be several MB) in a centered PopupPanel. In order to have it centered the image must be loaded ...
0
votes
1answer
389 views

Dynamic Script in IFrame not triggering window.onload

I am dynamically creating an IFrame then adding a script tag to it with code that should execute when the frame loads, however it is never executed. $stage.html("<iframe src='javascript:;' ...
0
votes
2answers
90 views

How to load a js function after a new HTML page is loaded?

I wonder if there's a way to do the following: I have a page on root: "index.html" that has 2 links. Each link has an onclick that directs to "reader/index.html". The reason for the two links is ...
0
votes
1answer
213 views

swfupload init with addOnloadEvent

i am using an addOnloadEvent(initSwfUpload) function to init the swfupload. Here are my functions function addOnloadEvent(fnc){ if ( typeof window.addEventListener != "undefined" ) ...
0
votes
2answers
644 views

Inline event handlers and anonymous functions

I have a need to dynamically include and run a script in a page. I am using an image onload event for this: <img src="blank.gif" onload="DoIt" /> The DoIt function looks like this (just made ...
0
votes
1answer
205 views

window load event outside of HTML head

I am working with some legacy HTML/JS code, where I need to attach to the load event. The script I am working with is outside of the <head> tags. Is listening to the load event unreliable when ...
0
votes
3answers
655 views

image onload event triggering before its image fully loaded?

I am using Jcrop jquery plugin, and triggering the initJcropBox() function on onload event. but this function is being triggered before the image is fully loaded. which is causing problem. such as ...
0
votes
1answer
364 views

Main form's OnLoad override never gets called

The following problem has me stumped: I have a WinForms application which used to work just fine. On Windows7 however, my MainForm's "Load"-event handler is never invoked. I tried Googleing a bit and ...
0
votes
1answer
203 views

How can I catch the event of image loading completed?

Core of my code is following: var img:Image = new Image; img.source = 'http://..........'; img.autoLoad = true; img.cachePolicy = 'on'; img.addEventListener(Event.COMPLETE, ...
0
votes
1answer
526 views

Difference between AddLoadEvent and function load of jQuery

I'm trying find an explanation to the following question, I looked around and haven't found any awnser so far: What is the the difference between the Simon Willison's code for the AddLoadEvent ...
0
votes
1answer
368 views

Attaching event handler to an event OnInit or OnLoad

Hi Found this question on an interview site Given the following methods of the ASP .Net Page class, in which of them would you attach an event handler to an event published by a control on the web ...
0
votes
2answers
195 views

jquery #hash automatic function onload

Hi I'm trying to recreate the effect like on SO where you click a comment, and the page loads, and the given comments background fades out. so far I have var theHash = window.location.hash; ...
0
votes
1answer
500 views

Onload can fire early when using jsp dynamic includes?

When a jsp page includes jsp dynamic includes... <jsp:include page=”filename.jsp” /> ...is it possible that the document onload event (or prototype's dom:loaded event) could get fired too ...
0
votes
1answer
2k views

Dynamics CRM 4.0 J Script - 'If' statement using statecode

I am trying to create a simple alert as an onload event on the contact entity. However, I only want this to trigger if one of the conditions is that the contact is still active. I therefore put it ...
0
votes
5answers
2k views

How to fire event handlers after AJAX content has loaded in JQuery

I'm trying to use an AJAX request to load some information into a table using JQuery. I can load the content easily but I am having problems adding event handlers to apply style on the loaded content. ...
0
votes
3answers
1k views

Add a Load event for Winforms Control just as Form class

is there a way I can get a Load event for System.Windows.Forms.Control just like System.Windows.Forms.Form.Load? I want to run some initialize code before the control first shown. Also, it would be ...

1 2