0
votes
0answers
5 views
uploading file in PHP
while uploading a file we pass the following command $_FILES["file"]["error"].As i
studied that we are using the associative array here.Will you please explain the parameters
p …
0
votes
0answers
8 views
multidimensional arrays in loops
Using javascript and NUMBERS. While a value can be assigned to arr[i] in a loop, it cannot be done with arr[0][i] in a loop.
Is there a workaround?
Thank you.
1
vote
4answers
101 views
javascript robot
hey guys! I need help making this robot game in javascript (notepad++)
please HELP! I'm really confused by the functions
Robot Invasion 2199
Robot Invasion 2199
PUT …
1
vote
1answer
98 views
Remove RTF tags with javascript
Hi,
I have a variable string which contains RTF tag around the text I actually want. I don't care about the formatting and just want to preserve the text. Could someone assist …
0
votes
0answers
51 views
Javascript Validation
Hello, i was looking around this site and noticed a Javascript form validation code, and i wanted to try it out. I Basicly copied and pasted it, but whenever i try to the submit bu …
0
votes
1answer
24 views
design and develop a dynamic web based application
You are required to complete the following task as per the requirement provided.
As a web developer you are requested to design and develop a dynamic web based application using Ac …
0
votes
1answer
50 views
Url finder + display message if Url = specified URL
Alright,
I am currently hosting two domains. One that is my main and one that is parked but when you go on it, it displays the same thing is the first domain. I am also using word …
0
votes
1answer
17 views
javascript…
how to validate a alphanumeric, numeric, particular 12 numbers available in text box
how to connect the database in html
0
votes
1answer
91 views
How do i enter “email this page” script in my html?
I am working a website that has certain products with information about the product listed and i want a script (preferably easy to use) that i can implent in the page with a button …
0
votes
1answer
29 views
validation functions in jscript
i need to take 2 textboxes and 1 button . in the first text box if i enter character values alert box should display (only allow numbers) in the 2nd textbox if enter numbers meanns …
0
votes
2answers
14 views
connecting SQL SERVER2005 DB to a webpage
how to connect or link database which is created in SQL SERVER2005 to a html web page???
please HELP................
0
votes
2answers
98 views
Form Validation
I just started using .asp and have used a .asp form on our site. I now want to create another form (a event registration) and it doesn't validate. I simply copied and pasted and …
0
votes
4answers
419 views
Getting and installing a copy of the TryIt Editor on a local website for students?
Hello Folks,
I am trying to install the TryIt programme on a website for my students at a local College. I would like them to be able to use it for their HTML and JavaScript cours …
0
votes
1answer
51 views
Call Php with no variables in Javascript
I have a web-site hit test generator in PHP. I want to call the PHP in Javascript on my web page. Web page is static just driving the hit generator. What is the Javascript?
0
votes
0answers
21 views
How do I handle an ASP response using (for example) JavaScript
The basic problem is this.
I have a simple HTML form in my ASP page. This form has (at the moment, for simplicity) one text field. Now, on submit, I use the form action attribute …