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 


VDSINET.DLL and <select name........multiple>

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


Joined: 24 Jun 2003
Posts: 41
Location: Netherlands

PostPosted: Fri Jun 08, 2007 1:26 pm    Post subject: VDSINET.DLL and <select name........multiple> Reply with quote

I have a problem with parsing the next html code with VDSinet.dll

<form action="progname" method="post">
<select name="test" size="15" style="width: 200px;" multiple>
<option value="1">test 1</option>
<option value="2">test 2</option>
<option value="3">test 3</option>
</select>
<input type="submit" value="Apply">
</form>

When selecting all the options this generates the next URL:

progname?test=1&test=2&test=3

But when reading with VDSINET.DLL
%%TEST = @net(cgi,parse,test)
only the first will be read even when using this line more than once, i can only read the first selected item.

How to read the rest of the Test data?
Back to top
View user's profile Send private message
DaveR
Valued Contributor
Valued Contributor


Joined: 03 Sep 2005
Posts: 413
Location: Australia

PostPosted: Sat Jun 09, 2007 2:10 am    Post subject: Re: VDSINET.DLL and <select name........multiple> Reply with quote

I've never used VDSinet.dll... but if something like @net(cgi) gets the whole lot you could maybe then use VDS' parse command to parse it.
_________________
cheers

Dave
Back to top
View user's profile Send private message
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