• 0

Need Some Help with form action in HTML Code


Question

Hello!

I'm doing some homework for my university and I would like my homework to be accessed remotely as well.

I have already port formwarded and I can access my webpage but when I press submit from a Remote IP my webpage does not work correctly because there's a mistake in the form action code line and I do not know how to correct that.

 

Here's the HTML code

 

 I want to correct the form action line in order for my webpage to work correctly from other clients as well

<!-- A form for selection a of a continent. Selection to be sent by POST -->
<HTML>
<HEAD>
   <TITLE>Cookie will be written in our disc</TITLE> 
</HEAD>
<BODY>
<FORM ACTION="http://localhost:8080/myExamplesDir/firstCookieDemo"
                                                                                                                         METHOD="POST">      
      <STRONG>Select the Continent of your Destination:<br> </STRONG>
      <PRE>
      <INPUT TYPE="radio" NAME="continent" VALUE="Europe">check here for Europe<BR>
      <INPUT TYPE="radio" NAME="continent" VALUE="Asia">check here for Asia<BR>
 <INPUT TYPE="radio" NAME="continent" VALUE="America" CHECKED>check here for America<BR>
      <INPUT TYPE="radio" NAME="continent"  VALUE="Africa">check here for Africa<BR>
      </PRE>
      <INPUT TYPE="submit" VALUE="Submit">
      <INPUT TYPE="reset"> </P>
   </FORM>
</BODY>
 
</HTML>

post-174060-0-09778000-1399732886.png

post-174060-0-34811800-1399732888.png

post-174060-0-66110800-1399732890.png

9 answers to this question

Recommended Posts

  • 0
  On 10/05/2014 at 14:50, MariosX said:

Is there any way to correct that?

 

If you want it online so that it can be accessed by anyone you will need to setup a web server. There are much quicker solutions such as: http://bowery.io which sets up a dev environment in 30 seconds and gives u a web accessible URL... if you are not experienced with servers and web dev stuff you will need to read up on the docs... or better yet a few dollars for a host account and host it online.

  • 0

If I change my

<FORM ACTION="http://localhost:8080/myExamplesDir/firstCookieDemo">

to

< <FORM ACTION="http://myhostname.com:8080/myExamplesDir/firstCookieDemo"

 

It will work but it won't work on my hostname

  • 0

Setup your router and apache server config to make your localhost a public ip server.

 

So first make sure you're using port 80 instead of 8080 then test if you can connect with another device on the same wifi network to your computer ip"*

Then forward your pc ip to your public ip**

 

 

 

*192.168.1."something" in most cases

**63.233.34.12 looks like this

 

 

If you got a hostname(example.com) make sure to point it to your pc ip address, this can be done with a A record.

  • 0
<form action="/myExamplesDir/firstCookieDemo"  method="POST">

That should do it. Starting a URL with / makes it relative to the current host root.

 

And please use lowercase HTML elements, it looks much better and is a convention. If you start using developer tools you'll notice everything is lowercase too, even if you write it uppercase in your HTML.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Mastodon updates terms of service to ban AI model training on user data by David Uzondu Mastodon has updated its terms of service to explicitly prohibit scraping its platform to train artificial intelligence models. The new rules, which kick in on July 1, make it perfectly clear that using automated tools to slurp up user data from its main server, Mastodon.social, for LLM training is a big no-no. Neowin received a copy of an email sent to users, notifying them of the change, which introduces new language prohibiting the "scraping of user data for unauthorized purposes, e.g., archival or large language model (LLM) training." Here's a snippet from the updated terms of service: This policy change comes at a time when users are getting increasingly ###### off about their public posts becoming free fuel for the AI gold rush. In fact, this is probably good news for the same crowd over on Bluesky that freaked out after a massive, user-traceable dataset of their public posts was compiled and uploaded for AI research. AI bot scraping has become a huge problem for everyone from giants like Reddit, which is now suing Anthropic, makers of Claude, for training on its posts without a license, to even Neowin readers, like Gerowen, who noted how a swarm of bots, including one Claudebot (you don't say!), hammered his personal server with over 700,000 requests in 24 hours, putting a huge strain on his "home NAS running on an old PC tower in the back woods of Kentucky." It is important to remember that Mastodon is a federated network. These new terms apply specifically to the Mastodon.social server, which is operated directly by Mastodon gGmbH. This means that while users on the main instance are now protected, those on other independent servers in the "fediverse" will only get the same protection if their instance administrators adopt similar terms. The company is globally enforcing a new minimum age requirement of 16 for all users, raising it from the previous limit of 13.
    • Keep in mind that updates for it end on Oct 13, 2026. While this may not matter much for those who don't care about features, it might for fixes, and it certainly would for security.
    • This is why you should have a backup copy of your data on an external drive in addition to the cloud. You never know when one day you could lose access to your cloud
  • Recent Achievements

    • Explorer
      JaviAl went up a rank
      Explorer
    • Reacting Well
      Cole Multipass earned a badge
      Reacting Well
    • Reacting Well
      JLP earned a badge
      Reacting Well
    • Week One Done
      Rhydderch earned a badge
      Week One Done
    • Experienced
      dismuter went up a rank
      Experienced
  • Popular Contributors

    1. 1
      +primortal
      700
    2. 2
      ATLien_0
      275
    3. 3
      Michael Scrip
      219
    4. 4
      +FloatingFatMan
      189
    5. 5
      Steven P.
      146
  • Tell a friend

    Love Neowin? Tell a friend!