Forum: ASP Aug 14th, 2009 |
| Replies: 0 Views: 336 quick asp question (possibly dumb)
I have a form setup which uses a php form submit post file.
I may need to use an asp form submit post file.
Will an I need to rename my file .asp in order to... |
Forum: HTML and CSS Jul 29th, 2009 |
| Replies: 20 Views: 1,600 strange - the IP I get everytime I send the form is the same.
And looking at the site stats, the IP of many people who browse is the same - i know who they are.
I know it is possible to browse... |
Forum: HTML and CSS Jul 28th, 2009 |
| Replies: 14 Views: 881 In order to make this work, I had to save my file as an myfile.asp.
Is that the only way to make it work? |
Forum: JavaScript / DHTML / AJAX Jul 27th, 2009 |
| Replies: 5 Views: 807 for some reason, when you toggle the plain text (on this forum), the item below inlcudes an extra <b></b>. This is not in my real document. |
Forum: JavaScript / DHTML / AJAX Jul 27th, 2009 |
| Replies: 5 Views: 807 Think I solved my own problem - found this thread (http://www.daniweb.com/forums/thread82743.html) and combined that with what I was already doing.
My Java now looks like this. New stuff is on... |
Forum: JavaScript / DHTML / AJAX Jul 27th, 2009 |
| Replies: 5 Views: 807 I have what I hope is a simple question.
I found a js that does exactly what I want, except that I want the table 'closed' when the page is loaded, and opened when the +/- is clicked. I'd like... |
Forum: HTML and CSS Jul 24th, 2009 |
| Replies: 14 Views: 881 I have used one CSS file to define link colors, decoration, etc. for multiple pages.
Can someone give me a quick example of using CSS to put the same img and text layout at the top of each page? |
Forum: HTML and CSS Jul 24th, 2009 |
| Replies: 20 Views: 1,600 Hadn;t seen that one. I've downloaded logs from my old host before, and godaddy seems to allow me to download as well.
Then I use the freebie webhostexpert lite to produce some stats etc.
But I... |
Forum: HTML and CSS Jul 24th, 2009 |
| Replies: 20 Views: 1,600 Yes, you are right I was confused about the file extension.
Step 1 in solving my problem was to File Save As then change the extension to .php
I was confused about that, and originally tried... |
Forum: HTML and CSS Jul 24th, 2009 |
| Replies: 20 Views: 1,600 I think I have the solution! will post more later today wiht my results! |
Forum: HTML and CSS Jul 24th, 2009 |
| Replies: 20 Views: 1,600 FWIW
Currently the form includes this:
<input type='hidden' id='ip' name='ip' value='<?php echo $_server["remote_address"]; ?>'>
<input type='hidden' id='host' name='host' value='<?php echo... |
Forum: HTML and CSS Jul 23rd, 2009 |
| Replies: 20 Views: 1,600 Here is the first part and last part of the table. There are a few other fields, but no different 'types'. There is one more 'select' list. They are just unformated text entry fields, identical to... |
Forum: HTML and CSS Jul 23rd, 2009 |
| Replies: 20 Views: 1,600 Not sure the answer to this question. My page is html and called contact.html. There is one "form" in the page. The action is
<form action="gdform.php" method="post"><input
... |
Forum: HTML and CSS Jul 23rd, 2009 |
| Replies: 20 Views: 1,600 Almostbob - Thanks for the reply. Yes, my godaddy hosting includes php and the form is being submitted using php - a standard form created by gd.
I have created html documents for almost 9 years,... |
Forum: HTML and CSS Jul 23rd, 2009 |
| Replies: 20 Views: 1,600 Almostbob - Thanks for the reply
Yes, my godaddy hosting includes php and the form is being submitted using php - a standard form created by gd.
I have created html documents for almost 9... |
Forum: HTML and CSS Jul 22nd, 2009 |
| Replies: 7 Views: 509 You'd need to change your line to
<form action="filename.php" method="post" name="contact" id="contact">
the php code is in a separate file, a text file is what i use.
If you happen to... |
Forum: HTML and CSS Jul 22nd, 2009 |
| Replies: 20 Views: 1,600 I am not a spammer, don't sell anything via the internet/email (except a handful of ebay items/year) and I use IP addys often.
My contact form is for people to contact my our small underfunded... |
Forum: HTML and CSS Jul 22nd, 2009 |
| Replies: 20 Views: 1,600 I've been trying to get the visitor IP address (and host if possible) put into a hidden field to submit with a contact form.
The site is hosted on godaddy so the submission form is gdform.php. I... |