» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 47
0 members and 47 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on Can somebody create this block for me? From html within the Other "stuff" forums, part of the nukemods releases category; i tried to use the block creator, and also the html-php creator but it no worky for me. It ...


Go Back   Nukemods Forum » nukemods releases » Other "stuff"

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-18-2003, 03:25 PM
Junior Member
 
Join Date: May 2003
Posts: 47
Can somebody create this block for me? From html
i tried to use the block creator, and also the html-php creator but it no worky for me.
It is a log-in block for e-mail, here is the code:
Code:
<form action="http://webmail.powweb.com?" method="post">
<input type="hidden" name="server" value="mail.xyz.com">
<input type="hidden" name="action" value="login">



Username: <input type="text" size="15" name="username">


Password: <input type="password" size="15" name="password">
</p>
<input type="submit" name="Submit" value="Login">
</form>
Thank you if anybody can do this for me
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-18-2003, 05:10 PM
Junior Member
 
Join Date: Mar 2003
Location: Denmark
Posts: 40
Send a message via MSN to GorGonDo
Code:
<?php
$content .="<form action=\"http://webmail.powweb.com?\" method=\"post\">\n";
$content .="<input type=\"hidden\" name=\"server\" value=\"mail.xyz.com\">\n";
$content .="<input type=\"hidden\" name=\"action\" value=\"login\">

\n";
$content .="Username: <input type=\"text\" size=\"15\" name=\"username\">
\n";
$content .="Password: <input type=\"password\" size=\"15\" name=\"password\"></p>\n";
$content .="<input type=\"submit\" name=\"Submit\" value=\"Login\"></form>\n";

?>
That should do it
don't know if the form action do work =/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-18-2003, 05:16 PM
Junior Member
 
Join Date: May 2003
Posts: 47
Thanks you very much, works perfect. :P
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-18-2003, 05:19 PM
Junior Member
 
Join Date: Mar 2003
Location: Denmark
Posts: 40
Send a message via MSN to GorGonDo
never could get the tool to work
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-18-2003, 05:22 PM
Junior Member
 
Join Date: May 2003
Posts: 47
Good then i dont feel stupid
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
HTML embedded in PHP... Can I link to an html anchor? Tabe Site design 0 06-02-2005 01:42 PM
Create a Block that Auto Scroll sentinela Site design 2 10-14-2004 04:49 PM
html code for block Rusty Site design 1 08-09-2003 06:49 AM
Create New Modules ? morhan Purged Topics 0 05-07-2003 01:07 PM
query to create block imhotepp Purged Topics 2 11-21-2002 06:04 PM


All times are GMT -5. The time now is 07:46 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31