ProgScripting Languages
Hello,
I have a .djvu file which is necessary for my work. I do not know how to open this file or what to use in order to open this file. Currently I am running short of time so I need to know the answer quick. please someone help me solving this problem as quick as possible.
John Parker
- 924 views
- 1 answers
- 0 votes
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>
- 1028 views
- 1 answers
- 0 votes
Hello,
I need some help regarding .net installation. I installed .net framework but right after installation I failed to login my Windows Vista OS. I have not saved a restore point to restore my operating system.
I have tried to repair it with my DVD but to no avail.
I have tried again to install it, but this message has been displayed.
Thanks for your help.
Error:
An error occurred during setup. Installed files have been removed from your computer. For known issues and troubleshooting information, see the online Readme . For error information, see Error Log.
- 1040 views
- 2 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>
- 857 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>
- 746 views
- 2 answers
- 0 votes
Hi everyone ,
I want to add user registration feature to my existing website so after the registration user must be able to login,
How can I have a database to store user names and passwords for each users?
- 1104 views
- 3 answers
- 0 votes
Hi guys this is my requirement , I have a MySQL database “user details” and I want to select the values from “user details” database and display in a HTML table , can anyone guide me on how to do this?
- 839 views
- 1 answers
- 0 votes
please read the code below,
<form action="login.php?mode=login" method="post" >
Username: <input type="text" name="username"><br />
Password: <input type="password" name="password"><br />
<input type="submit" value="login" name="login">
</form>
my requirement is display user name and password in the top of “login.php” , can someone please provide PHP code
- 996 views
- 1 answers
- 0 votes
Hi guys, Please consider the following code segment and tell me what are the values of @y and @z after executing the code segment
@num = (2,16,4,32);
@y = reverse(@num);
@z = sort{$b <=> $a} @num;
- 842 views
- 1 answers
- 0 votes
Hi guys ,I need some explanation about the concept of “weakly typed programming language” , and some examples of weakly typed languages
- 829 views
- 1 answers
- 0 votes