View Single Post
Old 11-02-2007, 04:35 PM   #2 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

instead of
PHP Code:
$(this
use:
PHP Code:
$(variablename
And use it in another function that you load on bodyload:
HTML Code:
<body onload="openDiv('services')">
And the function would look pretty basic, and use the variablename when you call the function...
Tanax is offline  
Reply With Quote