Forum: HTML and CSS Jun 20th, 2005 |
| Replies: 0 Views: 1,622 Is there code out there for the little graphic that contains the random and non-linear alpha-numeric password that you need to type into a box before it lets you proceed to sign up for something or... |
Forum: HTML and CSS Apr 23rd, 2005 |
| Replies: 11 Views: 12,587 I copied the html that made up the existing entries from the "signmyguestbook" page and pasted it into the "paulowenlewis" page so I wouldn't lose them. The .pl file has never made a date appear.... |
Forum: HTML and CSS Apr 22nd, 2005 |
| Replies: 11 Views: 12,587 no, not with the "-"... with whatever I replaced the "-" with, like the "a/"
When I do change the - to a/, it just prints (or diplays) "a/" insted of the "-"
Yes, that's right. I changed the... |
Forum: HTML and CSS Apr 22nd, 2005 |
| Replies: 11 Views: 12,587 Ok Coma, get out your sunglasses :cool:
I tried exactly what you said, and also tried a few of my own creative ideas... none workded :sad: Everything I replaced the - with just appeared... |
Forum: HTML and CSS Apr 21st, 2005 |
| Replies: 11 Views: 12,587 The server I am running on is Unix based - here is some info from the serverinfo.cgi file...
SERVER_SOFTWARE: Apache/1.3.33 (Unix) mod_fastcgi/2.4.2 FrontPage/5.0.2.2635 mod_jk/1.2.6
As for the... |
Forum: HTML and CSS Apr 20th, 2005 |
| Replies: 11 Views: 12,587 P.S. can you tell from lookin at the .pl file why my date/time appears as "-" insted of showing the date/time? In my old GB it appeared as... 12:22 am - Monday, April 11, 2005 |
Forum: HTML and CSS Apr 20th, 2005 |
| Replies: 11 Views: 12,587 Ok, thanks... just don't know the lingo yet I guess. I'll be working on it and let you know when I have it done so you can see... (If'n ya want)
Thanks again Coma!
RS |
Forum: HTML and CSS Apr 19th, 2005 |
| Replies: 11 Views: 12,587 I have setup a guest book on my brother's website Paul Owen Lewis (http://paulowenlewis.com/guestbook/polguestbook.html) and I want to change the way the entries look. Change the font, spacing, add... |
Forum: HTML and CSS Mar 30th, 2005 |
| Replies: 21 Views: 5,010 I'm going to (can I) assume that is because your most familiar with VB(?). As I am beginning to understand, this task can apparently be accomplished any one of several different ways;... |
Forum: HTML and CSS Mar 30th, 2005 |
| Replies: 21 Views: 5,010 Nope, no VB, but my bro-in-law is pretty good at it I think. Maybe I'll give him a shout. I think I do have an old copy of VB6 laying around here somwhere. What part would I do with VB? |
Forum: HTML and CSS Mar 30th, 2005 |
| Replies: 21 Views: 5,010 LOL - I know some HTML, a "little" javascrpt, a very little Perl, and absolutely no PHP. I'll get there; it's next on my list... I'm sure it probably the best way to do it, but if I can do it with... |
Forum: HTML and CSS Mar 30th, 2005 |
| Replies: 21 Views: 5,010 Right. I like the idea of not having to mess with email, and the visitors to the site wouldn't have to deal with the warning/notification messages associated with filling out a "mailto" form. ... |
Forum: HTML and CSS Mar 27th, 2005 |
| Replies: 21 Views: 5,010 Thanks Comatose. I will let you know. What you have shared already has been a great help, setting me off in the right direction. I do have a little experience importing data from delimited text... |
Forum: HTML and CSS Mar 26th, 2005 |
| Replies: 21 Views: 5,010 That's an awful nice offer (to help me code it-I would never ask you to do it for me!)... wow. Is the CGI coding the *.cgi files that begin...
#!/usr/local/bin/perl
print ("Content-type:... |
Forum: HTML and CSS Mar 26th, 2005 |
| Replies: 21 Views: 5,010 I can do that! (can't I?) But what I need to figure out is (the hard part?) Any idea where I need to start on that one?? |
Forum: HTML and CSS Mar 25th, 2005 |
| Replies: 21 Views: 5,010 Sorry if this is in the wrong forum, I couldn't figure out where to put it.
I am setting up a web form on my site to receive requests for services. Right now, because I don't know any other way,... |
Forum: HTML and CSS Mar 25th, 2005 |
| Replies: 12 Views: 3,495 Best advice ever... In times past people I knew would use these wysiwyg-drag and drop programs, paint themselves into a corner, and not know how to fix it. They would generally scrap the whole... |
Forum: HTML and CSS Mar 25th, 2005 |
| Replies: 12 Views: 3,495 Excellent source. I have used many of their scrpits. Another great sourse...
http://www.dynamicdrive.com/
Fun stuff |
Forum: HTML and CSS Mar 25th, 2005 |
| Replies: 5 Views: 8,891 Comatose, you're a friggin' genius. It worked right outta the box man! Thanks again.
<INPUT TYPE="TEXT" NAME="cool" onFocus="javascript:this.value = '';"> |
Forum: HTML and CSS Mar 25th, 2005 |
| Replies: 5 Views: 8,891 Sweet! Thanks Comatose... is there anything required to be put in the <HEAD> section of the HTML document to make that work? I'll go play around with it now. |
Forum: HTML and CSS Mar 25th, 2005 |
| Replies: 5 Views: 8,891 Thanks for the tip K-T... I'll look into it and post back when I figure it out. |
Forum: HTML and CSS Mar 25th, 2005 |
| Replies: 5 Views: 8,891 I'm looking for the attribute I need in the input tag to make it so that when a client clicks on the field, or tabs over to it, the value in that tag goes away.
I'm kinda new to wed dev and am... |