ramu_rp2005 Posted March 15, 2006 Share Posted March 15, 2006 I've a code like this below:<BODY background=images/ltgray_lines1.gif text=000000> <br><br><br><br><br><font size=2 face="Garamond"><FORM method=GET name="searchform"><center><table><tr><td>Search</td><td><select name="pattern" ><option value="streamtype">Type</option><option value="streamname">Name</option><option value="videopid"> Vid Pid</option><option value="audiopid">Aud Pid</option><option value="pcrpid">Pid</option><option value="clockrate">Clock Rate</option><option value="videotype">ideo type</option><option value="ac3bitrate">A3 Bit</option><option value="ac3mod">A3 Mod</option><option value="samplerate">Sam Rate</option><option value="resolution">Res</option><option value="profile">Prof</option></select></td></tr><br><br></table><br><br><input type="button" value="Search" onclick=selectstr()></center></FORM> </font></BODY>Now my doubt is how can i take the value of the combo and submit it to another form.My friend gave the cod e below. but can anyone explain what does it mean.the code is below:wht does "str=str=" mean.function selectstr(){frm=document.searchformstr=str = frm.pattern.options[frm.pattern.selectedIndex].valuelocation.href="setstring.php?string="+str} Quote Link to comment Share on other sites More sharing options...
shortj75 Posted March 15, 2006 Share Posted March 15, 2006 str generaly means string you friend probably mistyped it he probably meant to type str=the rest of your code because str=str=the rest of your code will cause a parser errorit would actually caus an error in any scripting language Quote Link to comment Share on other sites More sharing options...
keeB Posted March 15, 2006 Share Posted March 15, 2006 This is also a JScript Question..Remove the first str= and you should be fine.. it looks ok Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.