Search Result

Collapse
9 results in 0.0027 seconds.
Keywords
Members
Tags
dhtml
  •  

  • How do you access child window data from the parent window?

    I have this onclose function for a window that in it it is suppose to grab data from the child window and store it the parent the parent then sends it via ajax to and jsp to store the data in a database. The code is shown below

    Code:
    var auditpop;
    
    	
    
    	function auditPopup(){
    		var map = {"userid" : temp_user};
    		jQuery.ajax({
    			type: "GET",
    ...
    See more | Go to post

  • Greypeak Games
    started a topic Internet Explorer Ajax not working

    Internet Explorer Ajax not working

    Ok, so here's my problem. As you may have guessed by looking at the title, I'm having problems with ajax and internet explorer. I have internet explorer with 0 protection on active x, and I use active x requests to load and send data. The only problem is, the data gets stuck. Thats all i know how to say. It's a chat program, and so i open the page once, and it works. But then I can't get it to update afterwards, without closing and opening...
    See more | Go to post

  • How to make an image change when mouse over and then change back when mouse out?

    As the title says i'd like to have a image (mocha1150.Gif) and when the mouse moves over them id like them to change to mocha5150ani.Gi f and when the mouse moves out id like to change it back to mocha1150.Gif

    I already have the code written can someone please tell me whats wrong with it?

    Code:
    <html>
    <head>
    <script type="text/javascript">
    function moveover(imga,ida)
    ...
    See more | Go to post

  • svendok
    started a topic DHTML menu hidden by DIV in IE

    DHTML menu hidden by DIV in IE

    Hi,
    I am trying to implement a DHTML nav menu and I'm having a problem in IE8.

    The page basically has 2 content areas in DIV tags. The menu is in the 1st DIV on the left and the page content is in the main DIV on the right.

    The problem is that when the menu expands on mouseover it goes under the content area to its right. (Only happens in IE.)

    Any suggestions on how I can send the content area DIV ("content-zone")...
    See more | Go to post
    Last edited by svendok; Jul 16 '10, 07:28 PM. Reason: JS code isn't relevant to the solution

  • Need to have a close[X] button on image such as a window

    I have a simple application in which by clicking on a link an image will be dropping down from top to bottom. I had hidden the image at first and made it visible when dropping down. I had to keep another link to hide the visibility of image.Instead of that i want to have some box with minimu,maximum and close options in which my image is enclosed to that i don't need another link to close/hide the image.

    Is it possible in html or i...
    See more | Go to post

  • fgualda87
    started a topic problem with tool tip prototype

    problem with tool tip prototype

    Hey I'm using this tooltip which uses prototype 1.6.1.js

    Code:
    /*
     * Copyright (c) 2006 Jonathan Weiss <jw@innerewut.de>
     *
     * Permission to use, copy, modify, and distribute this software for any
     * purpose with or without fee is hereby granted, provided that the above
     * copyright notice and this permission notice appear in all copies.
     *
     * THE SOFTWARE IS PROVIDED "AS IS"
    ...
    See more | Go to post

  • sahilansari
    started a topic Dynamic Menus Using Javascript,PHP

    Dynamic Menus Using Javascript,PHP

    My Code Works Fine.....What i want to do is to read some where this new menu(.....) & stuff within it works.Like some book or some article on the web.

    Or better still any one of you can explain this to me..the part highlighted in bold.
    Part1

    Code:
    menus[0] = new menu(22, "horizontal", 2, 101, -1, 1, "#34B0B0", "#A8E5E6", "Verdana,Helvetica", 9, 
    		"bold", "bold",
    ...
    See more | Go to post
    Last edited by Dormilich; Apr 30 '10, 10:29 AM. Reason: Please use [code] tags when posting code

  • jay1648
    started a topic How to start creating a Site Builder

    How to start creating a Site Builder

    Hi,

    I want to create a site builder using javascript and HTML and AJAX. But I can't figure out where to start from or how to go about it ? Can anybody give me an idea on how and where to start ? Is there any articles or any specific javascript API for this purpose ?
    Any help is greatly appreciated. Thanks in advance.
    See more | Go to post

  • cpweb
    started a topic Animated Div help

    Animated Div help

    I was attempting to animate divs on my page and allow it to move the rest of the content when clicked, however it goes behind the content. Any suggestions?

    The website is Balla Status.com - Hip-Hop Clothing, Street and Urban Apparel
    See more | Go to post
Working...