HTML - How To Force A Page To Update In Ie
Hi all,
How do I force a single web page to update to its most recent content? This file is being loaded from a frameset and when I load it in IE it doesn't update, I have to wipe all the temporary IE files in order to see the updated content. Thanks in advanced. Similar TutorialsHi, I am trying to figure out how to restrict users (guests) from browsing straight to a page within my site. I would like to ensure that all users must access the site via www.mysite.com Example: User- browses to www.mysite.com/pages/interestingpage.php (or .htm) I would prefer to force the "User" to click their manually via the links on my main page. I imagine some sort of session would be required for this. However I do not wish to require users to log in. I've heard that .htaccess or Apache's config file can be used but so far I have not been successful. I do have full access to the server/configuration. Hoping someone can assist. Examples would be most ideal. Thanks! I have a pdf file that is the catalog for my business. Is there a way to make it so that i can create a link that says "view" and if people click on it, then the standard "FILE DOWNLOAD" box does not come up... and it just opens the file in a separate window.... and have a "download" link where if they click that... then it just downloads the file. I know that i am weird... but i think it would be something that not everybody has... and something that would be kinda cool. Thanks in advance.... Mark Hello, Can you tell me what the best way would be to update a WEB page with simple date content please? We have a page that shows when certain production jobs have run and the last time i had to update it i had to actually change the HTML code and that was a pain. Is there an easier way to maintain this HTML page? I'd like to work with something like WORD where i just deal with the content on the WORD page and let WORD generate the HTML, but this particular HTML page has custom layout, but i'm figuring since WORD can do it there must be another tool that can handle this custom layout and content like a WORD HTML page? Thanks very much for any insights! BobK My current web site is at "CAVAglass.com" I created "http://www.cavaglass.com/gallery/1.GORMENGHAST.htm" and want it to be my new Index Page. All the links work fine here. When I rename "http://www.cavaglass.com/gallery/1.GORMENGHAST.htm" as "index.htm", and open my "CAVAglass.com" website this home page looks fine, but no links work. Any suggestions? Best, Joseph I want to update the header/footer on each page of the site I'm working on without having to manually edit every single page. So I've been told to use sitetools - in that folder is a file called "makesite" in which I input all the pages that I want these changes to be on. Then I login thru PuTTy, an SSH client, and type in these commands: "cd sitetools" and then "makesite." Except when I type in "makesite," it says "Command not found." I've never dealt with sitetools before - I just took over the webmaster job for my professor as a (VERY) part-time gig so all I ever do is edit, I don't know a whole lot beyond basic HTML. If anyone can offer me any guidance, I'd really appreciate it! Sorry if this is in the wrong forum, i have a feeling it is. So you create a site for a client and that client has to update the page with whatever area they work in, maybe they work in real estate and have a new house on the market to add to the site etc.. Well i could easily write a php script that would add their content to the site, but i can image there could be errors somewhere down the line, what happens then, they phone you up to complan etc...? So what content modifying tools/script do you use? Hi guys, Is there a way I can have a page of links sat in a directory which I can call from via other pages on the server? I think I'm thinking of something that can be done with PHP, but the idea is: On main page, for example, links: 1 2 3 All call to 'links.html' Which has a list of page URL's, each with their own ID. So the links on the main page call to the ID's, which extracts the link listed at that moment in time. So if I later want to change the link, I have only to change the link.html and not every related link on the site. I know I could maybe use inline frames, but the layout I have makes that not possible, and it's still not a great solution. I'm sure someone must know what I'm talking about. Sorry if it sounds confusing! Cheers! Hi, I have a project that I am working on, where I have a Default page where I have links to various pages which contain various product information for products which I QA. I have on the default page a link to a master sheet where a person could see the information from all of the sections on one page. What I would like to be able to do is update the various sections and then be able to click the link for the Master sheet and see the updated information. Is this possible? Hope that makes sense I have a website where some pages have no scrollbar, and some do. For pages with the scrollbar, it looks fine. Because that's expected. For pages without the scollbar, it bumps the divs to the right by ~15 pixels (because there is no more scrollbar). Is there some type of script, or a way to setup a DIV, to force a scrollbar? Even if there is no overflow of content for the page? As long as I can force a scrollbar on the page, it should be consistent. My IE is configured to automatically find the most rexent page, so when I address a website I see the current page. However, Safari and Firefox do not seem to have this optiion. So, when users address my website with those browsers they have to push the refresh button to be sure they are seeing my site's latest page. Yet when I use those browsers to access websites other than my own, I seem to get the latest page. This suggests that there may be a way to include in a page file a code that forces refresh. I know that there is a code ("no archive") that does the job where a search engine is involved, but how do I handle this problems where my URL is being directly addressed? Hello, I have the majority of the content of my site on pages that load within an iframe within the main page. I was wondering if there was a script that I could use on the content pages that, when loaded outside the frame would redirect to the main site, with the appropriate page loaded in the iFrame. Thanks in advance! Craig J. Ward Hi You would think if you did a basic DW rollover that it should work in IE Oh no!!!!!! Can anyone shed the light on this: Problem site Basically the language selection and the menus should have a change of colour, which is basically a rollover image made in dreamweaver. Menu seems to work here! This is the same menu code used to make the menu and a PC friend says that the rollover affect does work. i.e: There are peppers in the background of the words. Same code, two different affects. Any light? please??? Oh, both use PNG and both sites have the same IE PNG fix code. Did I state, its only IE that has the issue. Thanks in advance Long live Mac!!! I'm creating a webpage with multiple right-aligned images. Each chunk of text has an image associated with it to the right. I'm having a problem keeping these images stacked on top of each other. If the chunk of text isn't taller than the associated image, the next paragraph and associated image sits to the left of the first image. I want both of these to sit below the first image. Currently, I'm using <br> tags to push the next paragraph down, but I'd like to avoid that. I hope I'm being clear. Here's an image to illustrate what I mean: The example above the blue line is what I'm experiencing. Below the blue line is what I want. I'd like to do this without tables. I have a form that contains a drop down list; <select name="list" id="list" multiple="multiple"> When the user clicks the form's submit button I want to run a function that returns true if an <option> from that <select> object was selected and false if they forgot to make a selection. What is a simple way of doing this? I was thinking that maybe there was an object method like; if(document.form.select.optionSelected()==true) {do something; return true}; else {do something else; return false;} force download via server side scripting e.g. php <------ DOES ANYONE KNOW HOW TO DO THIS??? I want to have downloads on my site, but dont want to use zip files or the "right click, save as" garbage.... Hi all, I'm currently using the script below to resize a user's browser window when the site is opened: Code: <script language="JavaScript"> <!-- window.resizeTo(850,630) --> </script> Is there a piece of code I can add to this so that the browser window cannot be resized? This isn't a popup window, just the standard window. Thanks in advance, Baskervillain. Hi everyone, I'm new to this form and html I have a login portal, I want users to accept and click on the terms and conditions tick-box before he/she can click on the "Login" button. Any tips would be greatly appreciated. Cheers Tony Hi, Is there away to force my website to fit an Iphone screen when viewed on the iphone. At the moment the width doesn't full span the Iphones screen so it looks bad. http://pjm.co.uk.uksite4.yourwebserv...splay&PageID=5 Thanks alot Joe Hi folks, I have a table and in one cell I have two images that normally appear side by side but when an a adjacent cell (or any cell in the same row) gets too large the images end up appearing on top of one another... is there some way to force them to stay side by side? I'd rather not have a table within the cell in question although i suppose i could if there's not some html or css way to make it work. Thanks in advance, Michael I am creating a webcam and my software ftp's a new jpg every 2 minutes. It overwrites the old jpg. The problem is that most browsers (IE, Safari, Chrome) see a jpg that is hours old and has been overwritten 60+ times. And when those browsers see the webcam page, they see an old photo. All three of these browsers see the same photo / time - overwritten hours ago. It does not appear to be a browser cache issue because the browser / computer were off or offline at the time that photo was uploaded. I can turn a computer on and see a photo that was overwritten hours earlier. Firefox appears to be an exception. It shows the current photo and the webcam page works properly (although I have at least one Firefox user who reports a problem). Here is the link directly to the jpg that is being uploaded via ftp. The webcam software I am using is EvoCam. http://homepinballrepair.com/webcam.jpg A refresh on Firefox shows the latest photo. Not on the other browsers. What the heck?! |