User Profile
Collapse
-
jaya26 replied to Is there any event which calls a javascript function as soon as the page/form loads ?in HTML CSSThis doesnot work in IE but works in other browser. i tried this is IE8 but it doesnt work. -
jaya26 started a topic Is there any event which calls a javascript function as soon as the page/form loads ?in HTML CSSIs there any event which calls a javascript function as soon as the page/form loads ?
I have a function written in js. I need to call this as soon aspage is finished loading. Now i am displacing this on mousehover event. I dont want to call this event, i want to see this change as soon as page is finished loading. Onload() doesnt work for me. i am using ie8.
...Code:<!DOCTYPE html> <html> <body> <head> <style> #blank_bar{ width: 100px; -
Background is not rendered in IE8 but works in chrome browzer
I need to display a progress bar.
This is the code written:
...Code:<div style="height:200px; overflow-y: scroll;"> <table id="tableid" class="aui"> <thead> <script> function load() { document.getElementById('myprogress').style.width=$countDetails + "%"; } </script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>Last edited by Rabbit; Mar 12 '14, 05:56 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Leave a comment: