I am trying to determine why the ajax event is firing but the sc_redir doesnt open.
I have a radio button and when I click it it is suppose to open a web page in a new window but the processing come up but window doesnt open…
Is sc_redir not able to process in ajax events?
Here is what I have in the onclick event (I am actually passing 2 parameters for first and last for the showed variables…)
I even had it echo out the url and it was fine too…
$first = 'Tom';
$last = 'Jones';
$url = "http://en.wikipedia.org/w/index.php?title=Special%3ASearch&profile=default&search=$first+$last&fulltext=Search";
I dont know how to debug why its firing but not opening ..
Any Ideas?
Kev
//sc_redir($url);
sc_redir($url, "", "_blank");