Showing posts with label Java Script. Show all posts
Showing posts with label Java Script. Show all posts

Wednesday, November 29, 2006

Useful Ruby links

Useful Ruby Links

Ruby Garden
Site contain more information about Ruby Tutorials, Ruby Community, & more on...

Ruby Garden HomePage

Ruby Garden India Groups

Ruby User Groups around the world.: Even Chennai Rails also listed there.

Ruby Holic: List of Ruby Groups around the world.

Ruby Meet Up: Site contain information about Ruby Meetings takes place around the world.

Code Snippets : such a wonderful site having some great sample codes of Ruby,Rails, JavaScript & more.

ok bye
Enjoy Rails

Monday, November 27, 2006

open links in new,current,background, window, in Java script.


how to open links in current window, new window, background.

use this java script code:



function
open2(url, opt){
if (opt == 0) // current window
window.location = url;
else if (opt == 1)
// new window
window.open(url);
else if (opt == 2) // background window
{window.open(url); self.focus();}
}


ok bye..

Pay Pal

Sign up for PayPal and start accepting credit card payments instantly.

Ruby Corner

Earn Money