خرید بک لینک
Hey all, I am cringingly unexperienced with HTML, and am trying to put together a html page that achieves a very simple function.

The end result:
I want to have an input box

"Enter 10 Digit SKU" <<Text Box>>= variable SKU

and I want an output with

"http://www.mysite.com/store/<<SKU>>


This is what I have so far:
Code:

<!DOCTYPE html>
<html>
        <head><base href="https://www.mysite.com/store/jump/products/" target="_blank"></head>
<body>
        <BODY TEXT="#FFFFFF"  BGCOLOR="#7B0608">
        <form action="/action_page.php">
  Enter 10 Digit SKU
  <input type="text" name="SKU">
  <br>
  <input type="submit" value="Submit">
</form>
               
<a href> SKU </a>


                </body>
        </html>

If anyone has some idea of how I can combine the string with the variable, that would be awesome, and once again, I apologize for my cringe-worthy HTML knowledge.

برچسب: نویسنده: آیلین رضوانی تاريخ: سه شنبه 19 دی 1396 ساعت: 17:24

صفحه بندی