|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by foxchx in Apache Web Server, Web Languages/Standards, Disability Access
I am trying to get the SRC="file://p:/wamp/www/" folder to show in a Iframe.
the code below works if i use
file:///P:/wamp/www/dox/ph
pBB3/style
s/prosilve
r_se/testi
frame.html
and allows me to interact with my folder structure in the iframe in the html page...
test.html, test.htm, test.php....(all works)
But as i need the code to be accessible from:
http://localhost/dox/phpBB3/styles/prosilver_se/testiframe.htmlso far i only get a blank bordered frame
for some reason i am not allowed to go through the wamp server system and my localhost does not allow content to be displayed.
Where can i change what option to allow it? hehe
any ideas?
thanks
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>test</title>
</head>
<body>
<IFRAME SRC="file://c:/wamp/www/" WIDTH=200 HEIGHT=200>
</IFRAME>
</body>
</html>
|
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625