Skip to content

Instantly share code, notes, and snippets.

@walterdavis
Last active December 15, 2015 05:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save walterdavis/5209993 to your computer and use it in GitHub Desktop.
Save walterdavis/5209993 to your computer and use it in GitHub Desktop.
Password Protected URL Action output
<!-- I did clean up the indenting a bit to make it more obvious what was going on -->
<div id="item6" class="f-x2 f-x3">
<p class="f-fp f-lp">
<span id="item9" class="f-x3">
<form id="pswdform" action="javascript:goToPage(this)">
<p>
<input type="password" name="pswdinput" value="" size="20"/>
&nbsp;&nbsp;&nbsp;&nbsp;
<input type="submit" value="Submit Password" onclick="goToPage(this.form)"/>
</p>
</form>
</span>
&nbsp;
</p>
</div>
<div id="item6" class="f-x2 f-x3">
<form id="pswdform" action="javascript:goToPage(this)">
<p class="f-fp f-lp">
<span id="item9" class="f-x3">
<input type="password" name="pswdinput" value="" size="20"/>
&nbsp;&nbsp;&nbsp;&nbsp;
<input type="submit" value="Submit Password" onclick="goToPage(this.form)"/>
</span>
</p>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment