J
Joker7
<a onMouseOver="window.status='Get ID3 info from
<%=Replace(strDisplayFileName, "'", "\'")%>';return true"
onMouseOut="window.status='';return true"
href="fileinfo.asp?TargetFile=<%=Server.URLEncode(strThisSubFolder & "\" &
objFile.Name)%>" target="_blank"><img src="images/info.gif" width="10"
height="16" border="0"></a>
Help need with the above :
It opens a new window but I need to open a fixed size popup window no tool
bar ect,
any pointers would be good or better still a re-write
I was thinking a long the lines of :
<a href=" href="fileinfo.asp?TargetFile=<%=Server.URLEncode(strThisSubFolder
& "\" & objFile.Name)%"onClick="javascript:
window.open('fileinfo.asp','rad','width=250,height=285,top=200,left=300,scre
enX=200,screenY=300,scrollbars=no,resizable=no');return false;"
target="_self">
But can't get it to work any ideas ?
Regards
Chris
<%=Replace(strDisplayFileName, "'", "\'")%>';return true"
onMouseOut="window.status='';return true"
href="fileinfo.asp?TargetFile=<%=Server.URLEncode(strThisSubFolder & "\" &
objFile.Name)%>" target="_blank"><img src="images/info.gif" width="10"
height="16" border="0"></a>
Help need with the above :
It opens a new window but I need to open a fixed size popup window no tool
bar ect,
any pointers would be good or better still a re-write
I was thinking a long the lines of :
<a href=" href="fileinfo.asp?TargetFile=<%=Server.URLEncode(strThisSubFolder
& "\" & objFile.Name)%"onClick="javascript:
window.open('fileinfo.asp','rad','width=250,height=285,top=200,left=300,scre
enX=200,screenY=300,scrollbars=no,resizable=no');return false;"
target="_self">
But can't get it to work any ideas ?
Regards
Chris