Tagged Questions

1
vote
3answers
42 views

A button to start php script, how?

I want to make a button that starts my php script after I click it. So do I just make 2 separate files and have action post to the php file and then let it start? or is there a bet …
0
votes
2answers
32 views

HREF Submit + value

i got this: <form method='post'> <input type='submit' value='".$slotm[0]."' name='slott'> ".$slotm[1]." </form> but i want to transform in a so i tried < …
1
vote
1answer
69 views

Form submit with javascript works in Google Chrome only once

I have simple form. <form target="_blank" action="somescript.php" method="Post" id="simpleForm"> <input type="hidden" name="url" value="http://..."> <input type="hi …
0
votes
5answers
55 views

Disappearing submit button in IE7

Greetings. I'm having troubles with the following legacy code. It's fine in everything except IE7, where the submit button disappears. Space is still left for it on the page, but i …
0
votes
2answers
26 views

Ajax Request Results in form being submitted aswell

As the title states my Ajax call is actually causing the form to be submitted to its default action, why? I've never come across this before, all my other ajax calls have never don …
0
votes
4answers
109 views

HTML: How to make a submit button with text + image in it?

I would like to have a submit button which contains text and an image. Is this possible? I can get the exact look I want with code that looks like: <button type="button"> & …
1
vote
7answers
77 views

Javascript: Enter for submit

Hello this is what i have in the head of my file: function entsub(event) { if (event && event.which == 13) write1(); e …
-1
votes
0answers
16 views

To store collected data in google docs [closed]

Hello sir, i want to retreive the user data for newletter subscription in popup plugin. While clicking submit button, i want to save the collected data to my googledocs page. Can …
0
votes
4answers
139 views

Running javascript code with html form submit

Hey, I'm using a html form that is used to log people into my website, I am building it so it uses AJAX (jQuery) but I'm having some problems. Here is the JavaScript: function va …
-3
votes
3answers
168 views

Can you submit an iphone app without paying? [closed]

Is there a way to submit an app that you have made to apple without paying? Please respond quickly. I need to know soon.
0
votes
1answer
135 views

javascript: submit form in an iframe…help

I can't believe I've never done this before.... Here's my situation: I am using 2 jQuery plugins. Shadowbox and validate (bassistance). I click on a link to sign up for a newsl …
0
votes
1answer
46 views

cakephp stop ajax submit

Hi, Is there a way to stop cakephp ajax submit to stop the submission in case the user has not entered required details and click the submit button. Regards
0
votes
3answers
62 views

JQuery scrolling issue when submiting a form

I'm building an ASP.NET website and I'm puzzled with the behavior of one page, I've got a long form and a submit button, I've got the piece of javascript below in the page to handl …
0
votes
3answers
108 views

jQuery form submit

hi there, i have this files: JAVASCRIPT $(document).ready(function(){ $('a').click(function(){ $('div').load("formular.html",function(){ $('input[type="su …
0
votes
2answers
139 views

Drupal 6 passing variables from Forms to Content, how to?

I created a BLOCK (left) with this simple form. Now I want to PROCESS and DISPLAY results on PAGE (center) How can I do it ? inputs: name = James surname = Bond output I want : …

1 2 3 4 5 8 next
15 30 50 per page