Page 1 of 1

hisotry -1

Posted: Sat Apr 19, 2003 7:17 am
by micknic
Hi

I would like to include javascript in my php code.
this is what I made:
if ($autoverif <> O) {
here i would like to include my javacsript to do history -1
}

Can someone tell me how to do the javascript???

Thanks a lot

Posted: Sat Apr 19, 2003 8:56 am
by twigletmac
You can just echo the JavaScript code as you would HTML code - it won't run at the same time as the PHP though:
viewtopic.php?t=1030

Mac