HTML - Html X File!!
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 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'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 I accidentally deleted the folder where I stored the files for my new website. I managed to recover the folder using a recovery program but unfortunately the html file seems to be damaged. Is there a way to repair the html file ? Hai I am displaying a list of mp3 files in a html file. I want to provide download option for the mp3 files from the html file. Now i am converting mp3 files to a zip file and then downloading it as below <a href="song.zip"> Download file</a> But i want to download it as an mp3 file itself. please any body guide me to download the mp3 file from the html file. Thanks Sakthi I'd like to have a html file where i can pass over the variables from another html file i.e. title = "Image 01" Image = image.jpg description = "image 01 description test" then with a link open the html file with this variables. thanks. 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? 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've acquired a series of websites that, unfortunately, were all created using Dreamweaver and as such all use purely html files. I need to include a "widget" of sorts across all the websites. It is written in php, hence I'm looking for a way to simply include this php file in the sidebar of all of the websites, which are written in html. This also means I'll be including the file from a different domain using the full URL I gave SSI a shot, but no luck. 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. 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? 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. I was wondering how I can go about making a single HTML page that all my pages reference to place menus and pictures. The only thing I want to change is content in the middle portion of the page but I don't want to use frames. I have a css already made and that works wonderfully it's just a bit tedious to go through and edit each html document individually every time I change something on the menu's or pictures. As far as I can tell I can't do that in the CSS (place the HTML code directly I mean for divs and such). Any help is greatly appreciated. How to run a batch file in HTML page? 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. I want to be able to have a script in my .html page that loads HTML from a file in the directory so that if I want to update, I can change only he file and not every single web page. I know it's possible and pretty simple, would appreciate all help. |