Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

I received an email from a recruiter and after checking the view page source, I have a question about an entry on the page.

more options

After viewing the page source from an email from a recruiter, I came upon this information in the "View the Page Source:

     <form method="POST" name="folderForm" enctype="multipart/form-data">
        <input type="hidden" name="fid" value="">
        <input type="hidden" name="update" value="">
        <input type="hidden" name="remoteAccountUID" value="">
        <input type="hidden" name="resetAccount" value="">
     </form>

Can you tell me what this might mean?

After viewing the page source from an email from a recruiter, I came upon this information in the "View the Page Source: <!-- Switch form --> <form method="POST" name="folderForm" enctype="multipart/form-data"> <input type="hidden" name="fid" value=""> <input type="hidden" name="update" value=""> <input type="hidden" name="remoteAccountUID" value=""> <input type="hidden" name="resetAccount" value=""> </form> Can you tell me what this might mean?

Все ответы (1)

more options

If that is the entire form, it doesn't seem to do anything. There is no "action" URL for the form and no submit button. Perhaps the message was copied and edited from one with a form. Using a normal email editor, you would not be able to see that there was form "debris" in the source code of the message.

Edit: In a normal web page, a script could build additional information and functionality into the form, but in an email message, users usually are protected from scripts to some extent.

Изменено jscher2000 - Support Volunteer