HTML - Html File Name Scrambler
Okay, here is my example.
www.whatever.com/blah.html Where blah.html is the html file. Is there a code that each time someone requests blah.html off the server, www.whatever.com/blah.html won't come up in the address. Is there a code that will make it have a different file name each time in the address? Similar Tutorialshi everybody, I am working in a html. I defined a functiion in a html file.(first.html) I want to call that function in another html file.(second.html) How can i call that function in second.html file? give some sample code Thanks in advance.... Hi, I'm trying to include one HTML file in another. I tried iframe and was displeased with the results, I want the size of the frame to change dynamically and not just scroll. Fair warning, my knowledge of JavaScript is non-existent >_> . Basically, I have a document written in HTML (please don't suggest a wholesale re-write, that's simply not practical) and the idea is to have one file where it makes sense to include it several times. One thing to mention, this document is not meant to be shown on a web-server, but in a browser while you're reading it off your hard-drive. Here's what I have so far. main.shtml Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>test</title> </head> <body> <center> <h1> This is only a test! </h1> </center> <p> Still testing!!!!! </p> <!-- #include file="included.html" --> <p> Even more testing!!!!! </p> </body> </html> included.html Code: <!--<html> <head> <title> asdfasdfasdfasd </title> </head> <body>--> <p> <h4> foobar </h4> <br> <br> <br> <br> <h4> boofar </h4> </p> <!--</body> </html>--> Not sure what I'm doing wrong, help appreciated! Hi ,I am new in html.Hope you can guide me step-by-step on this. I want to import my .txt file into the html form and the html form can add new item then to be add in to that particular .txt file too as well. can this be done? For example: (fruits.txt) 1.apple 2.banana 3.orange Can this fruit.txt be impoted to fruit.html page and show it at fruit.html page, at the same time, the fruit html page allow to add in new fruit, and once user add in new fruit, the fruit.txt file will be updated as well. Thanks for your guidiance and help. :-) I have a website where I want to make a drop down menu that will bring you to different pages. It is a very basic, sort of old-fashioned website that relies entirely on html. What I'm trying to do is make a drop-down menu that will be used as navigation for a section of a website and I want to have it in each internally linked page in that section, but I'm going to be adding more pages to it over time so I want to be able to put the drop-down menu code in a separate text file and then substitute it into the pages that I make that the options in the menu link to and then just edit the code in the text file when I add another page so that I don't have to go back and edit the code every single individual page whenever I add a new one among them. Basically all I'm asking is how I can put html code in a text file and then substitute that code into an html page by referring to the file. Thanks in advance for any help. Hi guys I want to add some php files into my frontpage html files, please let me know how to do this. I tried many things but fail. Please guide me. Thank you GCS Hi all! I've got a very strange problem with a webpage: If you type http://www.varbanovsoft.com/ images are not correctly displayed but if you type http://www.varbanovsoft.com/index.html they appear!! Any idea? I'm completely lost ... Thanks!! T Hi all, I'm working on a project to make my job a little easier. A brief description is that I have to write up case notes and when I am finished with the notes I submit them. What I am looking for is a code so when I hit the submit button on the tool I created, it will create a log file and save my case notes to that log file. The tool that I created is html based and it's on my local computer. I would also like for it to create the log file on my local computer. Is this possible? A good example is like a messenger service like msn or yahoo IM. When you are done talking to someone it creates a log file of the conversation. Im looking for something like that but that creates a log when I hit the submit button. Any ideas? Best regards, Kris Hi, Im trying to make a jsp page but dont know how to let the user select a file from their home directory using HTML. Something similar to the JFileChooser in java is what im hoping for. Any ideas? here is what im trying to do $File = $subject.html; but all it is doing is adding what i type in as the subject and then it adds "html" to the end of it... so if the subject was "pizza" it would come out as "pizzahtml" instead of "pizza.html" what am i doing wrong? Just wondering if someone can help me out with this conundrum that I am having. I work for a small publishing company that has an e-newsletter. well actually it started out as a mailed newsletter and then fax now email as well and the only problem is that I find everyone is forwarding this newsletter. Is there some sort of code that can be added to the script to either track when it has been forwarded or stop it from being forwarded or copied and pasted? or anything? I have done some searching and have come up with the colective answer "no" but feel like there has to be something I/we can do! Any help would be greatly, I mean greatly appreciated. I hope this was the right thread to post on if not I apologise and can someone point me in the right direction. HTML to look at text or xml file - is there a way of creating a HTML tag or Div to look at another text file that can be easily edited as the source to the content. Basically a paragraph that can be easily edited by someone who doesn't understand html that affects paragraphs in divs on a web page. - could someone point me in the right direction - I can't seem to get my head around what I need being only a tuesday and not getting stuck into the week. Thanks in advance... How to run a batch file in HTML page? I have been trying to set up a simple way to print all the data thats in a text file, and intergrate it with my web page, the txt document will be updated and i want it to be automatically updated and displayed on my HTML Page Does anyone know how to set this up? I am trying to write a html form in which i want to provide a default file to be uploded from the clients computer. i tried doing it by setting the value attribute to a file in some location. However that file does not get uploaded.... can anybody help I found this script I like and want tou use. But I want to move the CSS from the the HTML file to it's own CSS file. Hello there, I have one question for you. How do you input data to file using plain html (or maybe java if necessary). I have a website in a free server, which won't let me use php and mysql (I wouldn't post here if it would ) I need to make a newsletter with a single option, just to input your email address, everything else will be handled manualy. I suppose it's either impossible or it's the most primitive script ever So, any help would be really appreciated. Thanks in advance. How do you convert a doc file into HTML using aspnet? Tried to redirect a file using htaccess , heres the code i wrote. Redirect /phpbb http://www.techno-source.co.uk/joomla/ Redirect / http://www.techno-source.co.uk/joomla/ And saved it as .htaccess , ftp it to the root of my site. But now it wont redirect any idea what's up? Hi all, I have saved files in a folder. Everyday I am saving file with same name but daily dates included in the name. I want to just send the link of the file everyday that I don't have to change the name of the link provided to the user but with the different name behind the link. When user click the link it should give user option to "open and save" dialogue box. For this purpose I have tried some option. A window opened behind dialogue box and after complete download it is not closing itself. So I have required following: 1. User to give option with open and save dialogue box. 2. The browser window should close itself after download file complete or it should open, just give open and save option. Hope everyone will understand. Zia. |