Search Result

Collapse
5 results in 0.0022 seconds.
Keywords
Members
Tags
element
  •  

  • Mouse position over an element and which element mouse is over?

    Hi all.

    I'm new to javascript and HTML but I need to find the position of the mouse over an element and am finding it a bit of a headache.

    I've found many solutions and tried some ideas myself but everything I've found either only works in certain browsers, in certain situations (eg. wont work if there are scrolling elements etc.) or the code is huge and just seems ridiculous for such a (apparently not) simple task....
    See more | Go to post

  • nathj
    started a topic How to access element attributes using JSP and XML?
    in Java

    How to access element attributes using JSP and XML?

    Hi,

    I'm trying to develop what should be a simple jsp that reads an XML file, parses it and displays the content in a web page. Simple right?

    I have developed the XML and so any changes can be made there.

    The XML IS
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <featured>
    	<module type="Course Tool" title="Video Loader">
    ...
    See more | Go to post

  • Firoza R
    started a topic Doing Shifts In An Array
    in C

    Doing Shifts In An Array

    Note: I'm using jGrasp and writing C++
    I'm supposed to create a "remove" function based off of the following postcondition:

    "The current item has been removed from the sequence, and the item after this (if there is one) is now the new current item."

    I'm aware that one cannot simply remove an element from an array, leaving the position unoccupied, but is it possible to shift the elements in...
    See more | Go to post

  • saudade
    started a topic Error with Markup validation

    Error with Markup validation

    Hello,

    I'm getting 2 errors when I enter my html code in w3c markup validation.

    These are the errors:

    # Line 89, Column 17: document type does not allow element "DIV" here; missing one of "OBJECT", "MAP", "BUTTON" start-tag

    <div class="img"><sp an class="c5"><a href="http://i9.photobucket. com/albums/a87…...
    See more | Go to post
    Last edited by acoder; Jun 28 '10, 02:49 PM. Reason: Cleaned up language

  • input element of type file not reading file names after 20 file elements

    Hi,

    The strange problem i am having is,

    the input element of type='file' not reading file names after 20 file elements. It simple returns null on reading the 'name' of file.

    The code is simple and has no error as I am testing it standalone

    Code:
    <form action="testfile.php"  method="post"
    enctype="multipart/form-data">
    1<input
    ...
    See more | Go to post
Working...