473,378 Members | 1,309 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

flash and formbuddy

116 100+
someone plz guide


the code given by form buddy is
Expand|Select|Wrap|Line Numbers
  1. <form action="http://www.formbuddy.com/cgi-bin/form.pl" method="post">
  2. <input type="hidden" name="username" value="myformbuddyusername">
  3. <input type="hidden" name="reqd" value="0">
  4. <input type="hidden" name="url" value="mysiteaddress">
  5.  
  6.  
  7. <table border="0">
  8. <tr>
  9. <td align="right"><b>Name:</b>
  10. <td><input type="text" name="visitor_name" size="36" maxlength="100">
  11. </tr>
  12. <tr>
  13. <td align="right"><b>E-Mail:</b>
  14. <td><input type="text" name="e-mail" size="36" maxlength="100">
  15. </tr>
  16. </table>
  17.  
  18.  
  19. <p><b>Comments/Suggestions</b>
  20. <br><textarea name="comments" rows="5" cols="36">
  21. </textarea>
  22. <p><input type="submit" value="Submit Form"><input type="reset" value="Reset Form">
  23. </form>
  24.  
the form i made in flash with same files and the code in it i used is

Expand|Select|Wrap|Line Numbers
  1.  
  2. Name.tabIndex = 1;
  3. Email.tabIndex = 2;
  4. Message.tabIndex = 3;
  5.  
  6. var senderLoad:LoadVars = new LoadVars();
  7.  
  8. sender.onRelease = function() 
  9. {
  10.                         var username="myformbuddyusername";
  11.             var url= "mysiteaddress";
  12.             senderLoad.visitor_name = Name.text;
  13.             senderLoad.e-mail = Email.text;
  14.             senderLoad.Message = Message.text;
  15.             senderLoad.send("http://www.formbuddy.com/cgi-bin/form.pl", "_self", "POST");
  16.  
  17. }
  18.  
  19.  
but then using this above code in flash gives me syntax error at the
[u][i]i get error that visitor name ( entered by the visitor ) doesn't exist on the server. how do i get it to work
Apr 22 '11 #1
0 1362

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Gustav Medler | last post by:
Hello, there is a known problem with Opera and the execution of content shown in <NOSCRIPT> tag. Everythings works fine, if there is only one simple script like:...
9
by: Keith Rowe | last post by:
Hello, I am trying to reference a Shockwave Flash Object on a vb code behind page in an ASP.NET project and I receive the following error: Guid should contain 32 digits with 4 dashes...
8
by: Ben Bartsch | last post by:
Looking for opinions on the use of Flash with ASP.NET. Has anyone here seen or conducted any implementations of Flash that are actually useful or otherwise complement ASP.NET?
4
by: vivek | last post by:
I am new to flash and want someone to guide me, Is it possible to create a UI entirely in Flash and that will inetract with C# components (backend) and these components will in return interact...
1
by: dscriv | last post by:
Hello, I have Netscape 8.0.4 (in Firefox mode) and Flash 8.0.24.0. I also have IE and Firefox installed. If I go to this page, which contains a Flash detection movie:...
115
by: post2google | last post by:
I was thinking about where to go for lunch the other day, so I went to hardees.com to see what the menu looked like these days. What comes up is a big note that my flash version is not new enough...
8
by: Neo Geshel | last post by:
Greetings. BACKGROUND: My sites are pure XHTML 1.1 with CSS 2.1 for markup. My pages are delivered as application/xhtml+xml for all non-MS web clients, and as text/xml for all MS web...
1
by: critchey1 | last post by:
Hey everyone, i've been playing around with trying to get some scripts to work with detecting whether flash player is installed on your computer or not. I found a flash detection kit on the adobe...
2
dream party
by: dream party | last post by:
Inserting a Flash (SWF, FLV) file into HTML web page is already an old and familiar thing to all of us. It is a rather non-flexible thing that just to edit some options in the template. However, I...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.