In javascript, “opener.document” function will do this functionality.
See the example:
First create the file “parentpage.html” Then paste the main page code.
The create the file “popup.html. Then paste the code popup page code.
Main page
Popup Window Popup window Poup up value to assign this textbox:Popup page
Popup Box function SubmitValue(){ opener.document.parentform.txtBox.value = document.popupform.txtPopupbox.value; self.close(); }| Posted On: 16 Apr, 2011 |
First we can get one small example for this question.
In ordinary javascript code included page given below
In the above example when the page loaded that time the alert message will show in the screen of the browser.
If we use the Jquery instead of ordinary Jquery readyevent will execute before loading the page and images on the web pages in browser.
See the below example
| Posted On: 16 Mar, 2011 |
In Jquery, If we use the ready event after loaded the DOm function then only the function will fire. So that is fair for all events and triggers.
Example
$(document).ready(function() { //We can call any number of function and events and triggers. });We can use Jquery instead of $ symbol in before document. When we use the another one library(for example dojo) that time we can use Jquery instead of $ Symbol.
Jquery(document).ready(function() { //We can call any number of function and events and triggers. });| Posted On: 16 Mar, 2011 |

Advanced and fancy drop down menu using Jquery, HTML, CSS
Jquery drop down menu
Create menus using ul li Home Tutorials Sub Nav Link Sub Nav Link Resources Sub Nav Link Sub Nav Link About Us Advertise Submit Contact Us
Create CSS for drop down menu
ul.topnav { list-style: none; padding: 0 20px; margin: 0; float: left; width: 920px; background: #222; font-size: 1.2em; background: url(topnav_bg.gif) repeat-x; } ul.topnav li { float: left; margin: 0; padding: 0 15px 0 0; position: relative; /*--Declare X and Y axis base for sub navigation--*/ } ul.topnav li a{| Posted On: 07 Feb, 2011 |
$.noConflict(); jQuery(document).ready(function($) { //Use Jquery code }); //Use Other library code.
| Posted On: 07 Feb, 2011 |
Before, flip flop can do only flash with action script. Now we can do using Jquery plugin.
Below attached the zip file for flip flop jquery plugin. Download it.
Download Jquery flipflop plugin
Jquery flip flop flip flop page flip top flip left flip bottom flip right Lorem ipsum...| Posted On: 07 Feb, 2011 |
Date picker in Jquery
| Posted On: 07 Feb, 2011 |

AJAX has gotten more and more popular over the years, and has allowed web applications to act more and more like desktop applications. AJAX can provide a lot of additional functionality that could not be accomplished any other way.
What Is AJAX? How Does It Work?AJAX stands for Asynchronous JavaScript and XML. It is used for allowing the client side of an application to communitcate with the server side of the application. Before AJAX, there was no way for the client side of a web application to communicate directly with the server. Instead, you would have to use
| Posted On: 10 Dec, 2010 |

Ruby on Rails is a web application framework that promotes rapid development. Clients’ demands are ever increasing yet they still expect the same quality of output.
Frameworks, like Rails, help to achieve this; why?… here are some of the reasons:
The second part of this tutorial: A Simple Twitter App with Ruby on Rails – User Authentication The third part of this tutorial: A Simple Twitter App with Ruby on Rails – Building Friendships Convention over Configuration (CoC):This is used to reduce the amount of up-front configuartion. The idea is; if you abide by
| Posted On: 10 Dec, 2010 |

by Obaid ur Rehman
For Web design projects, you may find yourself sometimes scrounging around for a simple yet useful image gallery and slideshow. But imagine having a huge collection of AJAX, JavaScript, Lightbox, CSS and Flash-based image galleries at your fingertips. Hopefully, this post will do the trick and provide all the resources you might need.
Free Slideshows And Lightboxes ScriptsPolaroid Gallery v.1.01
Polaroid Gallery is a free open-source Flash gallery developed by Christopher Einarsrud.
Active Slideshow Pro
Create dazzling multimedia presentations, slideshows and banners with Active Slideshow Pro. This extension
| Posted On: 10 Dec, 2010 |


