How can I get my data presented in a blank frame
Posted: Tue Jul 01, 2003 9:54 am
Dear All
Excuse another newbie question. Im really stuck again. I have a script that when you press on an image it opens up window with the data stored for that image.
What i want to do is get rid of this 'view' function and just have the data presented in a blank window. A normal browser window.
Im not sure if its possible but if there is anyone who wants to save me many hours...with some assistance here is the function
function view(cd_id,cd_title,cd_image)
{
win1=window.open("view_cd_image.php?cd_id="+cd_id+"&cd_title="+cd_title+"&cd_image="+cd_image,"","width=650,height=250,top=100,bottom=100,left=100")
}
Thanks everyone
Dan
Excuse another newbie question. Im really stuck again. I have a script that when you press on an image it opens up window with the data stored for that image.
What i want to do is get rid of this 'view' function and just have the data presented in a blank window. A normal browser window.
Im not sure if its possible but if there is anyone who wants to save me many hours...with some assistance here is the function
function view(cd_id,cd_title,cd_image)
{
win1=window.open("view_cd_image.php?cd_id="+cd_id+"&cd_title="+cd_title+"&cd_image="+cd_image,"","width=650,height=250,top=100,bottom=100,left=100")
}
Thanks everyone
Dan