Search Result

Collapse
8 results in 0.0027 seconds.
Keywords
Members
Tags
onload
  •  

  • Why does my page scroll down when the iframe loads to an anchor point?

    Hi, I'm new here.

    I'm teaching my self to write a web site to help my sister's new business. It's in a three column format.

    I put an small iframe on the main page's right column to show her blog, and I put in an anchor point (#iframe_target ) in the blog so that the iframe shows the beginning of the content of the blog rather than the top left corner:
    Code:
    <iframe  
    src="http://DOMAIN.blogspot.com#iframe_target"
    ...
    See more | Go to post

  • BarbieJo
    started a topic Lock bound fields in form On Load

    Lock bound fields in form On Load

    Using Access 2007

    I want all the bound fields in my form to be locked until a command button is clicked. I have already tried locking the form through the OnLoad property using the following code:

    =LockBoundContr ols([Form],True)

    This approach is not working, unless I am doing something wrong. I am entering this code into the expression builder.

    I would prefer to use the module builder if...
    See more | Go to post

  • bboyson
    started a topic writing information from a prompt

    writing information from a prompt

    I am trying to get the code to write the users name onto the site.

    I think i need to call the functon before the page fully loads can someone tell me how to do this or how to fix my problem thanks..
    Code:
    <html>
    <head>
    <SCRIPT LANGUAGE="JavaScript">
    function getName() {
    var name = prompt("What is your name?", "")
    }
    document.write("Hello "
    ...
    See more | Go to post

  • How to load run JavaScript onload function after an Ajax onload function

    I have a slight problem with a Tab Control that I've developed for an application. Once sent to the browser it runs via JavaScript. The JavaScript is dynamically generated by my .NET code. Everything works fine.

    I've recently been adding "animations " to my web application using Ajax.
    The animation "Fades" the page in once it is finished loading (without this fading effect the page load is very choppy)....
    See more | Go to post

  • stephen@ploughbooksales.com.au
    Guest started a topic <body onload="window.print(); window.close();">

    <body onload="window.print(); window.close();">

    I have created an order form that users javascript to create a new html
    document when the customers clicks the "print page" button.

    Once the new document has been created it then prints the document and
    closes it with the following code:

    <body onload="window. print(); window.close(); ">

    This works correctly (or at least the way I expect it to work under MS
    Internet Explorer,...
    See more | Go to post

  • Calvin KD
    Guest started a topic <body onload="alert('Hello');"> does not work! Why?

    <body onload="alert('Hello');"> does not work! Why?

    Hi everyone,
    Has someone out there experienced the same problem? What i wanted to do is
    to display a popup window (modal) upon the loading of a webpage. Here is my
    code sample (in html view):
    <HTML>
    <HEAD>
    ....
    </HEAD>
    <BODY onload="ShowPop Up();" MS_POSITIONING= "GridLayout ">
    ....
    ....
    </BODY>
    </HTML>
    Where ShowPopUp()...
    See more | Go to post

  • Christian
    Guest started a topic difference between Page_Load() and OnLoad() ?

    difference between Page_Load() and OnLoad() ?

    hi,

    what is the difference between the Page_Load() and OnLoad() event handlers.
    do they originate from a different point ?...
    See more | Go to post

  • vadivasbro@hotmail.com
    Guest started a topic getElementById doesn't work onload

    getElementById doesn't work onload

    Very simple code. Why won't this work?


    <html>
    <head>

    <script type="text/javascript">
    window.onload = document.getEle mentById("thisT hing").style.ba ckground =
    "red";
    </script>

    </head>
    <body>
    <div id="thisThing" style="height:4 0px; width:50px;
    background:blue ">
    </div>...
    See more | Go to post
Working...