The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
143 views

How to pass a form element value to the onclick event

I am trying to write a iphone app and on one of my pages i want to capture the form data and then using the onclick event to pass the values to a JS function which will open the SMS window. May i ...
0
votes
0answers
134 views

nodejs handeling a select form element

I have a (probably very stupid) question. I have a form I submit to my nodeJS server with Express. This works perfectly with text inputs and radiobuttons, but now I have to add a select. The server ...
0
votes
1answer
209 views

Problems with Air For iOS App Store Publishing

I am having a problem when publishing to the App Store from Flash CS6, Air For iOS.Everytime I click publish, Deployment Apple App store and all that good stuff, I never get a Payload folder, meaning ...
2
votes
2answers
300 views

iTunes link of my app before submitting [duplicate]

Possible Duplicate: Is it possible to find out itunes link for iOS application before it being submitted to appstore? I'd like to know the link of my App in the App Store before submitting ...
0
votes
1answer
34 views

APP Screenshots of Retaler with Product Price and Brand

I created an iPhone APP for a retail business and i submitted the APP screenshots for itunes store, but this screenshot contains the price and brand of products that my client sell in their stores. ...
0
votes
2answers
754 views

Accepting input in popup before submitting the actual form

I am developing an application using Springs 2.0. I have a requirement that when user clicks on a submit button on a form, a poup should be displayed showing a "select" box for selecting a predefined ...
0
votes
1answer
676 views

'libxml/tree.h' file not found when archiving the project in xCode

I am using the libxml.2.2.7.3.dylib library in my project, in order to use TouchXML. When I am running this project in simulator and on an iOS device my application runs without any warnings nor ...
0
votes
0answers
15 views

Adding name of inputs

I've got (for example) this code: <form name="searchform" onSubmit="return dosearch();" action="http://daniel-koczula.pl /wp/"> <input name="s" type="radio" value="sprzedaz" ...
1
vote
2answers
162 views

Distribute Apps under Mountain Lion

Is there any possibility to distribute Apps unter Mountain Lion? If I use the xCode 4.5 Preview, I can't submit an App. But 4.3 is not working under Mountain Lion. What should I do? Please help. ...
0
votes
1answer
904 views

Zend Framework submiting 2 forms with 1 submit

Okay this might sound simple but there's a catch. I'll try and explain the situation. I have a page wich is build with a layout and in the center there's a view with 2 buttons and a normal form. The ...
0
votes
1answer
1k views

Application Wrapper must end in .app. for submitting my app

This is the message that appears when i try to upload my .zip file by the way I am using Application Loader which I believe is integrated with Xcode
1
vote
4answers
432 views

html form with inner table not submitting

I need to edit a web app written in PHP and HTML. There is an opening <form> and closing </form> tag. In between is an HTML table to layout the form fields. There is a table within this ...
0
votes
3answers
164 views

Submitting a form with javascript that has been dynamically created

SO i am trying to submit a form with javascript without a submit button and using a text link. However, this form is dynamically created in php as follows <form action="profile.php" ...
5
votes
1answer
406 views

Before signing a mac app and uploading it to the app store

I've been dealing with an issue for a while. The issue is that when I submit my mac app to the app store I'm always getting invalid binary and they are saying it's because of an invalid signature. And ...
0
votes
1answer
144 views

Submitting to the Mac App Store

So today I was going to upload my Mac app to the App Store. So I create the app id and everything and I make sure that I got everything right and then I find the .app file and compress it to a .zip. ...
3
votes
1answer
172 views

Finding .app file to submit application to AppStore

am attempting to submit an application to the AppStore but am running into some trouble. When I build the application am unable to find the .app file. In xCode4, I expand the Products folder and ...
1
vote
2answers
1k views

Submitting application in Xcode 4

I'm having trouble submitting an application from the Xcode 4. The situation: I developed an application for a client. The app was developed in xcode3 and submitted almost a year ago. I submitted ...
0
votes
1answer
230 views

Xcode 4 Submitting Process

Will someone walk me through the steps of submitting an application to the app store in Xcode 4? I have all my certificates etc, just need to create a .zip to process through to application loader. ...
2
votes
1answer
926 views

jquery submit form via ajax with incrementing checkbox id's

i have an ajax form submission working properly but i have incrementing id's to my checkboxes that i need to be submitted according to what check boxes are checked, then when the user submits the ...
0
votes
4answers
360 views

Submitting form in php file accessed by Ajax?

I am trying to figure out how to submit a form in a page being accessed by Ajax? here are some code snippets to help demonstrate what i am trying to say. HTML BODY - THIS IS WHAT THE USER WILL SEE. ...
0
votes
2answers
906 views

Send form without redirecting

I would like to send a form which uploads a file to cloud server but without redirecting to the cloud server. How can I achieve that ? Should I submit it with ajaxSubmit ? If yes, do I need to define ...
0
votes
1answer
450 views

Joomla. PHP self submitting forms

I have a PHP file that has a self submitting form. Does anyone know of any plugins that I could use in Joomla to directly use this file and show the results on the same page that it was called from? ...
0
votes
1answer
585 views

getting strange error when submitting to iTunes Connect

I am on the last stage of my upload, and i clicked submit, only to receive the error; There was an error saving changes: NullPropertyException. Stack is: [Ljava.lang.StackTraceElement;@5528cffb what ...