Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-19-2005, 05:30 PM   PM User | #1
cooc
New Coder

 
Join Date: Aug 2004
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
cooc is an unknown quantity at this point
form

Hi!
i have a site...
this is the log-on html:
Code:
<tr>			
										<td align=right class=f1 style="color:FFFFFF" dir=ltr><b>USER</b><br><font face="Arial (hebrew)"><input type=text name=username class=input1 size=10></font></td>
										<td align=right class=f1 style="color:FFFFFF" dir=ltr><b>PASS</b><br><font face="Arial (hebrew)"><input type=password name=password class=input1 size=10></font></td>
										<td align=left valign=bottom><input type=image src=images/enter.gif border=0 alt="LOGON"></td>
         					
</tr>
can i make a html page that will auto-log to this site,
stay in for 20 seconds & then exit & re-log-on?
thanks
cooc is offline   Reply With Quote
Old 02-19-2005, 06:23 PM   PM User | #2
chilipie
Senior Coder

 
chilipie's Avatar
 
Join Date: Jul 2004
Location: Shrewsbury, UK Age: 16
Posts: 1,117
Thanks: 0
Thanked 0 Times in 0 Posts
chilipie is an unknown quantity at this point
You could do an automatic login/logout with a SSL, like ASP or PHP. Does your host support any of these languages?
chilipie is offline   Reply With Quote
Old 02-19-2005, 06:31 PM   PM User | #3
cooc
New Coder

 
Join Date: Aug 2004
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
cooc is an unknown quantity at this point
not that way...
lets start from scratch:
how can i log-in using just a simple address line?
somthing like:
http://www.site.com/login.php?user=name;pass=password

this might help more:
Code:
<tr>
 <form name=login action=login.php method=post>
<td bgcolor=000000>
<table border=0 align=center cellpadding="4" cellspacing="0" bgcolor=cccccc width="100%">
	      <tr><td align=right><input type=text name=username class=input1 size=10></td><td align=left class=f2><b>user:</b></td></tr>
      <tr><td align=right><input type=password name=password class=input1 size=10></td><td align=left class=f2><b>pass:</b></td></tr>
      <tr><td align=left colspan=2><input type=image src=images/enter.gif border=0></td>
   </form>
	</tr>

Last edited by cooc; 02-19-2005 at 06:33 PM..
cooc is offline   Reply With Quote
Old 02-19-2005, 06:32 PM   PM User | #4
chilipie
Senior Coder

 
chilipie's Avatar
 
Join Date: Jul 2004
Location: Shrewsbury, UK Age: 16
Posts: 1,117
Thanks: 0
Thanked 0 Times in 0 Posts
chilipie is an unknown quantity at this point
Well, if the password protection has been done with .htaccess, you can login like this: http://user:pass@site.com/.
chilipie is offline   Reply With Quote
Old 02-19-2005, 06:34 PM   PM User | #5
cooc
New Coder

 
Join Date: Aug 2004
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
cooc is an unknown quantity at this point
hehe...
we posted at the same time...
(i edited the post...)
cooc is offline   Reply With Quote
Old 02-19-2005, 06:53 PM   PM User | #6
cooc
New Coder

 
Join Date: Aug 2004
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
cooc is an unknown quantity at this point
ok ok...
i have it!
i only need to know how to execute one url... & after x seconds execute another & after x seconds start all over...
thx
cooc is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 03:54 AM.


Advertisement
Log in to turn off these ads.