XML Elves

XML Elves

<community>of XML and SVG Developers</community>


onclick

This is a discussion on onclick within the SVG Questions forums, part of the SVG Forums category; cant get onclick button to work, want to click on "eyeLast" triangle, and change colour of "eye1" circle. its something ...


Go Back   XML Elves > SVG Forums > SVG Questions

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Notices


Click here to register

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-11-2004, 03:21 PM
gary
Guest
 
Posts: n/a
Default onclick

cant get onclick button to work,

want to click on "eyeLast" triangle, and change colour of "eye1" circle. its something easy no doubt but don't have debugger to help. Anyone know this?


<script language="JavaScript">

function changeColour() {

eye1.style="fill:red"
}

</script>

<path id="eyeLast" onclick="changeColour()"
d="M 80 70 L 60 85 80 100 z"
style="stroke:black; stroke-width:3; fill:blue" />


<circle id="eye1" cx="520" cy="300" r="20" style="fill:blue" />
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-12-2004, 02:04 AM
Anonymous
Guest
 
Posts: n/a
Default onclick

Try this

<script language="JavaScript">
function changeColour(evt) {
eye1 = evt.target.ownerDocument.getElementById("eye1")
eye1.style.setProperty("fill","red")
}
</script>

<path id="eyeLast" onclick="changeColour(evt)"
d="M 80 70 L 60 85 80 100 z"
style="stroke:black; stroke-width:3; fill:blue" />
<circle id="eye1" cx="520" cy="300" r="20" style="fill:blue" />

See
http://www.learnsvg.com/tutorial2/ex...etProperty.svg

Michel
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
onclick


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -6. The time now is 08:43 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

Printer Ink Cartridge
Buy your printer ink cartridge from this online company and save.

ink jets
When it comes to ink jets, speak to ink specialists, speak to us. Call us freephone and benefit from our great prices for ink. Quality!

Hard Disk Drive Data Recovery North West
Professional data recovery! Professional service! Visit the above link.

ink cartridges Free UK Delivery on ink cartridges such as Canon, Dell, Epson, hp & Lexmark.

1 2 3 4 5 6 7 8 9 10