HTML - Browsing Web Server's File System
I'm relatively novice in web page development. In my recent work it is required to let user browse thro' web server files system, similarly as one can do it with <input type=file> tag. What I learnt is, there in no equivalent input tag to do so.
Is there any other way to do accomplish this task Similar TutorialsHi! I know how to create an rss feed file. But how to link it in a web page. what I am trying to do is to create a file of my todos, keep it in my Firefox profile folder and make Firefox's 'Live Bookmarks' see it. Thanks Hi, I have a framed page, two frames, a small top frame with a drop-down menu, the drop down menu are links to external pages, the external links are displayed within the lower frame. I have everything set up and working fine, but then I had to find a little "snag"...(of course) When I browse within the lower window (clicking links on the pages displayed in the lower window) some links override my frames and open up on top of my framed site. So my question is: Is there a way to make my frames "absolute" (stay on top nomatter what), that is, all links within the lower frame will be opened up within the frame and not on top? (bare in mind that these are external pages and I do not control the nature of the links such as target tags etc.) I have my code here... INDEX: Quote: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE></TITLE> </HEAD> <frameset rows="35px,*" frameborder="0"> <frame name="menu" src="dropdown.html" scrolling="no" noresize> <frame name="content" src="blank.html"> </frameset> </HTML> DROPDOWN.HTML Quote: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE></TITLE> <base target="content"> <script language="javascript" type="text/javascript"> <!-- function menu_goto( menuform ) { var baseurl = "" ; selecteditem = menuform.newurl.selectedIndex ; newurl = menuform.newurl.options[ selecteditem ].value ; if (newurl.length != 0) { parent.content.location.href = baseurl + newurl ; } } //--> </script> </HEAD> <BODY topmargin="2" leftmargin="2"> <form action="dummyvalue"> <select name="newurl" onchange="menu_goto(this.form)"> <option value="" selected="selected">----- Choose a link -----</option> <option value="http://www.sitenumber1.com">first link</option> <option value="http://www.sitenumber2.com">second link</option> </select> </form> </BODY> </HTML> any suggestions? I have a scenario where a user uploads any file (any format) to a webserver, the webserver manipulates the file then allows the user to download the file. So far I can successfully upload a file to the server. However I am having trouble allowing the user to download a file. I read that streaming the file from the server to the user is better then providing a link to the file on the server. However with my attempts at streaming, I often find the file contents being displayed on the page. Whereas I simply want the file to be downloaded to the users hard disk, or preferably an option that allows the user to accept or decline before downloading the file. Could anyone please give me an example? Is it possible to have some error text appear if a user is browsing your website with a certain browser using html/css or maybe java? An example being: If - The website is being browsed using Safari Then - SHOW error text = "This link won't work with the Safari browser." Else - DO NOT SHOW error text is that sort of thing viable or just a pipe dream at current? Thanks in advance. Regards, Stoney I want to load a local html file in an IFrame. The main page is loaded from a remote site (http://www.mysite.com). How can I do that if I don't have a web server installed on the local machine? Is there any workaround? Thank you! So I had a question about the Hexidecimal system. Pertaining to web safe colors: If you define a color not websafe, their screen still shows it, right? And if it's not in their screens gamma, what does it resort to? The nearest color? How do I implement a voting system in which I put all the highest voted at the top of the list? Thanks in advance!! can someone tell me how to create a ticket system for a gameserver/webhosting site.i have been serching google all day and cant really find anything about it. hopefully someone can help me and even with a site that i can read about it. thanks, James Bond i need a quick way to add a commenting system to my site (you know, a way for guests to add a comment to the bottom of the page) Hi, I'm not sure if I've put this in the right section, but I'm looking for a method that will send an email confirmation to people who submit to my mailing list to check to see if it is actually their email address. Like when you sign up to forums and you have to click the link in the email to confirm. Has anyone got any ideas? thanks Hi, Dose eny one know how to make an advanced password system? My website is http://jeradio.tripod.com I only have a basic system at the moment. Thanks I want to have a Contact page in my website, and I was wondering if there was a way to include a built-in emailing system on the page so that poeple can directly send messages to me without having to type over my email adress in there own hotmail. Thanks in advance Sensen hello, I currently own a website for my local club. it shows a lot of information about the club to the world. but i want it to work in a way that, the members of the club can login into a private area of the website, from where they can access information about the clubs offers and exclusive deals for members. the administrator of the website can add users and then give the username and password to the members, which they use to login. is there a way of doing it ? Is it possible to have a simple list with a button beside each item that can be used to keep a running count of each time that button is pressed, thereby moving the item up higher in the list? For example, here's my list: FAVOURITE COLORS Red <button> 0 Blue <button> 0 Green <button> 0 Yellow <button> 0 Those buttons all get pressed by visitors to a webpage, and the page then refreshes to show something like this: FAVOURITE COLORS Green <button> 24 Yellow <button> 9 Red <button> 4 Blue <button> 3 Any help would be much appreciated HTML + ? + source code. I have a maling system but it isnt work well, what do i need to config? <form id="form" action="" enctype="multipart/form-data"> <div class="row"> Skriv dit navn<br /> <input type="text" class="input" /> </div> <div class="row"> Skriv din mail<br /> <input type="text" class="input" /> </div> <div class="row"> Skriv din by<br /> <input type="text" class="input" /> </div> <div class="row1"> Skriv din meddelelse<br /> <textarea cols="1" rows="1"></textarea><br /> <div class="div"> <input type="image" src="images/clear.gif" /> <input type="image" src="images/send.gif" /><br /> </div> </div> </form> http://html.sinann.dk/index-5.html Thanks http://www.danielbourne.net/pdwcs/1/about.html this seems to work fine in firefox but in internet explorer creates pading and i cant see how could someone lease look and see what im doing wrong ? Ok I would like to create an affiliate system for members of my site. How exactly do you go about doing this? I'd like this to be in the form of banners of my logo, so how do I write the code for the banner to become an active, trackable link for each person? I have google analytics I dont know if that helps. Hi, Is there any script or way to view/hide a div or similar tag only if you're on windows/mac/linux? I want a div to show if you're on windows/linux and an other if you're on a mac. Thanks in advance! Is there anyway to add a login system to a website hosted by another company. I have a free website hosting that I upload to using ftp. Is this possible? I don't know much about mysql but it seems like the database needs to be within my house for this to happen. Hello, I currently run a shell script that generates a web page. I have never been happy with the layout and feel I could make it better by instead of having to parse each command into html to use text files. I have put some example code on pastebin and hoped someone could help me in getting the basics working, I know little about iframes and java. I would really love to have the items on the left to be clicked on so they expand and allow me to choose a more granular menu system that allows the items clicked to open in the right hand iframe, a bit like the IBM / HP ilo screens. I have no preference into the code type etc as long as it would be easy to generate the code for ie the menus. css would proved an added benefit as well. current page New look page Thanks |