Marketplace

Related Articles

More

Related Categories

Recently Added

More

Join StudyUp.com Today

It's always free and anyone can join!

Watch StudyUp Demo Video Now

You Recently Visited

Images For Writing Prompts

Anita Said:

i have a problem in writing matlab function?

We Answered:

Put as the very first line of you code:

function myprogram


Where instead of myprogram you put the file name.

Dale Said:

Does anyone know three businesses or restaurants that use institutional advertising?

We Answered:

Most of the energy companies do this. They focus on what they are doing to save us from global warming, but don't necessarily try and convince us to buy their products. You could probably use 3 energy companies. BP definitely does this.

Budweiser has done similar things, such as their salute to NYC after 9/11 or their salute to the soldiers in Iraq/Afghanistan.

Donald Said:

how do you insert images into javascript?

We Answered:

Very simple/watered down process, but should give you the foundation ideas to accomplish what you are looking for.

Cheers,
Gitlez

Follow up questions --> gitlez[ANTi-SPAM]@gmx.com
Remove the [ANTi-SPAM] bit.



<html>
<head>
<title></title>
<script type="text/javascript">
function getElement(id){
if (document.getElementById){
return document.getElementById(id);
}else if(document.all){
return document.all[id];
}else if(document.layers){
return document.layers[id];
}else{
return id;
}
}

function swapImage(){
var newSrc = getElement('imageSrcEntry');
var imageContainer = getElement('imageContainer');
imageContainer.innerHTML = '<img src="' + newSrc.value + '" />';
}

</script>
</head>
<body>

<div id="imageContainer"></div>
<form id="imageSwapper">
<input type="text" id="imageSrcEntry" value="" />
<input type="button" value="Swap Image" onClick="Javascript: swapImage();" />


</form>


</body>
</html>

Dan Said:

What is this English prompt asking? Suggestions? (Not looking for you to answer my homework)?

We Answered:

a few suggestions:

http://freepages.genealogy.rootsweb.ance…
http://mdimmigrationlawyer.net/var/ao/29…
http://www.gjenvick.com/images/Books/imm…
http://www.dnatestingcentre.com/images/i…
http://www.google.com/images?um=1&hl=en&…

Kathleen Said:

How can I create a boot floppy disk for Fedora Linux Core 5?

We Answered:

I would suggest installing a boot loader!
you can get info on creating a boot disk from site "http://fedoraproject.org/wiki/Distribut…
Hope this helps.

Discuss It!