I'm working on a Chat applet /Server that currently runs on 
Port 8080 

As part of the login I wish to pass a username and profile link 
To the applet from a form (It auto submits on load )

----

<form action="http://xxxx:8080/vcclient/index.cfm"; method="post"
name="frmAutoSubmit">
<input type="Hidden" name="username" value = 'Paul'>
<input type="Hidden" name="profile" value = 'Paul'>
</form>


Now I know the form values are set 
Adding a <input type="Submit"> and I can see the debug and source code

However I'm not seeing the debug on the target Index.cfm 
Or the form fields been passed with or without the data 

Not posted anything to port 8080 and was wondering what am I looking 
For as to configure the webserver/cf to allow what I want to do??

- Paul 



-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to