Note that there are some explanatory texts on larger screens.

plurals
  1. POAssistance with FORM-SUBMIT & "?" removal from URL
    primarykey
    data
    text
    <p>I was wondering how one would go about sending whatever the user types in text box; to the end of the <code>&lt;form action=</code>. If one does not have access to the websites code source, how would one go about this?</p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;style type="text/css"&gt; a:link {color:#687BC6;} a:visited {color:#0F0;} a:hover {color:#000;} a:active {color:#0A0;} &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;form name="form1" method="get" action="http://www.blah.com/right-now/" target="_blank"&gt; &lt;table border="0" cellpadding="2" cellspacing="0"&gt; &lt;tr&gt;&lt;td&gt;ZC:&lt;/td&gt; &lt;td&gt;&lt;input name="fld-zip" type="text" maxlength="7" size="15"&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt; &lt;td&gt;&lt;input type="submit" name=Submit value="Submit this"&gt;&lt;/td&gt;&lt;/tr&gt; &lt;/table&gt; &lt;/form&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>Pretty much asking how you can add <strong><em>what you put in text box</em></strong> to the end of URL <strong><em>/???</em></strong> when you click the submit button.</p> <p>So it shows: Textbox - "11722" URL = <a href="http://www.blah.com/right-now/11722" rel="nofollow">http://www.blah.com/right-now/11722</a></p> <p>Is there a way to do this via css/html/php/js? Every time I click the SUBMIT button, it just adds a '?' at the end and it gets cut off. I did some research, but none that I could grasp. I'm new here, so please bare with me on my first post. I've been coming here for a LONG time, but finally made an account. I saw other ?'s weren't answered. Also, another site I was in couldn't do anything for me, so I figured i'd come here and ask the best?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload