 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
CrimeMaster Guest
|
Posted: Thu Jun 29, 2006 9:10 am Post subject: String problem |
|
|
Hi
i have the following string
<form
action="http://login.myspace.com/index.cfm?fuseaction=login.process&MyToken=034c2c4f-4edd-42d7-963a-bf4284966b9a"
method="post" name="theForm" id="theForm">
<div class="row">
<label for="email">E-Mail:</label>
<input type="text" name="email" id="email" value="" />
</div>
<div class="row">
<label for="password">Password:</label>
<input name="password" type="password" id="password" /><br />
</div>
<div class="clear" style="margin-left:-8px; margin-bottom:3px;">
<input type="checkbox" name="Remember" value="Remember"
id="checkbox" />
<label for="checkbox">Remember Me</label><br />
</div>
<div style="margin-left:21%">
<input type="image" id="loginbutton" name="loginbutton"
src="http://x.myspace.com/images/button_login_main.gif"
alt="Log In" onclick="return doSubmit();">
<a id="ctl00_Main_SplashDisplay_login_HyperLink1"
href="http://signup.myspace.com/index.cfm?fuseaction=join"><img
src="http://x.myspace.com/images/button_signup_main.gif"
style="border-width:0px;" /></a><br />
<a
href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.retrievepassword"
class="right">Forgot your password?</a>
<div class="clear"></div>
</div>
</form>
and want to extract the string from this which looks like
http://login.myspace.com/index.cfm?fuseaction=login.process&MyToken=034c2c4f-4edd-42d7-963a-bf4284966b9a
how this string will be extracted.
CrimeMaster |
|
| Back to top |
|
 |
|
|
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
|
|