11-02-2007, 04:35 PM
|
#2 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
instead of
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...
|
|
|
|