HTML - Referencing .xls In An Intranet Website
I have created several spreadsheets that are automatically updated through ODBC. I am trying to create an internal website which will display these spreadsheets. what is the easiest way to display the spreadsheets so that when they automatically update every 15mins the information on the internal site will change with it? ANY help will be greatly appreciated
Similar TutorialsHi, I am developing intranet site using html and jsp .Web server I am using for deploying is Tomcat 6 . I want to provide a link to shared folder of one of intranet computer.But When I give a link to it in HTML like Code: <a href = "\\ComputerName\SharedFolder">Link to Shared Folder </a> . This works fine when I open direct HTML But when I open that HTML from server then when I click on that link it don't open that folder. Please help.... Thanks in advance... Hi, I have been trying to create a search facility for an intranet, but I havent had any luck at all. Are there any free scripts lying around, I have looked but have had no luck; That is ideally what i want it to look like, this is the code that i am using; <form name="form1" class="searchform"> <select style="background-color: transparent; font-size: 10px; color: rgb(0, 102, 153); font-family: verdana;" name="menu"> <option value="#">Quick Links ...</option> <option value="http://www.castle.kent.sch.uk">College Website</option> <option value="http://castlecollege.studywiz.com">StudyWiz VLE</option> <option value="http://cc3-server-02:8081/MLS.NET/">Eclipse .Net</option> <option value="Dartmaths/Heinemann%20Online/websites/DartMaths/">DartMaths</option> <option value="Metro">Metro Electro</option> <option value="Active/bookingSystem/index.htm">Room Booking</option> <option value="Staff/index.html">Staff Intranet</option> <option value="menu.html">College Menu</option> </select> <input style="font-size: 8px; color: rgb(255, 255, 255); font-family: verdana; background-color: rgb(0, 102, 153);" onclick="location=document.form1.menu.options[document.form1.menu.selectedIndex].value;" value="GO" type="button"> Any thoughts would be appreciaited Paul Hi all, im building a web based application for a restaurant as a project. Im completely new to web design but so far so good. I have a menu as one of the application webpages where the user views the menu and clicks on an item to order (all in text form, no buttons or controls), and i also have a billing page where the user can view items they have chosen off the menu. My problem is this, i want the user to click the text of the menu page and this text is then added to the billing page ........... a simple thing but im yet too find a solution. Any help would be great. I have the following script I am useing to disaply a random quote on each of my pages: Code: <script language="JavaScript"> var Quotation=new Array() Quotation[0] = "Time is of the essence! Comb your hair."; Quotation[1] = "Sanity is a golden apple with no shoelaces."; Quotation[2] = "Repent! The end is coming, $9.95 at Amazon."; Quotation[3] = "Honesty blurts where deception sneezes."; Quotation[4] = "Pastry satisfies where art is unavailable."; Quotation[5] = "Delete not, lest you, too, be deleted."; Quotation[6] = "O! Youth! What a pain in the backside."; Quotation[7] = "Wishes are like goldfish with propellors."; Quotation[8] = "Love the river's \"beauty\", but live on a hill."; Quotation[9] = "Invention is the mother of too many useless toys."; var Q = Quotation.length; var whichQuotation=Math.round(Math.random()*(Q-1)); function showQuotation(){document.write(Quotation[whichQuotation]);} showQuotation(); </script> Instead of having the massive block of code on each page, is there someway of placing it on a style sheet and referencing it on each page? Is it possible to reference a PDF file in a HTML page as one does with <img />? That is, when the page opens, the file will be displayed. Many thanks... Todd I dont know how can I explain this. But I will try my best by putting entire issue in series of steps below. Step 1: I have a web page with two <div> tags located besides each other. We will call them the right <div> and the left <div> Step 2: Left <div> has a drop down list that dynamically generates navigation as shown in the code below. <form style="margin-left:3%; margin-bottom:1%" action="" method="post"> <SELECT ONCHANGE="if (window.frames && window.frames.iframes) { window.frames.iframes.location.href = this.options[this.selectedIndex].value; }"> <OPTION VALUE="Swimming.html">Swimming <OPTION VALUE="TaxServices.html">Tax Services <OPTION VALUE="TravelLeisure.html">Travel & Leisure <OPTION VALUE="ymca.html">Waste Management <OPTION VALUE="WaterManagement.html">Water Management <OPTION VALUE="Welding.html">Welding </SELECT> <iframe id="theFrame" name="iframes" src="murrieta.html" align="top" style="margin-top:7%;height:95%; width:100%;"></iframe> </form> Step 3: To explain step 2 better, For e.g. if option "Swimming" is selected from the option group on left <div>, it will launch its child links in in the iframe nam as "iframes" Step 4: The option "Swimming" has an html file associated with it called "Swimming.html" This file has three links as mentioned below <ul> <li><a href="http://www.google.com" id="l14">about us</a></li> <li><a href="murrietainfo2.html" id="l15">services</a></li> <li><a href="murrietainfo3.html" id="l16">pricing</a></li> <li><a href="murrietainfo4.html" id="l17">contacts</a></li> </ul> Step 5: To explain step 4 better, if "Swimming" option is selected, it will launch four links in iframe region Step 6: NOW IT GETS REAL TRICKEY Step 7: My Requirement is : say if user clicks "about us" link for "Swimming" option in left <div> tag, it should lauch "www.google.com" in the iframe of right <div>. Say, if use selects "services" link for "Swimming" option in left <div> tag, it should launch "murrietainfo2.html" in the iframe of right <div> Step 8: i need to do this for all of options, as all of options in option list has child links that will be dropped in the left div iframe PLEASE PLEASE HELP Thanks, Ruchir Hi. I am comparatively new to html. Hi. I am aware there are differing opinions regarding Html emails. However, I have been requested to produce an html document to email to specific recipients in this format. Some of the html functions I need to use are not handled well by the Email client I am using (Outlook 2007), let alone where it is going. Therefore as a workaround I am attempting to email the html document as an attachment to my email, so that it will be opened in a web browser. However, I am having trouble, linking to the attached photos to the same email from within that html document. I have successfully, embeded the photos into the same email, using CDO 1.21 (from MS Access VBA) and <img src=cid: etc. However, this does not work for the attached html file. Any ideas on how to refer to them from within the attached html document would be greatly appreciated, even if I am going in the wrong direction. Thank you. hello, i need a website for german customers, somethign like www.podmod.de because i would like to offer the same. So if anyone has an idea where to start, or even can offer me something i can buy, please do so. my email: verenamueller999@web.de thanks verena. Hi How to add a website counter to my website. So that when ever a visitor visits the website I want the counter to increase say from 101 to 102 and then for a new visitor it should be 103 and then again for the next visitor 104 and so on..... I want to know the code. There are number of websites that are offering this but they put their advertisement which I don't want Hi, I am trying to find a way in which a website that is linked on my homepage can be opened while keeping at least one form of my homepage open as well. e.g.: Google images :http://images.google.com/imgres?imgu...en-us%26sa%3DG sorry for the massive link. Hope you get the idea. So what i want is to have a bar on top that is my homepage (like the google bar in the link), but the rest is the actual website that has been linked. I don't really care much about the url. It doesn't have to be my homepage url, it can be the actual website url. Google has been able to do that somehow, so it is possible. I would just like to know how and if it is hard to do. If someone knows how to do it, it would be great if you could give me a link to a tutorial, or explain it. thanks I have some links (in the header, the SUPPORTERS) to different websites, but when I click on them the address in the address bar does not change to the address of the website that I clicked. How do I make it show the address that I clicked on? Thanks. http://www.ac.wwu.edu/~fencing/ I am a total noob but volunteered to administrate the website, because there was no one else to do it. Hi guys, my first post so hi to you all i need some help with a website i made(i know it isn't the best website in the world lol),but its my 2nd one ever so i am proud of it lol, i made the template in photoshop,sliced it in Imageready and i want to make it so i can put my text on to the main grey bit but can't figure out how for the life of me lol,can anyone tell me how to make it so i can write over the main section? is it even possible? Cheers, me Hi, I am currently working on designing a website that provides tools for students to manage their school work and would like someone to help me write the HTML code. I can provide you with the layout design and we can work out a price. Please email me at riddler2037@yahoo.com if you're interested. Thanks So i am making a site in dreamweaver but i am having a little trouble. My website looks different in dreamweaver, than it does outside of it. Here's how i want it to look But outside of dreamweaver it looks like this Any ideas why it is doing this? Hi I am new to these forums, I am currently building a website from a template I purchased. It is coming along well but I am now stuck when trying to use the first page of my website as an ebay listing page. Of course when I upload my new ebay page there is nothing but text and broken links. How do I connect this html in my ebay listing page with my source code on my website?. Or do I have to upload all image files for borders and headers to a server separately and link straight to them one by one?. Is it to do with the very top html on the page where it says similar to href source etc etc?. My website is fine since I have uploaded all the necessary files to the directory so linking all the images etc. Really appreciate some help I have been stuck for weeks trying to get the graphics to work on my ebay page. Hello, I am trying to set up a website with no such luck. I have some experience with html however I have no idea how to create what you could call "HyperLink Boxes". Can anyone help me with settings boxes around the 6 labels within this code. it is all on a picture so I can not link the text. Code: <html> <style type="text/css"> body { background: url(http://s1.postimage.org/g8k7foy94/Void_Craft.png) fixed center no-repeat;} </style> </html> The website is hosted at Voidcraft.net with a godaddy registration and its DNS'ed to a free hosting site called 000webhost with the following allowed scripts. Mysql PHP Cron jobs CSS Can anyone with allowing me to link the images that is all 1 image while doing so invisibly? If so, thanks Hi all im new to the forums and hope I can get some help to solve a few nagging coding problems. I run a radio control car website for people that own a GV or XTM model car, some of you yourselfs may own one. A friend and I decided that the site needed a new look to make it look a bit more pro, we found a template that we liked but its come to a point where really we arnt sure how to solve the problems that are coming up. The template didnt come with a sub page so to say, so any sub pages we use that the buttons link to are from the index page and our html coding is limited, if we could of created our site from scratch we would of but we are not experts in the html coding area, its limited and we have learnt it ourselfs. Our website is GV & XTM Models Our main problem is sorting the background to how we want it in terms of expanding downwards to match with the rest of the page and to allow the page to show the text we have put there. An example of one of our problems is this page link where some of the text goes into the border title headline margin bit. Now I have done what I can to try solve it but I have failed...damn it! Also every time we try to expand the page to fit more text in we end up with the background going out of sync/out of line meaning we end up with some or a huge white background appearing resulting in none of the text being shown so no one can read it. We want to create a subpage from the index coding we use but we have pretty much failed and racked our brains to the point of "god what do we do". A sub page that is coded right and to allow us put a good amount of text in without distoring the lovely background and design we use would solve our problem as we are wanting to get the website sorted as soon as possible. If you have any other questions regarding how my friend and I have coded the site etc PM me or reply here, a little bit of help would be appreciated alot, thanks all. PS I am using Dreamweaver 8 So i want my items in rows on my product page but with the shopping cart layout the way it is i can figure it out.I'm actually looking for someone to help me build it.I would especially like to be able to ask you to do something and then see it done and put on the website.I would be willing to pay for everything done.If anyone can help please let me know. Hello. I'm trying to a create a webpage that has a then has a table showing a different website. So basically They come to my page but in the center is a different website. Thx for the advice. |