Summary: Hello, I need to find a way to do some client side programming and have the .js files colled into jsp pages, something of this sort: [head] [script s...
Summary: Hi, I need help on exporting data to excel file in JSP. Code contains: <%@ page content-type=application/vnd.ms-excel" language="java"> PrintWriter...
Summary: I'm having an unusual problem when surfing the web. I was on YouTube today, and some external JS file tried to be downloaded. Normally these files are...
Summary: If yo uare dealiing with javascript just link to the external javascript in each page. then you can just ediit the .js file to alter all the pages at ...
Summary: Hi to all. Im an IT student and i just want to make site that uses the rss technology. I just want to practice just to prepare my self when i gradu...
Summary: Including a file in every page is a very simple piece of code. Here it is using the three most popular methods. SSI/ASP PHP <?php include("filenam...
Summary: well i hate frames and thinking that there are only 20 identical pages, i would go for PHP. assuming you have PHP on your host... <?php // make a f...
Summary: I'm working with .js files not .jsp - I appologize. So I'd like to import a .js file into a .js file which in tern is used in a .html file. And you're...
Summary: Is this possible ? I am wanting to pull out a price of a product from the csv file and tie that price to its particular part number. I am doing this ...
Summary: When I was in computer class working on Dreamweaver as well, I myself wanted to add a Midi file into my page. My friend helped me out and inserted thi...
Summary: Hi, I noticed that Dreamweaver had already added a ieupdate.js file into my web folder. In any case, i change the javaScript details as per the instru...
Summary: -Create a form that has 3 fields, one for a name, one for the text, and one that is a drop down box that will take the names of the carriers out of a ...
Summary: If the frame you want to refresh is the same one that initiated the popup, then you can use this: window.opener.document.location.href="PageToRefres.h...
Summary: From what I've seen of PHP so far, it works similarly to JSP. I'll tell you how'd I do this in JSP and I believe that you can do the same thing with ...
Summary: Hi every one. I'm having trouble getting #include virtual=file.jsp to work. My includes for .html files work fine. I set up my Apache to talk to Tomc...
Summary: Look at fopen and fread to open and read a file. <?php // get contents of a file into a string $filename = "/usr/local/something.txt"; $handle = f...
Summary: Getting rid of the pointy hand helped alot. The cartoon figure is fine, especially if he's a 'trademark'. I have currently have three monitors in my...
Summary: Hello everyone, My .pdf file is created by a servlet and opens just fine in the opened .jsp page on windows, but in linux (on Tomcat) I get a pdf view...
Summary: bazooka, I don't have the time to check out your page, but I'm sure it looks great! Starting off with limited knowledge is the only way all of us go...
Summary: I'm loading text files into Flash dynamically. Different files will show depending on what button they click on. My question is can you put html into ...
Summary: Well, at this point, I'm using javascript to do POST to my request processing jsp page. The issue now - I'm ready to send back data from that jsp pag...
Summary: SN, I was wonderinf if you had a minute, can you look at this code and tell me why its not working. I will explain the exact spot it is recieiving the...
Summary: Hi, I have some javascript imbedded in my home page and I want to put it into a separate .js file. I have searched this forum and also googled it but ...
Summary: hey thanks for your help - i came across http://www.computing.net/webdevel/wwwboard/forum/1252.html which has a similar printing script, is it possibl...
Summary: Here's a better option. If your ISP supports Mason, you can include external files in the same way as ssi but without having to change the file exten...