onMouseOver

wxdqz

New Member
when using rollovers, is it possible to create a function that passes two parameters one for the 'name' and one for the 'url' so that each time I will use the onmouseover event instead of typing onMouseOver="document.name.src= ......." I will just type onMouseOver="functionname(name, url)"
 
Back
Top