forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


HTML HELP

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
kOt
Contributor
Contributor


Joined: 19 Jan 2004
Posts: 89
Location: Fyffe, AL

PostPosted: Tue Jun 20, 2006 3:40 pm    Post subject: HTML HELP Reply with quote

Im writing *attempting* a program that get USERNAME and a PASSWORD
from the user and then posts that to another html file

the form code below is what i use now.
but when using vds's browser dll when a user click on Create
it opens up create.html and that page says if the user was created or already taken.

How can i just get back if the account was created or not with out it opening create.html?

Also is there a way to send this data to "create.html" besides embedding the vds browser and using a html file to hold the form?

I would really like a way to do this without vds browser dll

Code:


         <form method="post" action="http://DELETED/create.html">
         <p><input type="hidden" name="action" value="create" /></p>
         <p>Username: <input type="text" name="user" size="20" /></p>
         <p>Password: <input type="password" name="pass" size="20" /></p>
            <p>
<br>         
            <input name="I1" type="image" class="button" style="width: 110px; height: 21px;" tabindex="3" value="Create" src="http://DELETED/images/pixel.jpg" alt="Register" border="0">
            </p>
         </form>

_________________
Visual Dialogscript 5


Last edited by kOt on Mon Jun 26, 2006 8:49 pm; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
kOt
Contributor
Contributor


Joined: 19 Jan 2004
Posts: 89
Location: Fyffe, AL

PostPosted: Wed Jun 21, 2006 11:14 am    Post subject: Reply with quote

Ok answering my own question Very Happy

to send this information to create.html
i had to use

Code:

<URL>/create.html?action=create&name=<NAME>&pass=<PASS>

_________________
Visual Dialogscript 5
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group