The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
25 views

How to Content lock a video after 10 seconds of play it?

thanks for your time! how would i go about having my content locker, load and pausing the video after 10 secs So the user hits play, the video (self hosted) plays and after 10 seconds of playing it ...
0
votes
1answer
23 views

Add function on windows.load works only on the same javascipt

Why this script : function addLoadEvent(func) { var existing = window.onload; window.onload = function () { if (typeof (existing) == "function") { existing(); } ...
0
votes
1answer
220 views

Dynamics CRM: Javascript triggers open dialog

I am trying to create javascript to open a dialog. once the value of a field called 'new_mstatus' on the current record is equal to 'Inactive' and user intends to open this record, a dialog will ...
0
votes
1answer
47 views

Jsoup DOM applies onload java scripts?

I want to know if the DOM that I get from Jsoup Document doc = Jsoup.connect(page.getPageUrl()).get(); Will it be same as the DOM I get from the browser (just after loading)? In other ...
2
votes
2answers
179 views

Can I override document.ready in typescript

I have an application which has different pages and roughly every page has it's own js (which are generated by typescript compiler). document.ready method for every page has some shared attributes and ...
0
votes
0answers
118 views

Calling a php function from another php page on onload event of page?

I have defined some functions in class described in php page named as phpFunctions for example. Now i want to call any function of phpFunctions page on onload event of another page named as phpCalling ...
0
votes
2answers
154 views

Jquery hide() onclick before the page unloads

Hi i've been racking my brain for days. I'm creating a menu that drops down using the hide function in jquery. I want my menu bar to hide when my li tag is selected then the page navigates away to the ...
0
votes
1answer
45 views

How do i make css property run onload?

I have a css that makes a button rotates and increases size. I want to know whether , only through CSS and HTML5, can i make that property run once the page is loaded completely or being loaded. ...
1
vote
4answers
343 views

How to get values of array textboxes generated during from onload event

I am having trouble retrieving values of array textboxes generated from runtime in onload event. here is the code. from form onload event: private void frmMain_Load(object sender, EventArgs e) { ...
1
vote
2answers
104 views

Google Analytics Interface - Adding onLoad Event to Goals

Hey I'm having some trouble using the Google Analytics interface and wondering if anyone has ever experienced this. I recently added an onLoad event to track certain pages of a site but I can't seem ...
0
votes
2answers
108 views

Why won't this code run on load, only on button click?

I have the following tool. The presets at the bottom are loaded from an XML file. I can't apply the gradients to the presets (labels) on load though, only when a button invokes the code. See below, ...
0
votes
1answer
156 views

Parsing Error/Syntax

I am attempting to use the onload event to call my json objects from a server & put them inside title panes. At the moment I'm only trying to take one object out of the DB. However, I keep getting ...
1
vote
2answers
70 views

JQuery UI Loaded Event?

Is there anyway to not only detect that the jquery UI loaded but also fire an event when it does? Right now I have code wrapped in a $(document).ready() function but sometimes the UI code errors out ...
-1
votes
2answers
128 views

'Body onload' not working in IE6?

The <body onload="sample()"> is working in all other browsers except in IE6. window.onload also did not work in IE6. The code is as follows, <!DOCTYPE html> <html> <head> ...
1
vote
4answers
139 views

JavaScript continuously executing and then stops

I created a js file and created a function and what it supposed to do is change the image once everytime my page is loaded.. function swapPic() { var imgSrc = []; imgSrc[0] = ...
0
votes
1answer
117 views

Load, OnLoad, Constructor

From other SO questions that I have read it seems like using an override to onLoad is a better way to go instead of handling initial methods in the constructor.. What I'm finding when I put break ...
0
votes
2answers
105 views

Loading a popup each x visitors of the webpage

I'm searching some help to find the better way / script for my special goal. How I can load a popup each x visitors of my webpage ? My idea is to be able to load a popup each x visitors on a ...
1
vote
2answers
155 views

What jQuery event method for calculating input fields on page load using PHP echo POST?

I made a pretty basic input field calculator with jquery, which calculates specific html input fields and prints the total sum into input below. It works like it supposed when jquery events: keyup, ...
1
vote
0answers
186 views

Popup from iframe onload event is blocked

I am trying to work around the poor quality of a website's shopping cart API, so I am creating the functionality by submitting a form to their site within an iframe using Javascript. Basically, these ...
0
votes
0answers
989 views

fancybox onload

I would like to load my fancybiox iframe when the page is loaded: <script type="text/javascript"> $(document).ready(function(){ $("a.various2").fancybox({ ...
0
votes
0answers
197 views

disabling an onload javascript popup function

I have a dynamic onload popup that I need to disable if the request is loaded into an iframe. I assume using an eventlistener may be the best approach, but I am unfamiliar with this object. What ...
1
vote
1answer
499 views

get selected one value of dataview by default in ext.net

I am working with Ext.Net 1.5. and I am working with Ext:dataview. I want to get selected one value of dataview by default. suggest me how is it possible?? please look at Image
0
votes
0answers
106 views

How to solve Hibernate LoadEventListener?

Am using Hibernate 4.0.1.Final, when I call obj1 = entityManager.find(Class,Obj), this method directly call to "DefaultLoadEventListener". I want instead of this, my own DefaultLoadEventListener. So I ...
1
vote
1answer
688 views

jQuery SVG-object tag load event

I have a page which dynamically adds SVGs to the page via jQuery: grid.append($('<object>') .load(function () { // do stuff alert('loaded') }) .attr({ id: 'tile', type: ...
1
vote
1answer
290 views

How ascertain that loaded page triggering OnLoadEnd corresponds to HTML of LoadString?

When I issue a Chromium.Browser.MainFrame.LoadString(HTML,'code_url'); it appears that the OnLoadEnd event sometimes still loads the HTML of my previous LoadString (maybe several frames are being ...
0
votes
3answers
2k views

jquery .load( ) and trigger function AFTER new content loads? just like JavaScript onload event

Using jquery, I am swapping some content in a web page by use of jquery's .load() function. I want to trigger an event immediately once the content has actually been loaded, but not before and not ...
0
votes
2answers
40 views

Object not loading when I add `Load_Event`

The object I'm using is <asp:Chart/>. I built it using Visual Web Developper 2010's binding tool: I changed the look and behavior with the properties pannel and a CSS sheet. Everything was ...
3
votes
2answers
982 views

MS Access 2007 Form OnLoad Event Not Triggering

Two forms in an A2007 app have stopped triggering their OnLoad events after the OnOpen event. The events have been working for years, and I can't determine why the OnLoad event isn't running now. ...
2
votes
1answer
395 views

Vb.Net Class file on load sub?

I hope this isn't a stupid question, I can't find a reasonable answer on google. I'm starting a project which only contains one class file. I will be turning the class file into a dll at the end. I ...
3
votes
3answers
621 views

jquery mobile page injection

I have this simple html (I am hosting my own files and it works) <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, ...
0
votes
1answer
543 views

Execute sqldatasource after page loads without a button

So on my IssueRequest.aspx page I have a form that the customer can fillout that issues a work request to my company. However, I need to make sure that they filled out their account info which by ...
0
votes
0answers
209 views

Automatic opening of file upload dialog not working in chrome

i am trying to open up a file browser dialog automatically when its being loaded. i have tried <input type="file" name="filename" size="30" id="filename"> <script> ...
0
votes
2answers
142 views

Initializing a repetitive action with Javascript with getTime()

I'm a newb to development, so this may come off as a stupid question, but I figured I'd ask anyway. After all, me looking bad just makes you look better. :) I want to change the css style on an ...
0
votes
2answers
293 views

adding an object or a function to a html dom element (specifically canvas)

I am trying to add my own object parameter to a canvas element as in jquery (like it adds element_id.draggable, element_id.resizable etc to the dom elements). My piece of code looks like this: ...
6
votes
2answers
1k views

Uncaught ReferenceError: _gaq is not defined (Google Analytics)

the following message appears when viewing a site page in the chrome debug log. "Uncaught ReferenceError: _gaq is not defined" the page itself is supposed to track an object using the 'onload' event ...
4
votes
3answers
1k views

Which jQuery event handler works for page load?

I have a simple page, just trying to attach a load event to the document. I am not sure which event handler to use in jQuery to do this with. I tried $() and $(document).ready and .load but neither ...
1
vote
2answers
271 views

JavaScript onload and DOM

I have this example document: <html> <body> <script type="text/javascript"> document.body.onload = myFunc(); function myFunc() { ...
0
votes
1answer
293 views

window.onload javascript being block by body.onload (Radio Button Replacement)

I'm using the following script for a window.onload custom radio button replacement (http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/custom-form-elements.js) and I need to use a ...
4
votes
1answer
532 views

OnLoadEnd called multiple times from Chromum Embedded Framework

Using CEF Browser I try to hook to the OnLoadEnd event in order to traverse the DOM tree. For some strange reason I get the VisitDom called 2 times. procedure TForm1.FormCreate(Sender: TObject); ...
2
votes
1answer
214 views

An Extremely Strange Javascript Behavior: onLoad and $(document).ready()

I was building an auto check username availability function for an input field and I came across this extremely weird thing. When I made the auto check function as a $(document).ready() function, ...
0
votes
1answer
150 views

Error in identifying url by clicking on it

I have 3 pages, my webview takes me to page 1, in page 1 you can go to page 2 or 3, I'm trying to identify if you go to page 2 or 3 from page 1. I'm trying to perform an action type, Toast or Intent ...
0
votes
0answers
213 views

issue with onLoad event in grails

I see that the grails onLoad event in the domain class is fired multiple times when the object is loaded. So if I do any action in this (like audit logging) , the code gets exceuted multiple times and ...
0
votes
2answers
321 views

Why image onload doesn't fire?

I load some text and image into a div with an xmlhttprequest. Unfortunately the image onload event doesn't works. The code is this: <img src="pic.png" onload="alert('...')"/> I can see the ...
0
votes
1answer
139 views

Redirect happens before form data is processed

What i'm trying to do here is to sends an email to a salesperson notifying them that their client has viewed a google docs presentation. The query's Num=val is a serial number that I use to get the ...
0
votes
3answers
89 views

Correct piece of script to use to get layer to toggle open on windowload

i am looking for the correct piece of the following script to use as a window load function to get the layer to toggle open on load this is the code for expanding the layer $(function() { ...
0
votes
4answers
1k views

body onload and window.onload at the same time

Can I use body onload and window.onload at the same time? I've tried it using this code <body onload = "alertFirst()"> </body> <script> window.onload = alertSec; </script> ...
0
votes
1answer
394 views

How to copy vbscript to a function and run it when the body onload triggers

I've inherited a site which is mostly vbscript/asp. One page has <% vbscript %> before the DOCTYPE HTML PUBLIC... line and runs before the page opens. I need to get this to run even if the user ...
1
vote
1answer
584 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 = ...
2
votes
2answers
1k 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 ...
0
votes
6answers
173 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 ...

1 2