1) How can we use java script in testing the application?
2) What all the things(Software application - like browser, notepad) we need to
learn Jscript?
write a programme to solve a formula for compound interest
using html tags. I want to know how a formula containing
degree (raise to the power) can be solved.
how to disable source option at view menu in browser like
internet explorer...mozilla...etc..pls help me...
15
I am working on project in asp.net in which i have opned
doc file on client side.plz send me coding on
markpatentoffice@yahoo.com.
63
How to change video files randomly after completing its
execution in Javascript?
18
i want to display time using hidden variable in a page,but
when i click button that page that hidden variable loosing
its value.i m sending the code also.
<script type="text/javascript" language="javascript">
var tick=0;
window.onload = function() {
//debugger
if(document.getElementById("hdnTicker").value != "")
tick =
parseInt(document.getElementById("hdnTicker").value);
setInterval("Timer()",1000);
}
function Timer()
{
//debugger
document.getElementById("hdnTicker").value = tick++;
//alert(document.getElementById("hdnTicker").value);
document.getElementById("lblTimeSpent").innerHTML = "0." + tick;
if(tick == 30)
{
//message or redirect to result window
alert('time is out');
//clearTimeout();
}
} </script>
<form id="form1" runat="server">
<div>
<table>
<tr>
<td>
<asp:Label ID="lblTimeSpent" runat="server"
Visible="true" ForeColor="Blue" ></asp:Label>
</td>
<td>
<%-- <asp:textbox EnableViewState="true"
id="hdnTicker" runat="Server"
style="visibility:hidden"></asp:textbox>--%>
</td>
</tr>
<tr>
<td>
<asp:Button ID="btn" runat="server"
Text="hi" OnClick="btn_Click" Height="30px" Width="60px" />
</td>
</tr>
</table>
<%--<asp:HiddenField ID="txt" runat="server"
Visible="true" />--%>
</div>
</form>
<input type="hidden" id="hdnTicker" name="hdnTicker"
enableviewstate="true" runat="server" />
11
program showing string concatenation?
4
1) How can we use java script in testing the application?
2) What all the things(Software application - like browser, notepad) we need to
learn Jscript?
39
what is eval pls breif information send me
17
how can i change colour of a image in aspx file?
24
find the common prime divisors of two given numbers
57
How to port a GUI application onto Web
40
hi iM rahul.my questions is my project is a web based &
developed using java,jsp. when i record it using qtp what
script i will get like either browser("jdfjkf").page("nkf")....
or
javawindow("f d ").javaedit("Dasf")....
plz clarify my doubt asap and i also need some vbscipt of
java coding?
39
The below script is working Internet browser but not
working in mozilla plz find that good way...
function doSubmit(op){
var rowcount=document.getElementsByName
("parameterTypeId").length;
var parameterGrade;
var performance;
var goal;
if(op == "save"){
for (var i=0; i < rowcount; i++) {
var param=eval("document.forms
[0].parameterGrade"+i);
if(param.value != "select"){
return true;
}
}
alert("Please rate atleast one
attribute");
return false;
}//if ends here
34
write a programme to solve a formula for compound interest
using html tags. I want to know how a formula containing
degree (raise to the power) can be solved.
17
what is difference between client side scripting and server
side scripting?