Well I'm debugging a page and I would like to look at the result of the javascript functions in the page. This includes source changes and modification of HTML through javascript. Plain View Source doesn't cut it as it is only showing me the result of the page after the server side script but...
Hello, I seem to have a complex problem, did a google search, didn't find too much.
I'm trying to make a Jar file like so:
jar cv0 ZipFlex.jar *
I've also tried
jar -cv0 ZipFlex.jar *
and
jar -cv0 ZipFlex.jar *.class
This is entered into a terminal (Gnome and Xterm) on Debian with the...
I have Debian Sarge installed....I think 3.0
Anyways, after doing a net installation using the minimal boot up cd on my compaq presario laptop, I can't mount my cdrom or floppy drives.
I have tried it with a random floppy disk and it tells me that the file system is unrecognizable or something...
Alright, I have a script so far and I tested it in Mozilla and it seems to work, but no such luck in IE. The idea is to determine if the user has cookies enabled. If the user doesn't have at least cookies enabled for first-party cookies or cookies from the originating site, it redirects them...
This is not sizing correctly for me, the idea is:
-------------------------------------------------------
| Field1 | F2 | Field 3 |
-------------------------------------------------------
Instead the browser renders the Student Name cell as the longest cell in the...
A friend of mine has a computer that isn't displaying anything on screen when the power button is pressed. Fans run, and the lights get power but he has recently installed a video card and the computer refuses to display from this point. I tried removing the card then flashing the bios and the...
Okay, I have a Access database that has 3 main index fields (course_Id, module_Id, question_Id). This is for storing student exams and I came up with a few solutions although currently it is just stored as 1 flat table.
Data Format is as follows:
Question AnsA ... Lesson_Reference course_Id...
I have this code:
<html>
<body>
<div style="position:absolute; color:white; background-color:transparent;">THE TEXT ON THE IMAGe
</div>
<img src="blackness.bmp">
</body>
</html>
Now IE renders the Text just fine, but Netscape does not. Netscape places the Text below the...
I've just recently gotten into creating packages for my applications.
My question is does the package, say XXX.YYY, still belong to the package XXX (Wondering if default classes in XXX are available to classes in XXX.YYY)?
Next question is if I am distributing an application, does giving...
Okay, I would like to be able to restrict access to a workgroup (if this is possible). I'm at a university and so all computers are on the same lan. Is this possible or would I have to set up a domain (if I can)? If I have to set up a domain, then can I just keep the computers in a workgroup...
Okay, I'm working on a server application (not servlet or jsp) that will service multiple users and have a user account system. I'd like to have different modules of code in this program used for users with different security levels. Also I'd like to be able to update the system on fly, or...
I have a loop that essentially breaks down a string character by character (if there is a charAt or any type of method such like please point me to it). It refuses a variable as a 2nd argument even with the CLng conversion function.
Dim intTemp
For I = 0 to...
I'm not sure if this is the correct board, but as this code is in an ASP page and the default language is vbscript I'll post here. I have the following code:
Dim intTemp
For I = 0 to Len(Session("mapFeatures"))-1 Step 1
intTemp = Session("mapFeatures")...
I'm having this problem with the following line:
if(parent.Results.location.href == "processing.htm")//Error! Here!
{
parent.Results.location.href = "Results.htm";
}
at the top of the page this line exists:
<base target="Map">
But I don't think setting the...
I need some help, my OS is Win XP Pro and I'm using IIS 5.1 to publish the pages. The services IIS Admin, and WWW publishing are running, however WWW publishing seems to freeze on a request to stop or restart. I've tried rebooting the machine, but alas the same problem. Can someone please...
I have been having errors in writing custom html based on user selections due to the ASP <% %> content not being read correctly. I can't seem to mangle the quotes right, so how can I fix this?
<img src='<%=Application("WebAppVirtualRoot")%>/Share/GWMProcessing.gif'...
I have a webpage that basically serves as an input page to enter address information by utilizing a simple html form. After having entered the data, then the framed page with the map frame and the toolbar frame is supposed to load in the same window (replacing the input page). How do I pass...
How can you print a line from one end of the page to the other end of the page on a printed report? I think I need the Printer.Line function but I don't know how this works with parameters, I only have a copy of the working model of Visual Basic on me and I don't have access to MSDN thanks to...
Okay, as far as I understand the ClassLoader, it loads all classes at runtime. My project I am currently working on, may have about 50 to 60 classes when it is finished. The classes that are needed is dependent on user input, so I was wondering, (a) is Dynamic Class Loading in Java possible...
Well considering I've never used these before now...
How you do make a class the main executable class in a jar file? I'm trying to bundle an application of mine with about 10 classes into 1 jar file and have it run that way, but it is giving me the error on execution about there not being a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.