manashi_130582
04-25-2006, 10:17 AM
hi...
i hav created a link name CLICK...
when i wil click this link it should open a new window without title bar
the code that i hav written....
printf("<p><a href=\"#\" onClick=\"javascript:window.open('candidate_start.php?candidate_id=$stuid&qpaper_id=$qpid&groupid=$grpid', 'think_test',status=1,location=no,menubar=no,toolbars=no,scrollbars=yes ,fullscreen=yes'); return false;\">CLICK</a>");
if i am executing this code in windows its not giving the title bar but the same code for linux is showin the title bar....
my OS is linux...
what should i do to correct this problem..
i hav created a link name CLICK...
when i wil click this link it should open a new window without title bar
the code that i hav written....
printf("<p><a href=\"#\" onClick=\"javascript:window.open('candidate_start.php?candidate_id=$stuid&qpaper_id=$qpid&groupid=$grpid', 'think_test',status=1,location=no,menubar=no,toolbars=no,scrollbars=yes ,fullscreen=yes'); return false;\">CLICK</a>");
if i am executing this code in windows its not giving the title bar but the same code for linux is showin the title bar....
my OS is linux...
what should i do to correct this problem..