Hello Guys,
Actually i m doing like when one user selects the particular picture and press enter then the function of javascript called .function is shown below.
[code=javascript]
function select()
{
document.formna me.layername.do cument.write("< img src='image.jpg' width='400' height='400'>") ;
}[/code]
But it gives me error of like. document.formna me.layername is null...
User Profile
Collapse
-
How to put image in a layer through Javascript
-
ohh thx to all buddy,
For taking interest in this extra ordinary matter..Logisia n is right have to declare value to option..Other browsers takes default but for internet explorer assigned value is must..thx to all and specially to logisian as well as pbmods and acoder..u guys helped me a lot to go further in my project -
yes
sure from next time i will follow that .. but ur code works same . mean workin in firefox and even in opera also but only it is not workin in Internet ExplorerLeave a comment:
-
[code=javascript]
function select()
{
alert(document. frmCalculate.se lectStudentName .value);
}[/code]
[code=html]
<td height="46" width="229"><b> <font color="#6699CC" > Select </font></b></td>
<td height="46" width="420">
<p align="left">&n bsp;<select size="1"...Leave a comment:
-
Hey pbmods.
I have tried through ur code also but again same problem it is running perfectly in mozilla firefox but it is not givin any value in Internet explorer..Now i m stuck wht to do..Do u have any other way around?...Leave a comment:
-
-
space is not been taken through echo as a value of textbox
Hello guys, my code is like
[code=php]
$temp="here there is space";
<INPUT maxLength=30 name="txtFirstN ame" size="28" class="txtNorma l" tabindex="4" style="float: left" value=<?php echo $temp; ?>>[/code]
But in a value of this textfield gives only "here" instead of "here there is space"....space is not been... -
dhaval321 started a topic ".Value" of dropdown box workin in firefox but not in IE. through javaScriptin Javascript".Value" of dropdown box workin in firefox but not in IE. through javaScript
Hello Guys,
I have very strange problem . the attribute of drop down box(value) is perfectly running in firefox but it gives no value in Internet explorer.
So kindly suggest me wht to do? -
Oh ya, by mistake i have written seesion here but in program it is $_SESSION. And ya i have tried isset() in another page but still no progress....Leave a comment:
-
HI Nathj.
Thanks for ur interest . i have checked tht register_global s in php.ini file and it is set off there.so i think no issue of that . i have also visited tht page which u specified . i know all, still having problems..can u suggest me how to come out?Leave a comment:
-
Session Problem
Hi all,
i have used seessions in php 5..Tried all ways to run the session variable on the new page. but not able to fetch it. code is
on Page1:
session_start() ;
$temp = 'xyz";
$_SEESION['tmp'] = $temp;
header("Locatio n: Page2.php");
And on Page2:
session_start() ;
echo $_SEESION['tmp'];
But i am not able to fetch variable... -
Unable to cast COM object of type 'System.__ComObject' to interface type
Hello,
Actually i am making plugin in spinfire software..And when i m using threading then the error of "Unable to cast COM object of type 'System.__ComOb ject' to interface type 'Actify.Xview3D .ISF_Node' comes........wh ere Actify And Xview3D are namespaces whereas ISF_Node is the interface...Now please help me out from this problem...its urgent -
Unable to cast COM object of type 'System.__ComObject' to interface type
Hello,
Actually i am making plugin in spinfire software..And when i m using threading then the error of "Unable to cast COM object of type 'System.__ComOb ject' to interface type 'Actify.Xview3D .ISF_Node' comes........wh ere Actify And Xview3D are namespaces whereas ISF_Node is the interface...Now please help me out from this problem...its urgent -
Ya Exactly..and that application should be running till installation completes so likes parallel processing...Leave a comment:
-
Setup Issue
Hello guys,
Actually i have made application in vb.net and now i have created its setup also in vb.net but in that now i want to launch one application before installation starts and it should be continued until the installation ends...so kindly tell me how to do this..its urgent... -
Thanks for that link..but actually i have already tried that...but my problem is still at its place......Leave a comment:
-
As in through property window in vb.net it is possible to set the default path, but for dynamic puropse i want to set it through code in vb.net...and first it takes windows path default after that we can set..i.e.
C:/program files/productname/manufacturer name.... but if i want to set as
D:/... as default then how i can do it???...Leave a comment:
-
-
Setup application
Actually when i m creating setup of my application, i have defined default setup path by declaring productname and manufacturer property...but suppose the version of my application changes then new application should be installed at the previously default path...so default path should be which user has installed application.... to overcome this problem i have set one environment variable of this path..and during next installation i m fetcing this... -
Actually when i m creating setup of my application, i have defined default setup path by declaring productname and manufacturer property...but suppose the version of my application changes then new application should be installed at the previously default path...so default path should be which user has installed application.... to overcome this problem i have set one environment variable of this path..and during next installation i m fetcing this...Leave a comment:
No activity results to display
Show More
Leave a comment: