I need to call a javascript function in index.php
when I redirect to index.php
from another page with some URL queries.
Here is my actual url: index.php?id=10&func=view
. I need to wake up a javascript function which is in index.php
with this URL.