problem with opening url in frame please help
Posted: Wed Jul 02, 2003 11:27 am
Hi All
Im still having this horrible problem...
currently when a user selects a cd image, the script calls a function, opens a window and presents the data from a sql database in a preformated page heres the script:
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")
}
The problem is I need the data and the page 'view_cd_image.php' to be presented in a normal _blank browser window. Can anyone help me change this...ive tried everything. I need to be able to specify the frame it opens in
Thanks a lot
Dan
Im still having this horrible problem...
currently when a user selects a cd image, the script calls a function, opens a window and presents the data from a sql database in a preformated page heres the script:
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")
}
The problem is I need the data and the page 'view_cd_image.php' to be presented in a normal _blank browser window. Can anyone help me change this...ive tried everything. I need to be able to specify the frame it opens in
Thanks a lot
Dan