- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
I rulez!
- PC Specs
- AMD 64 Ubuntu 7.10
17 Posted Topics
Re: you can add onclick="your show form function" to the inputs | |
| |
Re: go to the same place you got your CS and see if they have any O'riely books. best resources I've found for introduction to new things. | |
Re: can you share you code for the page? | |
Re: are you writting this from scratch or using a framework? you might want to take a look here: [URL="http://docs.mootools.net/Plugins/Accordion"]http://docs.mootools.net/Plugins/Accordion[/URL] | |
Re: try this code: [code] //OPTIONS $sendTo = 'email@ofadmin.com'; //address to end form contants to $subject = 'Enter you subject here'; //subject of the e-mail //mail headers $MAIL_HEADER = ("From: no-reply@yourdomain.com\n"); $MAIL_HEADER .= ("Reply-To: no-reply@yourdomain.com\n"); $MAIL_HEADER .= ("Content-Type: text/html; charset=us-ascii\n"); $MAIL_HEADER .= ("MIME-Version: 1.0\n\n"); //setup message content $mailContent = 'Enter you … | |
Re: what programing language are you looking to do this with? if PHP you could do it by using the date function to get the current date and then use an if statement to sellect the message to print out. | |
Re: change your document setting to use AS2 if you insist on using actionscript on the timeline. on the first frame of the loop set a counter variable and at the end of loop add 1 to the counter var and do an if statement to check the counters value and … | |
Re: [URL="http://www.google.com/search?hl=en&safe=off&client=firefox-a&rls=org.mozilla%3Aen-US%3Aunofficial&hs=8gs&q=prevent+right+click&btnG=Search"]google it[/URL] | |
Re: use print in stead like: [code] print '<script language="javascript">window.location.href="example.php";</script>'; [/code] | |
Re: having it connected to a wire would be better. So are you running vista or fedora? I wouldn't try setting up a server that you want outside access to within the vmware. If your running windows try out wamp you can find it here: [URL="http://www.wampserver.com/en/"]http://www.wampserver.com/en/[/URL] if you are running linux … | |
Re: you shoud seek out a tutorial on writting PHP classes. this will help you a lot in the future. it's good practice in my opinion to write it once and reuse it forever. building up a library of classes will help you not having to waste time rewriting or copy/pasting/modifiy'n … | |
Re: try running it without the floppy drive, just a thought but I've in the past when i used floppys they go bad. you could check to see also if the floppys like is on constantly, thats a sign i believe of a bad drive. | |
Re: could you provide an example of the code? I think what you need is to set z-index style on both your flash and scroller. scroller having a z-index of 0 and anything you want over that have a zindex greater then 0 like 1 | |
Re: https://<mailservername>.com/exchange/<sender emailname>/Inbox/?cmd=New&mailtoaddr=<recipient emailname>&subject=<your subject>&body=<your body> might work for you. | |
Re: are you looking to remote into another machine? or are you looking to set up a web server on your vista machine? | |
Re: try doing a search for "shout box" it's a simple realtime message posting thing-a-ma-jigg. if you need something more advance then just search around for opensource chat scripts |
The End.