Hi All,
I wanted to create a clickable image in a oracle apex page. The region is PL/SQL Dynamic content. But I am getting error. The the code is written below:
sys.htp.prn ('<div align="center">' ||'<a href="f?p=&APP_ID.:6:&SESSION.">' || '<img src="http://i64.tinypic.com/oh6z9i.jpg"'||' alt="Begin Quiz" border="0">' ||'</a>'||'</div>');
Error Message is :
ORA-06550: line 50, column 98: PLS-00103: Encountered the symbol "F" when expecting one of the following: ) , * & = - + < / > at in is mod remainder not rem => <an exponent (**)> <> or != or ~= >= <= <> and or like like2 like4 likec as between from using || member submultiset
Any suggestion is greatly appreciated.
Thanks