Click here to Skip to main content
15,913,685 members
Home / Discussions / Java
   

Java

 
Questionread coulm from file and store it to array Pin
newbie_15-Jan-09 3:05
newbie_15-Jan-09 3:05 
Question[Message Deleted] Pin
Michael Monin14-Jan-09 10:02
Michael Monin14-Jan-09 10:02 
AnswerRe: Simple java programming Pin
toxcct15-Jan-09 4:29
toxcct15-Jan-09 4:29 
GeneralRe: Simple java programming Pin
Michael Monin15-Jan-09 10:11
Michael Monin15-Jan-09 10:11 
GeneralYou are pimping your article in the help section. Pin
Naruki9-Feb-09 15:30
Naruki9-Feb-09 15:30 
GeneralRe: You are pimping your article in the help section. Pin
Michael Monin13-Feb-09 7:17
Michael Monin13-Feb-09 7:17 
JokeWhen I think back to my USENET days... Pin
Naruki15-Feb-09 17:21
Naruki15-Feb-09 17:21 
QuestionNeed to add links to changing image within iframe, Is this possible? Any help greatly appreciated!! [modified] Pin
bluedog286814-Jan-09 6:04
bluedog286814-Jan-09 6:04 
Here's what I'm using to change out the image content in an iframe,
client really needs to have each image linkable, is it possible to add a url variable and array to make each image on click go to a specific URL?

Tryed a few things with my limited java knowledge and can't seem to make it happen.

Any help/suggestions wickedly appreciated!

Script:
<script type="text/javascript">
<!--
function showImage(imgName) {
var curImage = document.getElementById('screenImg');
var curUrl = document.getElementById('screenUrl');
var thePath = 'img/';
var theSource = thePath + imgName;
var theTarget = 'screenImg'

curImage.src = theSource;
curImage.alt = imgName;
curImage.title = imgName;
curImage.target = imgTarget;
}
//-->
</script>

Html:
<iframe src="img/image1.jpg" width="500" height="200" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" name="screenImg" id="screenImg" class="scframe"></iframe>

<a href="#" onMouseOver="showImage('image1.jpg');">Link 1</a><br />
<a href="#" onMouseOver="showImage('image2.jpg');">Link 2</a><br />
<a href="#" onMouseOver="showImage('image3.jpg');">Link 3</a><br />
<a href="#" onMouseOver="showImage('image4.jpg');">Link 4</a><br />

<div class="ForumMod">modified on Wednesday, January 14, 2009 2:41 PM</div>
Answer[Message Deleted] Pin
bluedog286814-Jan-09 8:36
bluedog286814-Jan-09 8:36 
QuestionI have problem with bookmark(Javascript) in opera.It works in other browser. Pin
bhatted13-Jan-09 14:32
bhatted13-Jan-09 14:32 
AnswerRe: I have problem with bookmark(Javascript) in opera.It works in other browser. Pin
toxcct15-Jan-09 4:24
toxcct15-Jan-09 4:24 
QuestionNeed help with parameterized class or method Pin
David Crow13-Jan-09 7:36
David Crow13-Jan-09 7:36 
AnswerRe: Need help with parameterized class or method Pin
toxcct15-Jan-09 4:28
toxcct15-Jan-09 4:28 
GeneralRe: Need help with parameterized class or method Pin
David Crow15-Jan-09 4:51
David Crow15-Jan-09 4:51 
GeneralRe: Need help with parameterized class or method Pin
toxcct15-Jan-09 4:55
toxcct15-Jan-09 4:55 
QuestionRe: Need help with parameterized class or method Pin
David Crow15-Jan-09 5:01
David Crow15-Jan-09 5:01 
AnswerRe: Need help with parameterized class or method Pin
toxcct15-Jan-09 5:04
toxcct15-Jan-09 5:04 
GeneralRe: Need help with parameterized class or method Pin
David Crow15-Jan-09 5:16
David Crow15-Jan-09 5:16 
GeneralRe: Need help with parameterized class or method [modified] Pin
Naruki9-Feb-09 15:18
Naruki9-Feb-09 15:18 
Questionneed source code for our project Pin
Lakshmi4108712-Jan-09 4:33
Lakshmi4108712-Jan-09 4:33 
QuestionHello World Java Program Pin
prithaa11-Jan-09 6:10
prithaa11-Jan-09 6:10 
AnswerRe: Hello World Java Program Pin
tamour12-Jan-09 0:49
tamour12-Jan-09 0:49 
GeneralRe: Hello World Java Program Pin
prithaa15-Jan-09 18:06
prithaa15-Jan-09 18:06 
GeneralThe best starting point tutorial... Pin
Naruki9-Feb-09 15:01
Naruki9-Feb-09 15:01 
QuestionAm i converting the code right ? Pin
tamour9-Jan-09 11:49
tamour9-Jan-09 11:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.