我把红外线与遥远的文档连接起来,以便下载简明扼要,因为与阿加西语一样:
<a href="http://remotesite.com/filename.flv">Link</a>
但是,它打开了新窗口,从http://www.un.org/www.un.org/www.un.org/french/sc/presidency.asp。
也许我可以说明内容类型,与头盔们通过,但想通过我的服务器通过文件,从遥远的链接下载。
希望能很好地解释。
谢谢。
我把红外线与遥远的文档连接起来,以便下载简明扼要,因为与阿加西语一样:
<a href="http://remotesite.com/filename.flv">Link</a>
但是,它打开了新窗口,从http://www.un.org/www.un.org/www.un.org/french/sc/presidency.asp。
也许我可以说明内容类型,与头盔们通过,但想通过我的服务器通过文件,从遥远的链接下载。
希望能很好地解释。
谢谢。
象边远地点这样的声音对避免热连接有一些保护。
你们是否确定这一联系是正确的? 外部测试首先使用在线闪电机,例如。 如果视频演播后是@EvilspaceHamster的话,它可以成为服务器上的许可问题。 我注意到你所说的下载吗? 这一要求或你只是想让用户查阅档案吗?
I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....
I have a div <div id="masterdiv"> which has several child <div>s. Example: <div id="masterdiv"> <div id="childdiv1" /> <div id="childdiv2" /> <div id="...
I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...
<form><input type="file" name="first" onchange="jsFunction(2);"> <input type="file" name="second" onchange="jsFunction(3);"</form> Possible to pass just numbers to the js ...
So I ve got a menu with a hover/selected state and it loads fine in IE6/IE7. However when I scroll down the page and put the element outside of the viewport and then back in I get a broken image! I ...
I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...
Is it possible to reload a form after file-input change? I have a form where the user can chose an image for upload. I also have a php script which displays that image resized. I only wonder if it ...
I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!