Hi everyone, my question is kind of simple. Can you goto a page and use javascript in the same url so to speak? For example:
http://www.google.com javascript:alert("Hello");
I ask because I have a page that based off of user action gets populated via javascript functions. Alot of times I link...
Yes, sorry this is a cross browser compatibility issue. I have a loop that is writing to a DIV tag in a table. In IE, this works fine, but in Mozilla and Netscape I get "thumbscroll is undefinied" (thumbscroll being the div tag) error. The loops are being called (and passed values) by a flash...
I’m not sure if the title means what it does in my head :) ,but basically I have a loaded page, upon an action I am calling a function which I want to write thumbnail images, to a specific td.
This piece of my code:
<head>
<style type="text/css">
#row {
position:center;
height:125px...
Please Help,
I’m writing a bunch of thumbnails to the bottom of a page using JavaScript. There can be as many as 100 thumbs and I do not want to <br> them onto separate lines. Is there a way to make a <tr> horizontally scrollable (aka panning)?
Here is some code:
<head>
<script...
Ive been useing jdk 1.2 to compile my sevlets for my site. when upgradeing to 1.3 I found out there was no javax.servlet package, so were did the servlet class move to?
"Mistakes are the portals of discovery"
James Joyce
Hi,
Im creating a media site mostly comprised of pictures. I would like a way for some to save a jpg file on there hard drive by clicking a link, button or a thumbnail of the pic. Since the images that this would be for are like 11 x 8 inches big, its not apealing if the full size images were...
Hi, I have a page of 3 frames (title, toolbar and content). In my toolbar frame (bottom left) I have a link the loads an external page into the content frame (bottom right). When I click on a different link in my toolbar frame that loads a local page (happy.html) in the content frame nothing...
Hi, Im trying toi convert the 0-23 resut given back from the getHours method into 1-12. I used a for loop, but it seems to my && operater is not working, because seems to Dead cycle when i run it. What am I doing wrong? Is there a simpler way to do thins? Thanks, Drew
My code:
var curdate =...
Ok, Im running JavaWebserver1.1 threw my DOS Command prompt in a vurtual server enviroment. In my Servlets Im useing System.out.println statements, so I can follow the progress of the servlet. Well at this point my servlet is so big and has so many out.println statements, the first bunch go out...
I dont know if this the right forum to ask this question, so if its not, please let me know. Im trying to run an insert statement and I getting all types of errors. The first one was "missing comma" when there was no missing comma. I then cut the insert down to only the fields that...
Ok,
I have a servlet generated HTMl page that writes a cookie containing values pulled from an Oracle SQL database.And i'm trying to read the cookie with another HTML page wich is my home page to display the users information to let them know who they are logged in as.
Now the problem is that...
Ok, I have a servlet that is generateing a html page that has values stored in hidden form fields. On that generated page is a button that is calling another servlet, which will request those values via request.getParameter. The problem is that on the first servlet the call for the second...
Ok, I hava a Servlet thats createing an html page. The Java compiler won't let me compile w/ Double ticks (") in my out.println statements. Normaly this isn't a problem, I just replace the (") with single ticks ('), but now one of my out.printlns is a button with the action property...
Ok, I have a servlet that is being called by one html page and after it does its processes, I want it to desplay another page. I am new to Java and the only way I know of is to use a out.Println statement to create a new page. What I want it to do after the processes is to open/load a...
Ok, I wanted to use a window.locaton to open a html file on my hard drive. I have setup a simple way to try and do this, but I am getting the error:
"Can not find 'file:///C:happy.html'. Make sure the path or internet address is correct."
The file name and path are correct. What am...
Ok, I searched every book I have and for some reason I cant find the syntax to comment in XML,XSL and DTD. What is the syntax to comment in these languages?
Thanks,
Drew "Mistakes are the portals of discovery"
James Joyce
I need something like a function, that when fired will
take user input from two text boxes,the system date that is in a document.write statement and one other piece of information that is in a document.write statement and write them to file. At this point another window will open that will...
ok, I have a button on a form. The form is a test. The button at the botton is calling a gradeing fuction declared in the header which then displays the grade to the document. What I need to do is after the test taker clicks the grade button and the grade is written to the document, the gradeing...
Ok, I need help with a line of code which is:
document.writeln("Your score is " + total + "%");
Assuming that total is defined correctly, my problem is that when the line of code is executed it clears the document then writes the result. I need it to write the line but not...
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.