Click to See Complete Forum and Search --> : Html buttun


crazydj81
06-03-2009, 09:56 AM
With an input tag you can alsow make a submit button.

My question is if you can or is there a way to set the button at a default value "true" so you don't have to click on it?

thx
Crazydj81

Charles
06-03-2009, 11:48 AM
How is the button going to know when to clidk itself?

crazydj81
06-04-2009, 02:38 AM
How is the button going to know when to clidk itself?

i don't know.

But the goal is to sent a few variables from one page to another page where those variables are stored in a hidden input textfield on the destinationpage.

I thought maybe there's a way to set the button default to true so you don't have to click on it. Because this button is hidden to.

He should be clicked when the page loads.

I don't know if this all is possible? :)

brianh00
06-05-2009, 03:59 PM
Sounds like you want the form to be sent when the page is loaded. Is this correct?
Try to give us a better explanation of what you are trying to do. Right now I am not sure what you are asking.

peachskittle
06-05-2009, 04:45 PM
Also am unclear what you want to do. If you are just passing values and don't actually need any more user input, do you really need a form?

crazydj81
06-08-2009, 03:21 AM
Hi,

i have resolved my problem with taking the input out of my session object en put it into a variable in Javascript and so i have the address pointer automatically shown at the map.

Thanks for replying.

Greets
Crazydj81