Hi all,
I am doing a project in jsp..where i need to open a window when some one clicks my menu item..
my code is:
[CODE=javascript]var menuItems = [
["<B>:: </B>Home","admin_ welcome.htm","" ,,,,,],
["<B>:: </B>Projects",,,, ,,],
["|sample1","s1. jsp",,,,,,],
["|sample2","s2. jsp",,,,,],
["|sample3","s3. jsp",,,,,,],
["<B>:: </B>sample4","s4. jsp",,,,,,],
["<B>:: </B>Logout","LogO ut.jsp","",""," ","_parent" ,,],
];[/CODE]
what i need here is when user clicks sample4,then s4.jsp should open in new window..
plz help me here..
thanks in advance
I am doing a project in jsp..where i need to open a window when some one clicks my menu item..
my code is:
[CODE=javascript]var menuItems = [
["<B>:: </B>Home","admin_ welcome.htm","" ,,,,,],
["<B>:: </B>Projects",,,, ,,],
["|sample1","s1. jsp",,,,,,],
["|sample2","s2. jsp",,,,,],
["|sample3","s3. jsp",,,,,,],
["<B>:: </B>sample4","s4. jsp",,,,,,],
["<B>:: </B>Logout","LogO ut.jsp","",""," ","_parent" ,,],
];[/CODE]
what i need here is when user clicks sample4,then s4.jsp should open in new window..
plz help me here..
thanks in advance
Comment