User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 391,944 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,897 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 6755 | Replies: 1
Reply
Join Date: Jun 2005
Posts: 7
Reputation: anthony05 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
anthony05 anthony05 is offline Offline
Newbie Poster

Get querystring

  #1  
Sep 17th, 2005
Hello,

I've a question: I don’t know much, so please bare with me.

http://www.site.com/upload.html?dirname=abc
I want this querystring value (abc) into <input name="dirname">

<script type = "text/javascript" language = "Javascript">
<!-- Hide from older browsers;
{
var qPos = document.URL.indexOf('?');
dirname.value = document.URL.substr(qPos);
}
// end hide -->
</script>

I have tried with this code but unable to get the results.

[upload.html form]
<form ENCTYPE="multipart/form-data" method=post action="http:// www.site.com/cgi-bin/upload.cgi">
<td width=30% align=right><b><font face="arial" size=-1>Directory Name:</font></b></td>
<input name="dirname" size=30>
</font></td>
</tr>

Any Help Please?
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Aug 2005
Posts: 20
Reputation: cppforlife is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 0
cppforlife cppforlife is offline Offline
Newbie Poster

Solution Re: Get querystring

  #2  
Sep 17th, 2005
To get input like you want you should use html and perl (or any other lang)

------some.html---------
....
<form method=get action='some.pl'>
<input type=text name=file value=text>
<input type=text name=file2 value=text2>
</from>
....

this makes some.html?file=text&file2=text2

-----some.pl------
....
$tempbuffer=$ENV{'QUERY_STRING'};    #reads file=test&file2=text2
....
#then you just split them up and do something
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb JavaScript / DHTML / AJAX Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the JavaScript / DHTML / AJAX Forum

All times are GMT -4. The time now is 8:51 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC