0
votes
1answer
22 views
ASP.NET Form Error
We've just brought up a new ASP.NET page that is showing a strange error. The error shows up in the next page as if the data isn't in the form. When the user goes back and refreshe …
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
42 views
PHP: Sending HTML Email
I have been using your example (www.webcheatsheet.com/PHP/send_email_text_html_attachment.php) which works just fine from the example but I need to prepare the body of the message …
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 …
1
vote
1answer
220 views
How do I secure MySQL username/password in PHP include file?
I have been doing some searches on google and realize i have to put mysql database username and password in a file using a .htaccess: The problem is how do i do that? some say plac …
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
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 …
0
votes
1answer
37 views
Mail to several recipients with php and html in a mailform?
Hi. i am trying to make a webform mail to more than one adress but i am not successfull.. iam trying using formmail.php from tectite and a standard webform. I have never tried to m …
0
votes
1answer
11 views
javascript question
javascript function that return a string in reverse order
0
votes
1answer
144 views
Javascript returns value to one of the html field in PHP
Main PHP program calls a Javascript specifying a return field. Sub PHP program is called in Javascript which displays some records from database. User select one of the record an …
0
votes
1answer
77 views
Get all SRC attributes
I'm parsing HTML in PHP and need to get all SRC attributes of IMG tags. If possible - only find SRC attributes that do not start with http:.
I can get all IMG tags using the follo …
0
votes
0answers
339 views
HELP!! Hyperlink to pass array value thru URL
I hope someone can help me. I've looked all over the web and asked this question on several boards but no answer. The question: How do I create a hyperlink and pass two variables, …
2
votes
1answer
161 views
how do I remove HTML tags from text using javascript?
I have a textarea and need to post its content to server via AJAX call, but I need to strip HTML using javascript from it. How I can do this?
0
votes
0answers
12 views
how to send information from one form to another in a single html page?
I have a 2 jsp page, in first jsp page i have 2 form. and in 2nd i have only one form
in first form of first page ,,showing table with headers and enter information text.and thre …
0
votes
1answer
196 views
How to create a HTML link to shared folder
I need to a link to shared folder (\\server\folder) that works in both Internet Explorer and Firefox.