CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> General/Other

 External Login

Print topic Send  topic

Author Message
bvh
Posted: 10/09/2004, 7:46 PM

Is is possible to pass login criteria from a plain html form into the codecharge login routine? I'd like to put a login box on an existing site's homepage without re-creating the HTML in codecharge.
peterr


Posts: 5971
Posted: 10/10/2004, 6:46 AM

I think so. You would create a login page with CCS, open it in a Web browser, then copy and paste the HTML source (the HTML of the Login form) into your own HTML page. For example at http://forums.codecharge.com/login.php I found this HTML form in the HTML source:
<form method="post" action="login.php?ccsForm=Login" name="Login">  
<tr>  
<td  class="RecordColumnTD"><B>Username</B> * </td>  
<td class="RecordDataTD"><input name="login" value="" maxlength="100" class="Input"> </td>  
</tr>  
<tr>  
<td  class="RecordColumnTD"><B>Password</B> * </td>  
<td class="RecordDataTD"><input type="password" name="password" value="" maxlength="100" class="Input"> </td>  
</tr>  
</table>  
</td>   
</tr>  
</table>  
<img src="images/spacer.gif" height="5" border="0"><br>  
<table cellspacing="0" border="0" cellpadding="0" width="320">  
<tr>  
<td><input name="DoLogin" type="submit" value="  Login  " class="submit_button"></td>  
<td width="200">  
<a href="forgot_password.php">Forgot your password?</a></td>  
</tr>  
</form>

_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.