User Profile

Collapse

Profile Sidebar

Collapse
jaya26
jaya26
Last Activity: Jun 26 '14, 03:10 AM
Joined: Mar 12 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • This doesnot work in IE but works in other browser. i tried this is IE8 but it doesnt work.
    See more | Go to post

    Leave a comment:


  • Is 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;
    ...
    See more | Go to post

  • 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>
    ...
    See more | Go to post
    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
Working...