Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Hi,
I need help in integrating javascript in my php script. I am a PHP newbie. My objective is to open a new non-resizable window without address bar etc using javascript when clicking on a link.
The following is the relevant section of the PHP code.Code: Select all
if($G_SESSION["yt_result_showpdf"] && (($G_SESSION["yt_reportgradecondition"]== 0) ||($G_SESSION["yt_reportgradecondition"] >= $i_gscale_gradeid))) {
echo '<p><a href="index.php" target=_self>'.$lngstr['page_test_results_homepage'].'</a>';
}
echo '<p><a href="index.php" target=_self>'.$lngstr['page_test_results_homepage'].'</a>';Code: Select all
window.open("page.html",null,
" height=200,width=400,status=yes,toolbar=no,menubar=no,locati on=no
As I am a newbie please show me the exact way to inegrate the script. Please help me:). It is very urgent. Thanx in advance:)
Shelley
Weirdan | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]