FyberSearch   
w3.org/TR/SVG11/script - Site Info
Submit Your Site To Top Search Engines
Just $14.99!
Find Out Which Search Engines Have Included Your Site
Just $8.99!
Learn To Rank Higher In Search Results
Just $24.99!
Instantly Create Targeted Ads With No Setup Fees
.50+ Cents/mo
Advertise On 225+ Search Engines
Just $4.00/mo
 
Site Info

Use this tool to learn about websites, specifically the one you just entered.

If you find some aspect of it inappropriate it is not our fault.

If you are the owner of this website: yes we are a real search engine, we do have a real web crawler called FyberSpider and you can block it if you feel the urge.


Is It Cataloged?

We are in the process of updating this tool. Until we are done just use our search results to check the inclusion status of your site.

Visit this website or continue reading for info about this site saved by the FyberSearch web crawler FyberSpider.


Date & Time Cataloged

June 26th, 2008 at 2:18pm


Headers

Date: Thu, 26 Jun 2008 19:13:01 GMT
Server: Apache/2
Content-Location: script.html
Vary:
negotiate
TCN: choice
Last-Modified: Thu, 09 Jan 2003 10:57:00 GMT
ETag:
"74cf-3b3cb19a35700;3b432f8488a40"
Accept-Ranges: bytes
Content-Length:
29903
Cache-Control: max-age=21600
Expires: Fri, 27 Jun 2008 01:13:01 GMT
P3P:
policyref="http://www.w3.org/2001/05/P3P/p3p.xml"
Connection: close
Content-Type: text/html;
charset=utf-8


Page Title

Scripting - SVG 1.1 - 20030114


Stripped Text Content

This is just a sample of the content found on this website. Please visit the website to read the entire page.


" previous   next   contents   elements   attributes   properties   index   14 January 2003 18 Scripting Contents 18.1 Specifying the scripting language 18.1.1 Specifying the default scripting language 18.1.2 Local declaration of a scripting language 18.2 The 'script' element 18.3 Event handling 18.4 Event attributes 18.5 Scripting Module 18.6 DOM interfaces   . 18.1 Specifying the scripting language 18.1.1 Specifying the default scripting language The contentScriptType attribute on the 'svg' element specifies the default scripting language for the given document fragment. contentScriptType = " content-type " Identifies the default scripting language for the given document. This attribute sets the scripting language used to process the value strings in event attributes . The value content-type specifies a media type, per [ RFC2045 ]. The default value is "text/ecmascript" (Note that at the time of publication "text/ecmascript" has not been registered as the media type for ECMAScript. It will continue to be the default unless an alternative is registered). Animatable : no. 18.1.2 Local declaration of a scripting language It is also possible to specify the scripting language for each individual 'script' element by specifying a type attribute on the 'script' element. 18.2 The 'script' element A 'script' element is equivalent to the 'script' element in HTML and thus is the place for scripts (e.g., ECMAScript). Any functions defined within any 'script' element have a "global" scope across the entire current document. Example script01 defines a function circle_click which is called by the onclick event attribute on the 'circle' element. The drawing below on the left is the initial image. The drawing below on the right shows the result after clicking on the circle. Note that this example demonstrates the use of the onclick event attribute for explanatory purposes. The example presupposes the presence of an input de"
....
read entire page


Image Links Found on this Site

http://www.w3.org/TR/SVG11/images/script/script01.png
http://www.w3.org/TR/SVG11/images/script/script01-AfterClick.png



Links to Pages on Other Domain Names

Website Address     Anchor Text     Visit Site
http://www.ietf.org/rfc/rfc2045.txt     rfc2045     Visit Site



Links to Pages on the Same Domain Name

Website Address     Anchor Text     Visit Site
http://www.w3.org/TR/SVG11/svgdom.html     event listeners     Visit Site
http://www.w3.org/TR/DOM-Level-2-Events/events.htm l     dom2 events     Visit Site
http://www.w3.org/TR/SVG11/interact.html     user interface events     Visit Site
http://www.w3.org/TR/SVG11/script     svgscriptelement     Visit Site