What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Tabbed MSN
Is this project going to be re-opened anytime soon??
king_of_cool_kidsPlug-Ins10-15-2004 at 08:54 PM
RE: Tabbed MSN
the first post. Precicly 1 month ago, he redid the message and posted the latest version.
king_of_cool_kidsPlug-Ins09-01-2004 at 10:05 AM
RE: CSS Stylesheet help
Thanks so much. It works. :D
king_of_cool_kidsTech Talk08-09-2004 at 11:11 PM
RE: CSS Stylesheet help
Hmm, ok. well I tried a whole lot of atributes, such as:[code]<input type="file" div-stretch=100% name="filename"> <input type="file" width="100%" name="filename"> <input type="file" length="100%" name="filename"> <input type="file"...
king_of_cool_kidsTech Talk08-09-2004 at 10:38 PM
RE: Php coding help
Thanks Ddunk. I am now using this code:[code]<script type="text/javascript"> <!-- document.write('<input type="button" value="Submit" onclick="validateForm();">'); --> </script> <noscript><center>Sorry, you need javascript<br>turned on to u...
king_of_cool_kidsTech Talk08-09-2004 at 10:33 PM
RE: Php coding help
??? Im talking about a script that tests if Javasciprt is enabled. If so, lets the form be processed, if not, on loading the page, make the submit button grey with the words "Need Javascipt on to use form"
king_of_cool_kidsTech Talk08-09-2004 at 06:56 AM
RE: Php coding help
ok, so how do I go about (in php or another reliable coding) setting up anything to stop people from submitting things lots of times in one go by either disabling the button, or whatever?? So long as they cant click, click, click heaps of times, then...
king_of_cool_kidsTech Talk08-09-2004 at 05:13 AM
CSS Stylesheet help
I have a problem:[code]<style type="text/css"> input.formwidth {width:100%} </style> <input type="file" class="formwidth" name="filename">[/code]It doesn't work in firefox. Any ideas why?? Thanks in advance.
king_of_cool_kidsTech Talk08-07-2004 at 09:21 PM
RE: CSS Stylesheet help
opps, your right. They were spaces. I dont know how they got there thought :/ Thanks for that. The code is now css format.
king_of_cool_kidsTech Talk08-07-2004 at 06:41 AM
RE: Php coding help
a) Whats an fast, reliable option to stop people from submitting lots of times?? b) Cookies can be deleted easily. I want something that cant be. Any ideas?? c) PM me if you can, its easier to keep track of
king_of_cool_kidsTech Talk08-07-2004 at 06:36 AM
RE: Php coding help
ok, well, basicly, I want something (php) that will disable the submit button once clicked, and have a time span of 3 mins between submitions. Database available if needed.
king_of_cool_kidsTech Talk08-07-2004 at 06:16 AM
Php coding help
Ok. I have a contact form on my site, and have a JavaScript code to stop multiple submitting in one go. However, recently I have been getting lots and I think it may be because people have JavaScript turned off in their browser. I was talking to a fr...
king_of_cool_kidsTech Talk08-07-2004 at 05:35 AM
RE: Javascript Help
Thanks. It works like a charm.
king_of_cool_kidsTech Talk08-05-2004 at 01:28 AM
RE: Javascript Help
[code]<html> <HEAD> <SCRIPT language="javascript"> <!-- function getversion(){ if(navigator.appName.indexOf("Netscape")>-1){ document.write("Press ctrl+d to bookmark this page"); } else if((navigator.appName.indexOf("Microsoft")>-1) || (navig...
king_of_cool_kidsTech Talk08-04-2004 at 09:01 AM
RE: Javascript Help
I can't seem to make it work :/ Any help??
king_of_cool_kidsTech Talk08-04-2004 at 07:34 AM
Javascript Help
I have a site with a boomark link. IE does support bookmark, so displays the link "bookmark this page" text I told it to. But firefox leaves it blank. I want a code that if viewed in firefox, make it not have a gap like at the moment, but instead d...
king_of_cool_kidsTech Talk08-04-2004 at 02:23 AM
RE: CSS Stylesheet help
ok, a friend told me how to make the line black[code]/* style to color links and change cursor */ A:link, A:visited, a:hover { color: #ffff00; font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; cursor : hel...
king_of_cool_kidsTech Talk08-01-2004 at 11:04 PM
RE: CSS Stylesheet help
I want to combine (if possible)[code]/* style to color links and change cursor */ A:link, A:visited, A:hover { text-decoration: none; color: ffff00; font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; cursor : hel...
king_of_cool_kidsTech Talk08-01-2004 at 08:37 PM
RE: My site.......
Please? Anyone?? I would appreciate any help. Can someone intergrate a code into the attached file that will allow people to send attachments using a php form. Please help. I can't get a response from anywhere else :'(
king_of_cool_kidsTech Talk07-25-2004 at 03:20 AM
RE: CSS Stylesheet help
Awesome. Thanks fluffy_lobster. It works perfectly.
king_of_cool_kidsTech Talk07-24-2004 at 09:59 AM
RE: CSS Stylesheet help
Dont worry. Getting rid of the scrollbar code fixed it and now it works. One thing though: Can I intergrate this[code]/* style to color links */ A:link, A:visited, A:hover { text-decoration: none; color: yellow; font-family: verdana, arial, helvetica...
king_of_cool_kidsTech Talk07-24-2004 at 05:56 AM
RE: CSS Stylesheet help
I do it on a seperate page: styles.css and call it using <link href="styles.css" rel="stylesheet" type="text/css"> It still doesn't work :/
king_of_cool_kidsTech Talk07-24-2004 at 05:48 AM
RE: CSS Stylesheet help
I want the link to be yellow, when you first visit, click and go back to the page. AKA A:link, A:visited, A:hover. I want it to have: font-family : verdana, arial, helvetica, sans-serif; Font size 11px Bold Basicly this: A:link, A:visited, A:hover{ t...
king_of_cool_kidsTech Talk07-24-2004 at 05:01 AM
RE: CSS Stylesheet help
Thanks Mnjul. .double{border-color:black} works. Stink about the scrollbar :( And fianally, is it supposed to be:[code]/* style to color links */ A:link, A:visited, A:hover{ text-decoration : none; color : yellow; font-family : verdana, arial, helv...
king_of_cool_kidsTech Talk07-24-2004 at 04:33 AM
RE: CSS Stylesheet help
ok, but I can't seem to find out how to make it work. Can you repost the code to make it work please?? Much thanks. I also need help with this: I want certain borders to have the attribute bordercolor=black and I want it in css. To my understanding...
king_of_cool_kidsTech Talk07-24-2004 at 04:06 AM
[Hide Excerpts] Pages: (4): « First [ 1 ] 2 3 4 » Last »