Showing posts with label url(). Show all posts
Showing posts with label url(). Show all posts

Friday, May 20, 2011

url() method

The url() method replaces the document with the specified URL.

Browser support: all
TheMadScript Version: 1.0.0

Syntax: url(url);

The below syntax will redirect you to my website:

url("http://www.themadcomputer.com/");