Hello
I am having lots of trouble with a custom view.. im trying to display a pop up window with the More link
//this works
$ret.=" <a href='javascript:void(0);' onClick=\"return DisplayPage(event,'fulltext.php','','','table=".GetTableURL($strTableName)."&".$iquery."','','');\">"."More"." ...</a>";
//this does not work
$ret.=" <a href='javascript:void(0);' onClick=\"return DisplayPage(event,'fulltextnotes.php','','','table=".GetTableURL($strTableName)."&".$iquery."','','');\">"."More"." ...</a>";
I want to call another page that is called "fulltext_notes.php" but it won't let me i was looking onthefly.js file and i noticed that the DisplayPage only works for the pages _list _add and fulltext. but i need to call this specific page is there a way to do this? pelase help i have tried so many things but nothing has worked for me.
the fulltextnotes.php is an exact copy of the fulltext.php so i know the problem is with the DisplayPage but i don't know how to fix it.
Thanks