Microsoft Windows Vista Community Forums - Vistaheads
Driver Scanner 2009 - Free Scan Now



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Registry Mechanic - Free Scan Now

Can'T submit form data from mail

microsoft.public.windows.vista.mail



Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Reply
  #1 (permalink)  
Old 08-22-2008
jcrsoft
 

Posts: n/a
Can'T submit form data from mail

Hi everyone!

I have a little problem:
From one of my business partners I get some email in HTML format with a
form inside. On Windows XP I just ckick the Add button and It opened an
explorer windows, load the php file, and wrote out the data to my
database (after manual check).

Now, if I click to the Add button it opens the window, load the scipt,
but It doesn't submit any data to the browser (the $_Post, $_Get, or
$_Request arrays are empty).

I think it's something new defending programme, but I can't find how
can I turn off this function.

The code in the mail like this:

Code:
--------------------

<form action="'_http://127.0.0.1/mailtools/reglapchk.php_' (http://127.0.0.1/mailtools/reglapchk.php)" method="post" enctype="multipart/form-data" target="_blank">
<input type="hidden" name="office" id="office" value="miskolc">
<input type="hidden" name="date" id="date" value="1990">
....
<input type="submit" name="submit" value="Add">
</form>

--------------------


thx for the help:
JCR


--
jcrsoft
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
password form data iMarriedMyself microsoft.public.windows.vista.security 1 08-11-2008 04:00
Form Auto Fill (Form AutoFill) 2.3 Secured Security & Privacy Software Feed 0 01-22-2008 21:40
Cisco, Microsoft, EMC form government-data alliance Steve Security News 0 07-10-2007 14:02
IE form data transfer to Vista John Harman microsoft.public.windows.vista.general 0 05-04-2007 22:57
Importing data form outlook xms microsoft.public.windows.vista.mail 3 02-20-2007 16:35


All times are GMT +1. The time now is 09:22.


Registry Mechanic - Free Scan Now
Driver Scanner 2009 - Free Scan Now




Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119