Hello Clive, I just modified the php program code : echo '<a href="javascript:popup(\'/$dir/index.htm\')"> Test </a>'; But the page is error result (Display on the menu bar)! Edward. clive wrote: > edwardspl@xxxxxxxxxx wrote: > >> Hello, >> >> Sorry... >> >> If the hyper link is : >> <a href=javascript:popup('/$dir/index.htm')> Test </a> > > you want to use double quotes echo " "; instead of single quotes echo > ' '; > the double quotes will parse any variables it finds, where as the > single quotes will simply just echo what every you place between them. > > clive > >> So, how to apply the echo tag for it ? >> >> Remark: >> $dir is php variable... >> >> Edward. >> >> >> J R wrote: >> >>> echo '<a href="javascript:popup(\'index.htm\')"> Test </a>'; >>> >>> On 10/9/06, edwardspl@xxxxxxxxxx <edwardspl@xxxxxxxxxx> wrote: >>> >>>> Dear All, >>>> >>>> How to apply the following function with php ? >>>> <a href=javascript:popup('index.htm')> Test </a> >>>> >>>> Edward. >>>> >>>> -- >>>> PHP General Mailing List (http://www.php.net/) >>>> To unsubscribe, visit: http://www.php.net/unsub.php >>>> >>>> >> > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php