
June 5th, 2000, 07:14 AM
|
|
Contributing User
|
|
Join Date: May 2000
Posts: 81
Time spent in forums: < 1 sec
Reputation Power: 9
|
|
|
You're question is a little vague. If the file is outside the server path, it sounds like you're saying you don't have privledges to the residing directory. If that's the case, then you simply cannot retrieve the file. You must place the file into a directory where you have access privledges.
If in fact you have access privledges, use:
var win1=window.open(file,title,details)
where file is the complete path
title is your title for the popup window (not the same as window name)
details is optional defining how you want the popup to appear.
|