wmguk Posted December 3, 2008 Share Posted December 3, 2008 Hey, I'm trying to do get a javascript pop up working within the php on a page... i just get a white page when it displays... any ideas? echo '<a href=\"javascript:popUp(\'../cv.php?type=cow\')\"><span class='nocv'>Upload CV</span></a>"; Link to comment https://forums.phpfreaks.com/topic/135301-solved-javascript-href-problem/ Share on other sites More sharing options...
wmguk Posted December 3, 2008 Author Share Posted December 3, 2008 fixed... echo '<a href="javascript:popUp(\'../cv.php?type=cow\')"><span class="nocv">Upload CV</span></a>'; Link to comment https://forums.phpfreaks.com/topic/135301-solved-javascript-href-problem/#findComment-704762 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.