Hi , I have the below code for Java function which is calling to show image as for hide.PNG, but I have deleted the image hide.PNG from server where it is calling to show,,,
I cant delete the image from Java
6
Hi ,
I have the below code for Java function which is calling to show image as for hide.PNG,
but I have deleted the image hide.PNG from server where it is calling to show,,,
but still the image is showing up.
what is the issue with this...
Function:
function show_box(id)
{
if(id=="video1")
{
document.getElementById("1").innerHTML="<img src='hide.PNG' id='video1' onclick='javascript:hide_box(this.id);' alt='Click to hide "YouTube Video Snippet #1" setting' />";
document.getElementById("box1").style.display="blo ck";
}
java HTML:
.
<span id="1"><img src="show.PNG" id="video1" onclick="javascript:show_box(this.id);" alt="Click to edit "YouTube Video code#1" setting" /></span><img align="right" src="help.png" alt="Help" onclick="javascript:help_box();" />
<div id="box1" style="display:none;"><textarea name="youtube1" rows="8" cols="39" style="overflow:hidden;"><?php echo $row2["youtube1"];?></textarea></div>
Thanks for any help.
I have the below code for Java function which is calling to show image as for hide.PNG,
but I have deleted the image hide.PNG from server where it is calling to show,,,
but still the image is showing up.
what is the issue with this...
Function:
function show_box(id)
{
if(id=="video1")
{
document.getElementById("1").innerHTML="<img src='hide.PNG' id='video1' onclick='javascript:hide_box(this.id);' alt='Click to hide "YouTube Video Snippet #1" setting' />";
document.getElementById("box1").style.display="blo ck";
}
java HTML:
.
<span id="1"><img src="show.PNG" id="video1" onclick="javascript:show_box(this.id);" alt="Click to edit "YouTube Video code#1" setting" /></span><img align="right" src="help.png" alt="Help" onclick="javascript:help_box();" />
<div id="box1" style="display:none;"><textarea name="youtube1" rows="8" cols="39" style="overflow:hidden;"><?php echo $row2["youtube1"];?></textarea></div>
Thanks for any help.
- onsmith
- [1] reply
- ferenan
- [1] reply
- Member8200
- [1] reply
- ferenan
Next Topics on Trending Feed
-
6