JavaScript
Hi everyone, please consider the following code segment and tell me what is the values z after executing the code segment
<script language="JavaScript" type="text/JavaScript">
<!–
x = 800;
y = 45;
x += 60;
y %= 1.5;
z = x + y;
–>
</script>
- 1020 views
- 1 answers
- 0 votes
Hi guys ,please help me to find the output of this JavaScript code,
<html>
<body>
<script type="text/javascript">
var x=0;
while(x != “”){
r = prompt("Enter a number?");
document.write('square(' + x + ') = ' + x*x + '<br>');
}
</script>
</body>
</html>
- 856 views
- 1 answers
- 0 votes
Hi guys I need your help, is it possible to insert <script> tag inside the body section of an HTML page
<html>
<body>
<script type="text/javascript">
alert("how are you");
</script>
</body>
</html>
- 745 views
- 2 answers
- 0 votes
I need to watch You Tube. I need to download the latest version of adobe flash player.
I know that I need to turn on the java script. but i do not know how do it.
- 997 views
- 2 answers
- 0 votes
Hello!
I recently installed Gallery3 with the theme roller module. I have downloaded a standard JQuery theme and attempted to upload it to my site. During the time of uploading, it suddenly closed with the following message: "Http Error" (image attached).Has anyone experienced this yet? Is there any way with which I can apply a JQuery theme without getting through the "Themeroller" module?
Thanks a lot in advance.
- 1148 views
- 1 answers
- 0 votes
After entering my username and password for a protected PDF file, I found an error with Adobe Acrobat on JavaScript global security. I tried checking the "Enable global object security policy" checkbox but the error is still showing. What should I do?
Warning : JavaScript Window – Protectedpdf – Error
This document requires global security policy to be disabled.
Please go to Edit > Preferences > JavaScript and uncheck the “Enable global object security policy” checkbox.
Message code: 005
Please help. Thanks a lot.
- 1196 views
- 1 answers
- 0 votes
I am facing issues with StackTack jQuery plug-in. StackTack is used to tack Q&A from StackExchange websites. I am using this with a more elevated blogger template. But it needs to update the style sheet.
And since, I don’t have much time to perform everything; I just changed it to the default template. Since then, the question is not showing on Internet Explorer 8. StackTack does not display the question and gives me this error message:
Error:
Windows Internet Explorer
"Errors on this webpage might cause it to work incorrectly."
- 1245 views
- 1 answers
- 0 votes
I visited a website through Internet Explorer 7 when an error suddenly appears.
I know that this is a common JavaScript error but I need to open the website for my project.
Can anyone please re-direct me to proper solutions?
I have been searching for similar issue as mine, but I am seeing same errors on webpage that works incorrectly but have different value for the error.
Please help.
I really need this to work.
- 1147 views
- 1 answers
- 0 votes
How can I put check/uncheck a checkbox using lotus notes with JavaScript? The input type checkbox is within a form called form1. I even tried a lot of different JavaScript code but it does not work. Can somebody help me on this matter?
- 5480 views
- 1 answers
- 0 votes
I need help to come up with a technique to:
1. Take away dates in xpages [client not using lotus] I am a new in using xpages with no knowledge in xpages expression language or xpages JavaScript.
2. If possible please help me also on how to compute for the Business Days in xpages since there is no xpages function @Business Days.
- 1906 views
- 1 answers
- 0 votes